Change flat network name for nosdn fdio scenario
[apex-tripleo-heat-templates.git] / environments / neutron-l2gw.yaml
1 # A Heat environment file that can be used to deploy Neutron L2 Gateway service
2 #
3 # Currently there are only two service provider for Neutron L2 Gateway
4 # The default option is a dummy driver that allows to enable the API.
5 # In order to enable other backend, replace the content of L2gwServiceProvider
6 #
7 # - L2 gateway agent: L2GW:l2gw:networking_l2gw.services.l2gateway.service_drivers.rpc_l2gw.L2gwRpcDriver:default
8 # - OpenDaylight: L2GW:OpenDaylight:networking_odl.l2gateway.driver.OpenDaylightL2gwDriver:default
9 resource_registry:
10   OS::TripleO::Services::NeutronL2gwApi: ../puppet/services/neutron-l2gw-api.yaml
11   OS::TripleO::Services::NeutronL2gwAgent: ../puppet/services/neutron-l2gw-agent.yaml
12
13 parameter_defaults:
14   NeutronServicePlugins: "networking_l2gw.services.l2gateway.plugin.L2GatewayPlugin"
15   L2gwServiceProvider: ['L2GW:l2gw:networking_l2gw.services.l2gateway.service_drivers.L2gwDriver:default']
16
17   # Optional
18   # L2gwServiceDefaultInterfaceName: "FortyGigE1/0/1"
19   # L2gwServiceDefaultDeviceName: "Switch1"
20   # L2gwServiceQuotaL2Gateway: 10
21   # L2gwServicePeriodicMonitoringInterval: 5
22   # L2gwAgentOvsdbHosts: ["ovsdb1:127.0.0.1:6632"]
23   # L2gwAgentEnableManager: False
24   # L2gwAgentManagerTableListeningPort: "6633"
25   # L2gwAgentPeriodicInterval: 20
26   # L2gwAgentMaxConnectionRetries: 10
27   # L2gwAgentSocketTimeout: 30