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
28 lines
1.3 KiB
YAML
28 lines
1.3 KiB
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
|
|
# The default option is a dummy driver that allows to enable the API.
|
|
# In order to enable other backend, replace the content of L2gwServiceProvider
|
|
#
|
|
# - L2 gateway agent: L2GW:l2gw:networking_l2gw.services.l2gateway.service_drivers.rpc_l2gw.L2gwRpcDriver:default
|
|
# - OpenDaylight: L2GW:OpenDaylight:networking_odl.l2gateway.driver_v2.OpenDaylightL2gwDriver:default
|
|
resource_registry:
|
|
OS::TripleO::Services::NeutronL2gwApi: ../deployment/neutron/neutron-l2gw-api-container-puppet.yaml
|
|
OS::TripleO::Services::NeutronL2gwAgent: ../deployment/neutron/neutron-l2gw-agent-baremetal-puppet.yaml
|
|
|
|
parameter_defaults:
|
|
NeutronServicePlugins: "l2gw"
|
|
L2gwServiceProvider: ['L2GW:l2gw:networking_l2gw.services.l2gateway.service_drivers.L2gwDriver:default']
|
|
|
|
# Optional
|
|
# L2gwServiceDefaultInterfaceName: "FortyGigE1/0/1"
|
|
# L2gwServiceDefaultDeviceName: "Switch1"
|
|
# L2gwServiceQuotaL2Gateway: 10
|
|
# L2gwServicePeriodicMonitoringInterval: 5
|
|
# L2gwAgentOvsdbHosts: ["ovsdb1:127.0.0.1:6632"]
|
|
# L2gwAgentEnableManager: False
|
|
# L2gwAgentManagerTableListeningPort: "6633"
|
|
# L2gwAgentPeriodicInterval: 20
|
|
# L2gwAgentMaxConnectionRetries: 10
|
|
# L2gwAgentSocketTimeout: 30
|