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 60
60
- name : Ensure os_capacity container is running
61
61
community.docker.docker_container :
62
62
name : os_capacity
63
- image : ghcr.io/stackhpc/os-capacity:v0.5
63
+ image : ghcr.io/stackhpc/os-capacity:{{ stackhpc_os_capacity_version }}
64
64
env :
65
65
OS_CLOUD : openstack
66
66
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
34
34
# targets being templated during deployment.
35
35
stackhpc_enable_os_capacity : true
36
36
37
+ # OpenStack Capacity exporter version
38
+ stackhpc_os_capacity_version : v0.5
39
+
37
40
# Path to a CA certificate file to trust in the OpenStack Capacity exporter.
38
41
stackhpc_os_capacity_openstack_cacert : " "
39
42
You can’t perform that action at this time.
0 commit comments