Enable Neutron LBaaS Integration
authorAndrew Toth <atoth@redhat.com>
Thu, 13 Jul 2017 18:17:37 +0000 (14:17 -0400)
committerAndrewToth <atoth@redhat.com>
Fri, 14 Jul 2017 14:35:07 +0000 (14:35 +0000)
Allows the configuration of the Neutron LBaaS agent.

Change-Id: I4c29ece765ec9147cef9b4d74d30e3c4483c48ab
Implements: blueprint lbaasv2-service-integration

environments/services/neutron-lbaasv2.yaml
releasenotes/notes/enable-neutron-lbaas-integration-fa999ccd548ee6b6.yaml [new file with mode: 0644]

index 9dee74e..385bb2f 100644 (file)
@@ -8,10 +8,11 @@
 # - OVS: neutron.agent.linux.interface.OVSInterfaceDriver
 # - LinuxBridges: neutron.agent.linux.interface.BridgeInterfaceDriver
 resource_registry:
-  OS::TripleO::Services::NeutronLbaas: ../puppet/services/neutron-lbaas.yaml
+  OS::TripleO::Services::NeutronLbaasv2Agent: ../puppet/services/neutron-lbaas.yaml
 
 parameter_defaults:
   NeutronLbaasInterfaceDriver: "neutron.agent.linux.interface.OVSInterfaceDriver"
-  NeutronLbaasDeviceDriver: "neutron.services.loadbalancer.drivers.haproxy.namespace_driver.HaproxyNSDriver"
+  NeutronLbaasDeviceDriver: "neutron_lbaas.drivers.haproxy.namespace_driver.HaproxyNSDriver"
   NeutronServiceProviders: ['LOADBALANCERV2:Haproxy:neutron_lbaas.drivers.haproxy.plugin_driver.HaproxyOnHostPluginDriver:default']
+  NeutronServicePlugins: "qos,router,trunk,lbaasv2"
 
diff --git a/releasenotes/notes/enable-neutron-lbaas-integration-fa999ccd548ee6b6.yaml b/releasenotes/notes/enable-neutron-lbaas-integration-fa999ccd548ee6b6.yaml
new file mode 100644 (file)
index 0000000..7d6b1ec
--- /dev/null
@@ -0,0 +1,4 @@
+---
+features:
+  - Allows the configuration of the Neutron LBaaS
+    agent.