Limit check containers to reconfigure action
Genconfig doesn't require running containers or even docker installed. This caused issues in kolla-k8s gates. Let's limit this task to reconfigure. Change-Id: I41265ea8d255aca59d73c1582486ed1e7885a829
This commit is contained in:
parent
3513ab825d
commit
34ce7aad5a
@ -70,6 +70,7 @@
|
|||||||
when:
|
when:
|
||||||
- inventory_hostname in groups[item.value.group]
|
- inventory_hostname in groups[item.value.group]
|
||||||
- item.value.enabled | bool
|
- item.value.enabled | bool
|
||||||
|
- action != "genconfig"
|
||||||
with_dict: "{{ glance_services }}"
|
with_dict: "{{ glance_services }}"
|
||||||
notify:
|
notify:
|
||||||
- Restart glance-api container
|
- Restart glance-api container
|
||||||
|
@ -29,4 +29,5 @@
|
|||||||
when:
|
when:
|
||||||
- inventory_hostname in groups[service.group]
|
- inventory_hostname in groups[service.group]
|
||||||
- service.enabled | bool
|
- service.enabled | bool
|
||||||
|
- action != "genconfig"
|
||||||
notify: Restart memcached container
|
notify: Restart memcached container
|
||||||
|
Loading…
Reference in New Issue
Block a user