Skip to content

Commit 2421dd1

Browse files
Exporter version as variable
1 parent c2fae50 commit 2421dd1

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

etc/kayobe/ansible/deploy-os-capacity-exporter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
- name: Ensure os_capacity container is running
6161
community.docker.docker_container:
6262
name: os_capacity
63-
image: ghcr.io/stackhpc/os-capacity:v0.5
63+
image: ghcr.io/stackhpc/os-capacity:{{ stackhpc_os_capacity_version }}
6464
env:
6565
OS_CLOUD: openstack
6666
OS_CLIENT_CONFIG_FILE: /etc/openstack/clouds.yaml

etc/kayobe/stackhpc-monitoring.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ alertmanager_packet_errors_threshold: 1
3434
# targets being templated during deployment.
3535
stackhpc_enable_os_capacity: true
3636

37+
# OpenStack Capacity exporter version
38+
stackhpc_os_capacity_version: v0.5
39+
3740
# Path to a CA certificate file to trust in the OpenStack Capacity exporter.
3841
stackhpc_os_capacity_openstack_cacert: ""
3942

0 commit comments

Comments
 (0)