From 30f1ffc37708f0d76ac20b770a27d58fd1ae82be Mon Sep 17 00:00:00 2001 From: Martin Hiner Date: Wed, 12 Jun 2024 13:06:27 +0200 Subject: [PATCH] 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 --- ansible/site.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ansible/site.yml b/ansible/site.yml index bfb0ba8d97..e4e7ce2337 100644 --- a/ansible/site.yml +++ b/ansible/site.yml @@ -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: