7d957ff262
This change combines the previous puppet and docker files into a single file that performs the docker service installation and configuration for the neutron-sriov-agent, neutron-plugin-nsx, and neutron-sfc-api services. Change-Id: I3403575928df245798468b2d17f4a620bbf209e5 Related-Blueprint: services-yaml-flattening
10 lines
416 B
YAML
10 lines
416 B
YAML
# A Heat environment file that can be used to deploy Neutron SFC service with OpenDaylight
|
|
resource_registry:
|
|
OS::TripleO::Services::NeutronSfcApi: ../../deployment/neutron/neutron-sfc-api-container-puppet.yaml
|
|
|
|
parameter_defaults:
|
|
NeutronServicePlugins: 'odl-router_v2,trunk,flow_classifier,sfc'
|
|
OpenDaylightFeatures: ["odl-netvirt-sfc","odl-jolokia"]
|
|
NeutronSfcDriver: 'odl_v2'
|
|
NeutronFcDriver: 'odl_v2'
|