File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -34,6 +34,9 @@ alertmanager_packet_errors_threshold: 1
3434# targets being templated during deployment.
3535stackhpc_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.
3841stackhpc_os_capacity_openstack_cacert : " "
3942
You can’t perform that action at this time.
0 commit comments