Merge "ovn-migration: Remove second tripleo-update call"
This commit is contained in:
commit
095d0bc79b
@ -44,8 +44,6 @@
|
|||||||
hosts: localhost
|
hosts: localhost
|
||||||
roles:
|
roles:
|
||||||
- tripleo-update
|
- tripleo-update
|
||||||
vars:
|
|
||||||
ovn_bridge: br-migration
|
|
||||||
tags:
|
tags:
|
||||||
- setup
|
- setup
|
||||||
become: false
|
become: false
|
||||||
@ -80,20 +78,6 @@
|
|||||||
tags:
|
tags:
|
||||||
- post-migration
|
- 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
|
# Final validation after tripleo update to br-int
|
||||||
#
|
#
|
||||||
|
@ -3,6 +3,6 @@ set -x
|
|||||||
|
|
||||||
cat > $HOME/ovn-extras.yaml << EOF
|
cat > $HOME/ovn-extras.yaml << EOF
|
||||||
parameter_defaults:
|
parameter_defaults:
|
||||||
OVNIntegrationBridge: "{{ ovn_bridge }}"
|
OVNIntegrationBridge: "br-migration"
|
||||||
ForceNeutronDriverUpdate: true
|
ForceNeutronDriverUpdate: true
|
||||||
EOF
|
EOF
|
||||||
|
Loading…
Reference in New Issue
Block a user