Merge "Fix cellv2 role handler"
This commit is contained in:
commit
00c45cf3c6
@ -15,6 +15,7 @@
|
|||||||
# under the License.
|
# under the License.
|
||||||
|
|
||||||
- name: nova restart podman
|
- name: nova restart podman
|
||||||
|
become: true
|
||||||
systemd:
|
systemd:
|
||||||
name: "{{ item }}"
|
name: "{{ item }}"
|
||||||
state: restarted
|
state: restarted
|
||||||
@ -22,8 +23,9 @@
|
|||||||
- tripleo_nova_api
|
- tripleo_nova_api
|
||||||
- tripleo_nova_conductor
|
- tripleo_nova_conductor
|
||||||
- tripleo_nova_scheduler
|
- tripleo_nova_scheduler
|
||||||
when: containercli == "podman"
|
when: tripleo_cellv2_containercli == "podman"
|
||||||
|
|
||||||
- name: nova restart docker
|
- name: nova restart docker
|
||||||
|
become: true
|
||||||
command: docker restart nova_api nova_scheduler nova_conductor
|
command: docker restart nova_api nova_scheduler nova_conductor
|
||||||
when: containercli == "docker"
|
when: tripleo_cellv2_containercli == "docker"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user