summaryrefslogtreecommitdiff
path: root/playbooks
diff options
context:
space:
mode:
authorLucas Alvares Gomes <lucasagomes@gmail.com>2021-02-22 13:36:03 +0000
committerLucas Alvares Gomes <lucasagomes@gmail.com>2021-04-12 09:39:16 +0100
commite097c5a7923954543c49c1a21a078937f0f0dc75 (patch)
tree5ffde16443d524edb5a92a801ab4b9d316c01809 /playbooks
parent08ef1a4985d5ed6cdc1ce4132e6c4df30414e16d (diff)
downloadnova-e097c5a7923954543c49c1a21a078937f0f0dc75.tar.gz
[OVN] Explicitly set grenade job to ML2/OVS
Devstack is changing the Neutron default to OVN backend. For the grenade job we need to wait until the stable branch is deployed with OVN so that we can upgrade it to master. Change-Id: I51f0273e90ee39d644cf85a0bdb9d4f95de6d3c7 Signed-off-by: Lucas Alvares Gomes <lucasagomes@gmail.com>
Diffstat (limited to 'playbooks')
-rw-r--r--playbooks/legacy/nova-grenade-multinode/run.yaml9
1 files changed, 9 insertions, 0 deletions
diff --git a/playbooks/legacy/nova-grenade-multinode/run.yaml b/playbooks/legacy/nova-grenade-multinode/run.yaml
index 18f7c753eb..98bcbe6239 100644
--- a/playbooks/legacy/nova-grenade-multinode/run.yaml
+++ b/playbooks/legacy/nova-grenade-multinode/run.yaml
@@ -49,6 +49,15 @@
# to the other, which is mostly only interesting for grenade since
# we have mixed level computes.
export DEVSTACK_LOCAL_CONFIG+=$'\n'"LIVE_MIGRATE_BACK_AND_FORTH=True"
+ # TODO(lucasagomes): The block below is explicitly enabling
+ # ML2/OVS for the nova grenade jobs. Remove it after at least
+ # one release where ML2/OVN is the default backend.
+ export DEVSTACK_LOCAL_CONFIG+=$'\n'"Q_AGENT=openvswitch"
+ export DEVSTACK_LOCAL_CONFIG+=$'\n'"Q_ML2_TENANT_NETWORK_TYPE=vxlan"
+ export DEVSTACK_LOCAL_CONFIG+=$'\n'"Q_ML2_PLUGIN_MECHANISM_DRIVERS=openvswitch,l2population"
+ export DEVSTACK_LOCAL_CONFIG+=$'\n'"disable_service ovn-controller"
+ export DEVSTACK_LOCAL_CONFIG+=$'\n'"disable_service ovn-northd"
+ export DEVSTACK_LOCAL_CONFIG+=$'\n'"disable_service q-ovn-metadata-agent"
export BRANCH_OVERRIDE=default
export DEVSTACK_GATE_TOPOLOGY="multinode"
if [ "$BRANCH_OVERRIDE" != "default" ] ; then