Merge "Make neutron-tempest-plugin-vpnaas job OVS based"

This commit is contained in:
Zuul 2021-10-04 01:24:12 +00:00 committed by Gerrit Code Review
commit 9736cfd594
1 changed files with 18 additions and 0 deletions

View File

@ -896,6 +896,24 @@
devstack_localrc:
IPSEC_PACKAGE: strongswan
NETWORK_API_EXTENSIONS: "{{ (network_api_extensions_common + network_api_extensions_vpnaas) | join(',') }}"
Q_AGENT: openvswitch
Q_ML2_TENANT_NETWORK_TYPE: vxlan
Q_ML2_PLUGIN_MECHANISM_DRIVERS: openvswitch
devstack_services:
# Disable OVN services
br-ex-tcpdump: false
br-int-flows: false
ovn-controller: false
ovn-northd: false
ovs-vswitchd: false
ovsdb-server: false
q-ovn-metadata-agent: false
# Neutron services
q-agt: true
q-dhcp: true
q-meta: true
q-metering: true
q-l3: true
- job:
name: neutron-tempest-plugin-tap-as-a-service