Skip to content

Commit

Permalink
Pin os-capacity to v0.5 release (#1365)
Browse files Browse the repository at this point in the history
Pin os-capacity to v0.5 release

---------

Co-authored-by: Jake Hutchinson <[email protected]>
  • Loading branch information
JohnGarbutt and assumptionsandg authored Nov 13, 2024
1 parent 548a236 commit f21cbf5
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 @@ -60,7 +60,7 @@
- name: Ensure os_capacity container is running
community.docker.docker_container:
name: os_capacity
image: ghcr.io/stackhpc/os-capacity:master
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 f21cbf5

Please sign in to comment.