Set default plugin type to OVN

We temporary comment out default CI checks to resolve circular dependency

Needed-By: https://review.opendev.org/c/openstack/openstack-ansible/+/862924
Depends-On: https://review.opendev.org/c/openstack/openstack-ansible/+/866012
Change-Id: Ie4e76a270467b40b127bc3772d6178ea58acb83e
This commit is contained in:
Dmitriy Rabotyagov 2022-11-29 10:11:44 +01:00 committed by Dmitriy Rabotyagov
parent 556c5c6733
commit fb8ff420ef
2 changed files with 5 additions and 6 deletions

View File

@ -346,8 +346,7 @@ neutron_ipv6_ptr_zone_prefix_size: 116
# - dns/dns_domain_ports/subnet_dns_publish_fixed_ip either one or the other, not both
# - port_forwarding
neutron_plugin_base:
- router
- metering
- ovn-router
###
### Memcache override
@ -360,13 +359,13 @@ neutron_memcached_servers: "{{ memcached_servers }}"
# The neutron core plugin (ML2) is defined with neutron_plugin_type,
# you can not load multiple ML2 plugins as core.
neutron_plugin_type: 'ml2.lxb'
neutron_plugin_type: 'ml2.ovn'
# Additional ML2 plugins can be loaded with neutron_plugin_types (as list)
neutron_plugin_types: []
# ml2 network type drivers to load
neutron_ml2_drivers_type: "flat,vlan,vxlan,local"
neutron_ml2_drivers_type: "geneve,vlan,flat"
# Enable or disable L2 Population.
# When using ovs dvr it must be enabled

View File

@ -17,8 +17,8 @@
templates:
- check-requirements
- openstack-ansible-linters-jobs
- openstack-ansible-deploy-aio_metal-jobs
- openstack-ansible-deploy-aio_distro_metal-jobs
#- openstack-ansible-deploy-aio_metal-jobs
#- openstack-ansible-deploy-aio_distro_metal-jobs
- publish-openstack-docs-pti
- build-release-notes-jobs-python3
check: