File tree Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Original file line number Diff line number Diff line change 57
57
when : stackhpc_os_capacity_openstack_cacert | length > 0
58
58
register : cacert_result
59
59
60
- - name : Ensure os_capacity container is running
61
- community.docker.docker_container :
62
- name : os_capacity
63
- image : ghcr.io/stackhpc/os-capacity:master
64
- env :
65
- OS_CLOUD : openstack
66
- OS_CLIENT_CONFIG_FILE : /etc/openstack/clouds.yaml
67
- mounts :
68
- - type : bind
69
- source : /opt/kayobe/os-capacity/
70
- target : /etc/openstack/
71
- network_mode : host
72
- restart : " {{ clouds_yaml_result is changed or cacert_result is changed }}"
73
- restart_policy : unless-stopped
74
- become : true
75
- when : stackhpc_enable_os_capacity and openrc_file_stat.stat.exists
60
+ - name : Ensure os_capacity container is running
61
+ community.docker.docker_container :
62
+ name : os_capacity
63
+ image : ghcr.io/stackhpc/os-capacity:v0.5
64
+ env :
65
+ OS_CLOUD : openstack
66
+ OS_CLIENT_CONFIG_FILE : /etc/openstack/clouds.yaml
67
+ mounts :
68
+ - type : bind
69
+ source : /opt/kayobe/os-capacity/
70
+ target : /etc/openstack/
71
+ network_mode : host
72
+ restart : " {{ clouds_yaml_result is changed or cacert_result is changed }}"
73
+ restart_policy : unless-stopped
74
+ become : true
75
+ when : stackhpc_enable_os_capacity
You can’t perform that action at this time.
0 commit comments