fcdef786e5
This change combines the previous puppet and docker files into a single file that performs the docker service installation and configuration for the neutron-bgpvpn* and neutron-l2gw* services. Change-Id: I081c06a6e29c5e246f5791c12f08fb119adb8213 Related-Blueprint: services-yaml-flattening
19 lines
818 B
YAML
19 lines
818 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_v2.OpenDaylightL2gwDriver:default
|
|
resource_registry:
|
|
OS::TripleO::Services::NeutronL2gwApi: ../../deployment/neutron/neutron-l2gw-api-container-puppet.yaml
|
|
|
|
parameter_defaults:
|
|
NeutronServicePlugins: "odl-router_v2,trunk,l2gw"
|
|
L2gwServiceProvider: ['L2GW:OpenDaylight:networking_odl.l2gateway.driver_v2.OpenDaylightL2gwDriver:default']
|
|
|
|
# Optional
|
|
# L2gwServiceDefaultInterfaceName: "FortyGigE1/0/1"
|
|
# L2gwServiceDefaultDeviceName: "Switch1"
|
|
# L2gwServiceQuotaL2Gateway: 10
|
|
# L2gwServicePeriodicMonitoringInterval: 5
|