Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading