aboutsummaryrefslogtreecommitdiffstats
path: root/environments/services
diff options
context:
space:
mode:
authorRyan Hefner <rhefner@redhat.com>2016-04-04 13:49:19 -0400
committerAndrewToth <atoth@redhat.com>2017-07-04 13:53:03 +0000
commit6a151ec6974a658b8ff4c3116b405da99e242ced (patch)
tree9cfc3ef40499631eb5aaceb4a34dafea95140dfe /environments/services
parentb5081b67e5f5a6c88c149f0cd13e0053494f6d60 (diff)
Enable Neutron LBaaS Integration
Allows the configuration of the Neutron LBaaS agent. Implements: blueprint lbaasv2-service-integration Change-Id: Iae2bf7faeea93d5275994b2ee10f9bf863ed6152 Depends-On: Ieeb21fafd340fdfbaddbe7633946fe0f05c640c9
Diffstat (limited to 'environments/services')
-rw-r--r--environments/services/neutron-lbaasv2.yaml17
1 files changed, 17 insertions, 0 deletions
diff --git a/environments/services/neutron-lbaasv2.yaml b/environments/services/neutron-lbaasv2.yaml
new file mode 100644
index 00000000..9dee74ea
--- /dev/null
+++ b/environments/services/neutron-lbaasv2.yaml
@@ -0,0 +1,17 @@
+# A Heat environment file that can be used to deploy Neutron LBaaSv2 service
+#
+# Currently there are only two interface drivers for Neutron LBaaSv2
+# The default option is the standard OVS driver the other option is to be used
+# when linux bridges are used instead of OVS
+# In order to enable other backend, replace the content of NeutronLbaasInterfaceDriver
+#
+# - OVS: neutron.agent.linux.interface.OVSInterfaceDriver
+# - LinuxBridges: neutron.agent.linux.interface.BridgeInterfaceDriver
+resource_registry:
+ OS::TripleO::Services::NeutronLbaas: ../puppet/services/neutron-lbaas.yaml
+
+parameter_defaults:
+ NeutronLbaasInterfaceDriver: "neutron.agent.linux.interface.OVSInterfaceDriver"
+ NeutronLbaasDeviceDriver: "neutron.services.loadbalancer.drivers.haproxy.namespace_driver.HaproxyNSDriver"
+ NeutronServiceProviders: ['LOADBALANCERV2:Haproxy:neutron_lbaas.drivers.haproxy.plugin_driver.HaproxyOnHostPluginDriver:default']
+