aboutsummaryrefslogtreecommitdiffstats
path: root/roles_data.yaml
diff options
context:
space:
mode:
authorBartosz Stopa <b.stopa@samsung.com>2017-04-19 09:38:11 +0200
committerBartosz Stopa <b.stopa@samsung.com>2017-05-25 14:39:44 +0200
commitee2c065be70f03a9f36f3183813d542642c63908 (patch)
tree1d130f8cbb651a15a5c9d75df7e6b816d61fce13 /roles_data.yaml
parenta42b93d503690cb56d6a1053759f5b9a9a65fd4e (diff)
Add support for linuxbridge agent
Currently TripleO does not support LinuxBridge driver, setting NeutronMechanismDrivers to linuxbridge will not force ml2 plugin to use linuxbridge. This commit adds new environment file which replaces default ovs agent with linuxbridge on Compute and Controller nodes. Change-Id: I433b60a551c1eeb9d956df4d0ffb6eeffe980071 Closes-Bug: #1652211 Depends-On: Iae87dc7811bc28fe86db0c422c363eaed5e5285b Depends-On: Ie3ac03052f341c26735b423701e1decf7233d935
Diffstat (limited to 'roles_data.yaml')
-rw-r--r--roles_data.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/roles_data.yaml b/roles_data.yaml
index 68d0b9e2..86cd3f0d 100644
--- a/roles_data.yaml
+++ b/roles_data.yaml
@@ -75,6 +75,7 @@
- OS::TripleO::Services::NeutronCorePlugin
- OS::TripleO::Services::NeutronOvsAgent
- OS::TripleO::Services::NeutronL2gwAgent
+ - OS::TripleO::Services::NeutronLinuxbridgeAgent
- OS::TripleO::Services::RabbitMQ
- OS::TripleO::Services::HAproxy
- OS::TripleO::Services::Keepalived
@@ -167,6 +168,7 @@
- OS::TripleO::Services::Kernel
- OS::TripleO::Services::ComputeNeutronCorePlugin
- OS::TripleO::Services::ComputeNeutronOvsAgent
+ - OS::TripleO::Services::NeutronLinuxbridgeAgent
- OS::TripleO::Services::ComputeCeilometerAgent
- OS::TripleO::Services::ComputeNeutronL3Agent
- OS::TripleO::Services::ComputeNeutronMetadataAgent