51cbecf684
If the user deploys an environment with
neutron-l2gw-opendaylight.yaml, it won't have L3 networking
and trunk ports.
Change-Id: Idf2222a99203787f2295a0991ef8f392bdeb87e6
Signed-off-by: Ricardo Noriega <rnoriega@redhat.com>
(cherry picked from commit 4260db4bce
)
19 lines
842 B
YAML
19 lines
842 B
YAML
# 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: "odl-router_v2,trunk,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
|