Adds 'trunk' to ODL env service plugins
[apex-tripleo-heat-templates.git] / environments / neutron-opendaylight.yaml
1 # A Heat environment that can be used to deploy OpenDaylight with L3 DVR
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: ../puppet/services/opendaylight-api.yaml
7   OS::TripleO::Services::OpenDaylightOvs: ../puppet/services/opendaylight-ovs.yaml
8   OS::TripleO::Services::NeutronL3Agent: OS::Heat::None
9
10 parameter_defaults:
11   NeutronEnableForceMetadata: true
12   NeutronMechanismDrivers: 'opendaylight_v2'
13   NeutronServicePlugins: 'odl-router_v2,trunk'