Adds networking-sfc support
[apex-tripleo-heat-templates.git] / environments / neutron-sfc-opendaylight.yaml
1 # A Heat environment file that can be used to deploy Neutron SFC service with OpenDaylight
2 resource_registry:
3   OS::TripleO::Services::NeutronSfcApi: ../puppet/services/neutron-sfc-api.yaml
4   OS::TripleO::Services::NeutronOvsAgent: OS::Heat::None
5   OS::TripleO::Services::ComputeNeutronOvsAgent: OS::Heat::None
6   OS::TripleO::Services::ComputeNeutronCorePlugin: OS::Heat::None
7   OS::TripleO::Services::NeutronCorePlugin: ../puppet/services/neutron-plugin-ml2-odl.yaml
8   OS::TripleO::Services::OpenDaylightApi: ../puppet/services/opendaylight-api.yaml
9   OS::TripleO::Services::OpenDaylightOvs: ../puppet/services/opendaylight-ovs.yaml
10   OS::TripleO::Services::NeutronL3Agent: OS::Heat::None
11
12 parameter_defaults:
13   NeutronEnableForceMetadata: true
14   NeutronMechanismDrivers: 'opendaylight_v2'
15   OpenDaylightFeatures: ["odl-netvirt-sfc","odl-jolokia"]
16   NeutronServicePlugins: 'odl-router_v2,trunk,flow_classifier,sfc'
17   NeutronSfcDriver: 'odl_v2'
18   NeutronFcDriver: 'odl_v2'