aboutsummaryrefslogtreecommitdiffstats
path: root/roles
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 /roles
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 'roles')
-rw-r--r--roles/Controller.yaml1
-rw-r--r--roles/Networker.yaml1
2 files changed, 2 insertions, 0 deletions
diff --git a/roles/Controller.yaml b/roles/Controller.yaml
index e156396d..40e51aa8 100644
--- a/roles/Controller.yaml
+++ b/roles/Controller.yaml
@@ -85,6 +85,7 @@
- OS::TripleO::Services::NeutronL2gwAgent
- OS::TripleO::Services::NeutronL2gwApi
- OS::TripleO::Services::NeutronL3Agent
+ - OS::TripleO::Services::NeutronLbaasv2Agent
- OS::TripleO::Services::NeutronLinuxbridgeAgent
- OS::TripleO::Services::NeutronMetadataAgent
- OS::TripleO::Services::NeutronML2FujitsuCfab
diff --git a/roles/Networker.yaml b/roles/Networker.yaml
index a28eaa63..32152cba 100644
--- a/roles/Networker.yaml
+++ b/roles/Networker.yaml
@@ -22,6 +22,7 @@
- OS::TripleO::Services::NeutronL2gwAgent
- OS::TripleO::Services::NeutronL2gwApi
- OS::TripleO::Services::NeutronL3Agent
+ - OS::TripleO::Services::NeutronLbaasv2Agent
- OS::TripleO::Services::NeutronMetadataAgent
- OS::TripleO::Services::NeutronML2FujitsuCfab
- OS::TripleO::Services::NeutronML2FujitsuFossw