3f4f3e584f
The neutron tempest migrated plugin has tests that soft/hard shutdown services/nodes and expect HA setup to handle it. Therefore this change adds a devstack OVS HA gate job to notice such tests work properly, and any HA checks related code isn't broken. Change-Id: Ifa574542d6d4b59c63335e95052922b494cad5e2
8 lines
183 B
YAML
8 lines
183 B
YAML
- hosts: all
|
|
vars:
|
|
install_ovs: false
|
|
roles:
|
|
# For ovs from source jobs we need to reconfigure bridges after devstack setup
|
|
- multi-node-bridge
|
|
- multi-node-setup
|