aboutsummaryrefslogtreecommitdiffstats
path: root/environments/neutron-l2gw-opendaylight.yaml
diff options
context:
space:
mode:
authorRicardo Noriega <rnoriega@redhat.com>2017-05-22 16:38:09 +0200
committerRicardo Noriega <rnoriega@redhat.com>2017-05-22 16:41:44 +0200
commitd40ac59bd438e439f3cce98b3d2cfe259eef3a65 (patch)
tree2891f2ac6a60364ac6ea2b90b52826ac0dfac467 /environments/neutron-l2gw-opendaylight.yaml
parent9bbef9ee4d3f76c2030171c61d3184cbe042793e (diff)
Example environment file to use L2GW Neutron Driver with ODL
Agent service is disabled and service_provider is configured to point to networking-odl Change-Id: I570d15a092cff66666a74e95dee69f6531a58b22 Signed-off-by: Ricardo Noriega <rnoriega@redhat.com>
Diffstat (limited to 'environments/neutron-l2gw-opendaylight.yaml')
-rw-r--r--environments/neutron-l2gw-opendaylight.yaml18
1 files changed, 18 insertions, 0 deletions
diff --git a/environments/neutron-l2gw-opendaylight.yaml b/environments/neutron-l2gw-opendaylight.yaml
new file mode 100644
index 00000000..2168dbc3
--- /dev/null
+++ b/environments/neutron-l2gw-opendaylight.yaml
@@ -0,0 +1,18 @@
+# A Heat environment file that can be used to deploy Neutron L2 Gateway service
+#
+# Currently there are only two service provider for Neutron L2 Gateway
+# This file enables L2GW service with OpenDaylight as driver.
+#
+# - OpenDaylight: L2GW:OpenDaylight:networking_odl.l2gateway.driver.OpenDaylightL2gwDriver:default
+resource_registry:
+ OS::TripleO::Services::NeutronL2gwApi: ../puppet/services/neutron-l2gw-api.yaml
+
+parameter_defaults:
+ NeutronServicePlugins: "networking_l2gw.services.l2gateway.plugin.L2GatewayPlugin"
+ L2gwServiceProvider: ['L2GW:OpenDaylight:networking_odl.l2gateway.driver.OpenDaylightL2gwDriver:default']
+
+ # Optional
+ # L2gwServiceDefaultInterfaceName: "FortyGigE1/0/1"
+ # L2gwServiceDefaultDeviceName: "Switch1"
+ # L2gwServiceQuotaL2Gateway: 10
+ # L2gwServicePeriodicMonitoringInterval: 5