Make OVS ARP responder feature configurable
authorBrent Eagles <beagles@redhat.com>
Wed, 24 Aug 2016 17:56:46 +0000 (15:26 -0230)
committerBrent Eagles <beagles@redhat.com>
Wed, 24 Aug 2016 19:04:18 +0000 (16:34 -0230)
Adds NeutronEnableARPResponder parameter to allow enabling the ARP
responder feature in the OVS agent.

Change-Id: Ide82d890ddbd842383255f5c06c186054ec8f97d

puppet/services/neutron-ovs-agent.yaml

index 7520f6f..5a0ad23 100644 (file)
@@ -48,6 +48,11 @@ parameters:
     description: |
       Enable support for distributed routing in the OVS Agent.
     type: boolean
+  NeutronEnableARPResponder:
+    default: false
+    description: |
+      Enable ARP responder feature in the OVS Agent.
+    type: boolean
 
 resources:
 
@@ -68,6 +73,7 @@ outputs:
           - get_attr: [NeutronBase, role_data, config_settings]
             neutron::agents::ml2::ovs::l2_population: {get_param: NeutronEnableL2Pop}
             neutron::agents::ml2::ovs::enable_distributed_routing: {get_param: NeutronEnableDVR}
+            neutron::agents::ml2::ovs::arp_responder: {get_param: NeutronEnableARPResponder}
             neutron::agents::ml2::ovs::bridge_mappings:
               str_replace:
                 template: MAPPINGS