aboutsummaryrefslogtreecommitdiffstats
path: root/environments/neutron-opendaylight.yaml
diff options
context:
space:
mode:
authorTim Rozet <trozet@redhat.com>2016-08-12 22:12:28 -0400
committerTim Rozet <trozet@redhat.com>2016-08-26 09:35:25 -0400
commit783975c72ca91486eb18a254591c964e93c60403 (patch)
tree10827ff24c2f6c8f06d5e1a44d8fbcdee21c49d1 /environments/neutron-opendaylight.yaml
parenta4b8e861999a891816c90ee1879263545cf94968 (diff)
Adds OpenDaylight composable service
Introduces environment files for deploying OpenDaylight in two ways: - ODL only managing L2 as an ML2 plugin - ODL managing L2 and L3 DVR, by replacing NeutronL3Agent Two services are added. One to install ODL and configure OVS on the Controllers, and another service to only configure OVS on compute nodes. Paritally-Implements: blueprint opendaylight-integration Depends-On: I666dc0874f1d11a72a62d796f4f6d41f7aa87a3f Change-Id: Ide69e20cbf2ec6151953cb23e51478b770aca17f Signed-off-by: Tim Rozet <trozet@redhat.com>
Diffstat (limited to 'environments/neutron-opendaylight.yaml')
-rw-r--r--environments/neutron-opendaylight.yaml11
1 files changed, 11 insertions, 0 deletions
diff --git a/environments/neutron-opendaylight.yaml b/environments/neutron-opendaylight.yaml
new file mode 100644
index 00000000..afc2ef98
--- /dev/null
+++ b/environments/neutron-opendaylight.yaml
@@ -0,0 +1,11 @@
+# A Heat environment that can be used to deploy OpenDaylight
+resource_registry:
+ OS::TripleO::Services::NeutronOvsAgent: OS::Heat::None
+ OS::TripleO::Services::ComputeNeutronOvsAgent: OS::Heat::None
+ OS::TripleO::Services::OpenDaylight: puppet/services/opendaylight.yaml
+ OS::TripleO::Services::OpenDaylightOvs: puppet/services/opendaylight-ovs.yaml
+
+parameter_defaults:
+ EnableOpenDaylightOnController: true
+ NeutronEnableForceMetadata: true
+ NeutronMechanismDrivers: 'opendaylight'