aboutsummaryrefslogtreecommitdiffstats
path: root/manifests/profile/base/neutron/plugins/ml2.pp
diff options
context:
space:
mode:
authorTim Rozet <trozet@redhat.com>2016-06-28 14:52:36 -0400
committerTim Rozet <trozet@redhat.com>2016-08-13 15:34:22 -0400
commitd688064d238712b0511b31865824b8868e98e0c8 (patch)
tree4b7bf88bc02d26b9fb4e6fa57a9328c5da72ed86 /manifests/profile/base/neutron/plugins/ml2.pp
parent6e9c1f50a3b0c17854663a81d19a788e241257d6 (diff)
Adds OpenDaylight
Partially-Implements: blueprint opendaylight-integration Note this patch only adds support for a single ODL instance. - neutron/opendaylight.pp handles installing ODL to control nodes - ml2/opendaylight.pp handles configuring ML2 to work with ODL - ovs/opendaylight.pp handles configuring OVS to connect to ODL Change-Id: I666dc0874f1d11a72a62d796f4f6d41f7aa87a3f Signed-off-by: Tim Rozet <trozet@redhat.com>
Diffstat (limited to 'manifests/profile/base/neutron/plugins/ml2.pp')
-rw-r--r--manifests/profile/base/neutron/plugins/ml2.pp5
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 c89bc02..401e627 100644
--- a/manifests/profile/base/neutron/plugins/ml2.pp
+++ b/manifests/profile/base/neutron/plugins/ml2.pp
@@ -63,5 +63,10 @@ class tripleo::profile::base::neutron::plugins::ml2 (
if 'bsn_ml2' in $mechanism_drivers {
include ::neutron::plugins::ml2::bigswitch::restproxy
}
+
+ if 'opendaylight' in $mechanism_drivers {
+ include ::tripleo::profile::base::neutron::plugins::ml2::opendaylight
+ }
+
}
}