39cf6ef832
L2GW Neutron driver is only present in neutron-server-opendaylight image. This service will apply its configuration to that image, but it should be extensible to other containers such neutron-server in the future. Depends-On: I22023a645c4752c6371b5cea5ab69c7503991887 Change-Id: I9c39e9ff2ce2e15d3e383035c8cac7413e9eeb03 Signed-off-by: Ricardo Noriega <rnoriega@redhat.com>
19 lines
792 B
YAML
19 lines
792 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: ../../docker/services/neutron-l2gw-api.yaml
|
|
|
|
parameter_defaults:
|
|
NeutronServicePlugins: "odl-router_v2,trunk,l2gw"
|
|
L2gwServiceProvider: ['L2GW:OpenDaylight:networking_odl.l2gateway.driver.OpenDaylightL2gwDriver:default']
|
|
|
|
# Optional
|
|
# L2gwServiceDefaultInterfaceName: "FortyGigE1/0/1"
|
|
# L2gwServiceDefaultDeviceName: "Switch1"
|
|
# L2gwServiceQuotaL2Gateway: 10
|
|
# L2gwServicePeriodicMonitoringInterval: 5
|