Skip to content

Commit 05807ee

Browse files
committed
Set ML2/OVS backend explicitly in the devstack jobs
Neutron team recently switched default backend used in Neutron by Devstack to OVN. With that backend some tests, like e.g. related to DHCP or L3 agents aren't working fine. So to have still the same test coverage as we had before, let's explicitly set ML2/OVS as a Neutron's backend in those CI jobs. Change-Id: Idf6466a59c6cf96be2f1d53e696f0564584fa233
1 parent 6bdf030 commit 05807ee

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

.zuul.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,11 +88,28 @@
8888
# NOTE(amotoki): Some neutron features are enabled by devstack plugin
8989
neutron: https://opendev.org/openstack/neutron
9090
devstack_services:
91+
# Disable OVN services
92+
br-ex-tcpdump: false
93+
br-int-flows: false
94+
ovn-controller: false
95+
ovn-northd: false
96+
ovs-vswitchd: false
97+
ovsdb-server: false
98+
q-ovn-metadata-agent: false
99+
# Neutron services
100+
q-agt: true
101+
q-dhcp: true
102+
q-l3: true
103+
q-meta: true
91104
neutron-network-segment-range: true
92105
neutron-segments: true
93106
q-metering: true
94107
q-qos: true
95108
neutron-tag-ports-during-bulk-creation: true
109+
devstack_localrc:
110+
Q_AGENT: openvswitch
111+
Q_ML2_TENANT_NETWORK_TYPE: vxlan
112+
Q_ML2_PLUGIN_MECHANISM_DRIVERS: openvswitch
96113
tox_envlist: functional
97114

98115
- job:

0 commit comments

Comments
 (0)