Merge "ovn-migration: Remove second tripleo-update call"

This commit is contained in:
Zuul 2022-06-28 13:41:54 +00:00 committed by Gerrit Code Review
commit 095d0bc79b
2 changed files with 1 additions and 17 deletions

View File

@ -44,8 +44,6 @@
hosts: localhost
roles:
- tripleo-update
vars:
ovn_bridge: br-migration
tags:
- setup
become: false
@ -80,20 +78,6 @@
tags:
- post-migration
#
# Final step to make sure tripleo knows about OVNIntegrationBridge == br-int.
#
- name: Rerun the stack update to reset the OVNIntegrationBridge to br-int
hosts: localhost
roles:
- tripleo-update
vars:
ovn_bridge: br-int
tags:
- setup
become: false
#
# Final validation after tripleo update to br-int
#

View File

@ -3,6 +3,6 @@ set -x
cat > $HOME/ovn-extras.yaml << EOF
parameter_defaults:
OVNIntegrationBridge: "{{ ovn_bridge }}"
OVNIntegrationBridge: "br-migration"
ForceNeutronDriverUpdate: true
EOF