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:
Martin Hiner 2024-06-12 13:06:27 +02:00
parent 99dc1cac8f
commit 30f1ffc377

View File

@ -600,10 +600,6 @@
- { role: placement, - { role: placement,
tags: 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 - name: Apply role openvswitch
gather_facts: false gather_facts: false
hosts: hosts:
@ -664,6 +660,10 @@
- { role: ovn-db, - { role: ovn-db,
tags: [ovn, 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 - name: Apply role neutron
gather_facts: false gather_facts: false
hosts: hosts: