container without paunch: set tripleo_container_manage_systemd_order

tripleo_container_manage_systemd_order is needed to have proper
dependencies when a host is started or stopped, so containers managed by
systemd and tripleo-ansible will stop before pacemaker and start after
pacemaker.

Change-Id: Iab87530e2c0c3952bf46022cf5bee5ad337c78f8
This commit is contained in:
Emilien Macchi 2019-11-13 09:24:48 +01:00
parent 449afadb03
commit 0171d11c64
1 changed files with 1 additions and 0 deletions

View File

@ -232,6 +232,7 @@
include_role:
name: tripleo-container-manage
vars:
tripleo_container_manage_systemd_order: true
tripleo_container_manage_cli: "{{ container_cli }}"
tripleo_container_manage_config: "/var/lib/tripleo-config/container-startup-config/step_{{ step }}"
tripleo_container_manage_config_id: "tripleo_step{{ step }}"