[WSGI] Move all OVN jobs to use WSGI API module (1)
NOTE: This is the first patch of many to migrate the ML2/OVN jobs in this repository. Jobs migrated: * neutron-tempest-plugin-ovn * neutron-tempest-plugin-ovn-enforce-scope-old-defaults Related-Bug: #2069581 Related-Bug: #2069831 Topic: eventlet-deprecation Change-Id: I86a3fc753292ae10e88102347d32db75c48ab865
This commit is contained in:
parent
8c2e6af95b
commit
573033c7ec
@ -212,6 +212,7 @@
|
||||
(^tempest.api.compute.servers.test_multiple_create)"
|
||||
devstack_localrc:
|
||||
NETWORK_API_EXTENSIONS: "{{ (network_api_extensions_common + network_api_extensions_ovn) | join(',') }}"
|
||||
NEUTRON_DEPLOY_MOD_WSGI: false
|
||||
devstack_services:
|
||||
q-ovn-metadata-agent: true
|
||||
q-ovn-agent: false
|
||||
|
@ -207,6 +207,7 @@
|
||||
(^tempest.api.compute.servers.test_multiple_create)"
|
||||
devstack_localrc:
|
||||
NETWORK_API_EXTENSIONS: "{{ (network_api_extensions_common + network_api_extensions_ovn) | join(',') }}"
|
||||
NEUTRON_DEPLOY_MOD_WSGI: false
|
||||
devstack_services:
|
||||
q-ovn-metadata-agent: true
|
||||
q-ovn-agent: false
|
||||
|
@ -209,6 +209,7 @@
|
||||
(^tempest.api.compute.servers.test_multiple_create)"
|
||||
devstack_localrc:
|
||||
NETWORK_API_EXTENSIONS: "{{ (network_api_extensions_common + network_api_extensions_ovn) | join(',') }}"
|
||||
NEUTRON_DEPLOY_MOD_WSGI: false
|
||||
devstack_local_conf:
|
||||
test-config:
|
||||
$TEMPEST_CONFIG:
|
||||
|
@ -212,6 +212,7 @@
|
||||
(^neutron_tempest_plugin.scenario.test_mtu.NetworkWritableMtuTest)"
|
||||
devstack_localrc:
|
||||
NETWORK_API_EXTENSIONS: "{{ (network_api_extensions_common + network_api_extensions_ovn) | join(',') }}"
|
||||
NEUTRON_DEPLOY_MOD_WSGI: false
|
||||
devstack_local_conf:
|
||||
test-config:
|
||||
$TEMPEST_CONFIG:
|
||||
|
@ -460,6 +460,7 @@
|
||||
vars:
|
||||
devstack_localrc:
|
||||
NEUTRON_ENFORCE_SCOPE: false
|
||||
NEUTRON_DEPLOY_MOD_WSGI: true
|
||||
|
||||
- job:
|
||||
name: neutron-tempest-plugin-openvswitch-distributed-dhcp
|
||||
@ -644,6 +645,7 @@
|
||||
OVN_DBS_LOG_LEVEL: dbg
|
||||
ENABLE_TLS: True
|
||||
OVN_IGMP_SNOOPING_ENABLE: True
|
||||
NEUTRON_DEPLOY_MOD_WSGI: true
|
||||
devstack_services:
|
||||
br-ex-tcpdump: true
|
||||
br-int-flows: true
|
||||
|
@ -244,6 +244,7 @@
|
||||
CUSTOMIZE_IMAGE: false
|
||||
OVN_BRANCH: "v21.06.0"
|
||||
OVS_BRANCH: "a4b04276ab5934d087669ff2d191a23931335c87"
|
||||
NEUTRON_DEPLOY_MOD_WSGI: false
|
||||
devstack_services:
|
||||
q-ovn-metadata-agent: true
|
||||
q-ovn-agent: false
|
||||
|
@ -181,6 +181,7 @@
|
||||
NETWORK_API_EXTENSIONS: "{{ network_api_extensions | join(',') }}"
|
||||
OVN_BRANCH: "v21.06.0"
|
||||
OVS_BRANCH: "a4b04276ab5934d087669ff2d191a23931335c87"
|
||||
NEUTRON_DEPLOY_MOD_WSGI: false
|
||||
devstack_services:
|
||||
q-ovn-metadata-agent: true
|
||||
q-ovn-agent: false
|
||||
|
@ -175,6 +175,7 @@
|
||||
network_api_extensions: *api_extensions
|
||||
devstack_localrc:
|
||||
NETWORK_API_EXTENSIONS: "{{ network_api_extensions | join(',') }}"
|
||||
NEUTRON_DEPLOY_MOD_WSGI: false
|
||||
devstack_services:
|
||||
q-ovn-metadata-agent: true
|
||||
q-ovn-agent: false
|
||||
|
@ -189,6 +189,7 @@
|
||||
- vlan-transparent
|
||||
devstack_localrc:
|
||||
NETWORK_API_EXTENSIONS: "{{ (network_api_extensions + network_api_extensions_ovn) | join(',') }}"
|
||||
NEUTRON_DEPLOY_MOD_WSGI: false
|
||||
devstack_services:
|
||||
q-ovn-metadata-agent: true
|
||||
q-ovn-agent: false
|
||||
|
@ -199,6 +199,7 @@
|
||||
- vlan-transparent
|
||||
devstack_localrc:
|
||||
NETWORK_API_EXTENSIONS: "{{ (network_api_extensions + network_api_extensions_ovn) | join(',') }}"
|
||||
NEUTRON_DEPLOY_MOD_WSGI: false
|
||||
devstack_services:
|
||||
q-ovn-metadata-agent: true
|
||||
q-ovn-agent: false
|
||||
|
Loading…
Reference in New Issue
Block a user