Skip to content

Commit

Permalink
Exporter version as variable
Browse files Browse the repository at this point in the history
  • Loading branch information
assumptionsandg committed Nov 13, 2024
1 parent c187d79 commit 09b155a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion etc/kayobe/ansible/deploy-os-capacity-exporter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
- name: Ensure os_capacity container is running
community.docker.docker_container:
name: os_capacity
image: ghcr.io/stackhpc/os-capacity:v0.5
image: ghcr.io/stackhpc/os-capacity:{{ stackhpc_os_capacity_version }}
env:
OS_CLOUD: openstack
OS_CLIENT_CONFIG_FILE: /etc/openstack/clouds.yaml
Expand Down
3 changes: 3 additions & 0 deletions etc/kayobe/stackhpc-monitoring.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ alertmanager_packet_errors_threshold: 1
# targets being templated during deployment.
stackhpc_enable_os_capacity: true

# OpenStack Capacity exporter version
stackhpc_os_capacity_version: v0.5

# Path to a CA certificate file to trust in the OpenStack Capacity exporter.
stackhpc_os_capacity_openstack_cacert: ""

Expand Down

0 comments on commit 09b155a

Please sign in to comment.