Change flat network name for nosdn fdio scenario
[apex-tripleo-heat-templates.git] / environments / services-docker / neutron-opendaylight.yaml
1 # A Heat environment that can be used to deploy OpenDaylight with L3 DVR using Docker containers
2 resource_registry:
3   OS::TripleO::Services::NeutronOvsAgent: OS::Heat::None
4   OS::TripleO::Services::ComputeNeutronOvsAgent: OS::Heat::None
5   OS::TripleO::Services::ComputeNeutronCorePlugin: OS::Heat::None
6   OS::TripleO::Services::OpenDaylightApi: ../../docker/services/opendaylight-api.yaml
7   OS::TripleO::Services::OpenDaylightOvs: ../../puppet/services/opendaylight-ovs.yaml
8   OS::TripleO::Services::NeutronL3Agent: OS::Heat::None
9   OS::TripleO::Docker::NeutronMl2PluginBase: ../../puppet/services/neutron-plugin-ml2-odl.yaml
10
11 parameter_defaults:
12   NeutronEnableForceMetadata: true
13   NeutronPluginExtensions: 'port_security'
14   NeutronMechanismDrivers: 'opendaylight_v2'
15   NeutronServicePlugins: 'odl-router_v2,trunk'