Merge "Fix ovn gate"

This commit is contained in:
Zuul 2020-05-02 11:23:40 +00:00 committed by Gerrit Code Review
commit 392aff464d
1 changed files with 7 additions and 3 deletions

View File

@ -18,14 +18,17 @@
description: |
Kuryr-Kubernetes tempest job using OVN
required-projects:
- openstack/networking-ovn
- openstack/neutron
host-vars:
controller:
devstack_plugins:
networking-ovn: https://opendev.org/openstack/networking-ovn
neutron: https://opendev.org/openstack/neutron
vars:
devstack_localrc:
Q_AGENT: ovn
Q_ML2_PLUGIN_MECHANISM_DRIVERS: ovn,logger
Q_ML2_PLUGIN_TYPE_DRIVERS: local,flat,vlan,geneve
Q_ML2_TENANT_NETWORK_TYPE: geneve
VAR_RUN_PATH: /usr/local/var/run
Q_USE_PROVIDERNET_FOR_PUBLIC: true
PHYSICAL_NETWORK: public
@ -36,7 +39,8 @@
devstack_services:
ovn-northd: true
ovn-controller: true
networking-ovn-metadata-agent: true
q-ovn-metadata-agent: true
q-svc: true
q-agt: false
q-l3: false
q-dhcp: false