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 6060 - name : Ensure os_capacity container is running
6161 community.docker.docker_container :
6262 name : os_capacity
63- image : ghcr.io/stackhpc/os-capacity:master
63+ image : ghcr.io/stackhpc/os-capacity:{{ stackhpc_os_capacity_version }}
6464 env :
6565 OS_CLOUD : openstack
6666 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