diff options
author | Koki Sanagi <sanagi.koki@jp.fujitsu.com> | 2016-12-21 15:13:56 -0500 |
---|---|---|
committer | Koki Sanagi <sanagi.koki@jp.fujitsu.com> | 2016-12-22 10:39:21 -0500 |
commit | 6f1aa132878ce76607c2db9579d78c47f4f666fe (patch) | |
tree | 5f49a38a1247ec61406031bcf8516f6a9a73ba34 /manifests/profile/base/neutron | |
parent | 918bed5db00df194a317dc61f94c521340dab010 (diff) |
Add fossw of networking-fujitsu support to puppet-tripleo
Enable ml2.pp to call networking-fujitsu manifest in puppet-neutron
for fossw ML2 plugin setting.
Change-Id: I044c5812bbc5cd3de4bc33556cffbe5bad8e64cf
Implements: blueprint integration-fossw-networking-fujitsu
Depends-On: I79df6b6a27d95f0c0e2c87207ab80235a4efccfc
Diffstat (limited to 'manifests/profile/base/neutron')
-rw-r--r-- | manifests/profile/base/neutron/plugins/ml2.pp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/manifests/profile/base/neutron/plugins/ml2.pp b/manifests/profile/base/neutron/plugins/ml2.pp index c046850..045716f 100644 --- a/manifests/profile/base/neutron/plugins/ml2.pp +++ b/manifests/profile/base/neutron/plugins/ml2.pp @@ -76,5 +76,10 @@ class tripleo::profile::base::neutron::plugins::ml2 ( include ::neutron::plugins::ml2::fujitsu include ::neutron::plugins::ml2::fujitsu::cfab } + + if 'fujitsu_fossw' in $mechanism_drivers { + include ::neutron::plugins::ml2::fujitsu + include ::neutron::plugins::ml2::fujitsu::fossw + } } } |