commit 95e8fbd4913e075b50d31216efa87dd5069f81f2 Author: Purandhar Sairam Mannidi Date: Tue Sep 29 18:55:18 2020 +1000 Set NeutronEnableDVR to False for OVN-HA deployment/neutron/neutron-plugin-ml2-ovn.yaml sets DVR by default. We need to explicitly mark the environment variable NeutronEnableDVR to False to disable DVR. Change-Id: Ie6b2af65a59d88ec7ea582da18c516e95ea7ed9e (cherry picked from commit 9cebbf149072c0323df6a7c74e9458ade9d4896e) diff --git a/environments/services/neutron-ovn-ha.yaml b/environments/services/neutron-ovn-ha.yaml index 619247f..d2c9930 100644 --- a/environments/services/neutron-ovn-ha.yaml +++ b/environments/services/neutron-ovn-ha.yaml @@ -18,6 +18,7 @@ parameter_defaults: OVNVifType: ovs OVNNeutronSyncMode: log OVNQosDriver: ovn-qos + NeutronEnableDVR: False NeutronTypeDrivers: 'geneve,vlan,flat' NeutronNetworkType: ['geneve' , 'vlan', 'flat'] NeutronServicePlugins: 'qos,ovn-router,trunk,segments'