Disable Neutron agents with OVN.
authorJoe Talerico <jtaleric@redhat.com>
Tue, 18 Oct 2016 16:01:27 +0000 (12:01 -0400)
committerBabu Shanmugam <bschanmu@redhat.com>
Thu, 24 Nov 2016 10:09:53 +0000 (10:09 +0000)
OVN natively implements services that are provided by Neutron agents.
This patch disables the Neutron DHCP agent as well as the OVS agent
for compute nodes.

Closes-bug: 1634580

Change-Id: I70631c2facbbf08257868e26e14af942ad7f2893

environments/neutron-ml2-ovn.yaml

index 821ad0c..bafb2a7 100644 (file)
@@ -5,6 +5,9 @@ resource_registry:
   OS::TripleO::Services::NeutronOvsAgent: OS::Heat::None
   OS::TripleO::Services::NeutronCorePlugin: OS::TripleO::Services::NeutronCorePluginML2OVN
   OS::TripleO::Services::ComputeNeutronCorePlugin: ../puppet/services/neutron-compute-plugin-ovn.yaml
+# Disabling Neutron services that overlap with OVN
+  OS::TripleO::Services::NeutronDhcpAgent: OS::Heat::None
+  OS::TripleO::Services::ComputeNeutronOvsAgent: OS::Heat::None
 
 parameter_defaults:
   NeutronMechanismDrivers: ovn