Skip to content

Commit 09b155a

Browse files
Exporter version as variable
1 parent c187d79 commit 09b155a

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
@@ -58,7 +58,7 @@
5858
- name: Ensure os_capacity container is running
5959
community.docker.docker_container:
6060
name: os_capacity
61-
image: ghcr.io/stackhpc/os-capacity:v0.5
61+
image: ghcr.io/stackhpc/os-capacity:{{ stackhpc_os_capacity_version }}
6262
env:
6363
OS_CLOUD: openstack
6464
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)