Move Nova roles after OVS
Moves the execution of Nova roles after Open vSwitch roles. Current order of execution causes VMs to not be able to start after the redeployment of Openstack during container engine migration. Change-Id: I8ad0dcdfaf419dfbc04d19203424adecd400db05 Signed-off-by: Martin Hiner <martin.hiner@tietoevry.com>
This commit is contained in:
parent
99dc1cac8f
commit
30f1ffc377
@ -600,10 +600,6 @@
|
||||
- { role: placement,
|
||||
tags: placement }
|
||||
|
||||
# Nova deployment is more complicated than other services, so is covered in its
|
||||
# own playbook.
|
||||
- import_playbook: nova.yml
|
||||
|
||||
- name: Apply role openvswitch
|
||||
gather_facts: false
|
||||
hosts:
|
||||
@ -664,6 +660,10 @@
|
||||
- { role: ovn-db,
|
||||
tags: [ovn, ovn-db] }
|
||||
|
||||
# Nova deployment is more complicated than other services, so is covered in its
|
||||
# own playbook.
|
||||
- import_playbook: nova.yml
|
||||
|
||||
- name: Apply role neutron
|
||||
gather_facts: false
|
||||
hosts:
|
||||
|
Loading…
Reference in New Issue
Block a user