baec8bba6f
There are now duplicate places where environment files for deployments are kept. Those include environments/ and environments/services. The files in environments/ are incorrect and should be removed to leave only a single place (environments/services) to store docker services. environments/services-baremetal house the legacy bm services. This patch also adds a missing docker service for SFC so that we can also include an ODL SFC docker env file. Change-Id: If70818db9577b7d80c4acd0d0577d9432b5c8bef Signed-off-by: Tim Rozet <trozet@redhat.com>
11 lines
456 B
YAML
11 lines
456 B
YAML
# A Heat environment file that can be used to deploy Neutron SFC service with OpenDaylight
|
|
resource_registry:
|
|
# FIXME(bogdando): switch it, once it is containerized
|
|
OS::TripleO::Services::NeutronSfcApi: ../../docker/services/neutron-bgpvpn-api.yaml
|
|
|
|
parameter_defaults:
|
|
NeutronServicePlugins: 'odl-router_v2,trunk,flow_classifier,sfc'
|
|
OpenDaylightFeatures: ["odl-netvirt-sfc","odl-jolokia"]
|
|
NeutronSfcDriver: 'odl_v2'
|
|
NeutronFcDriver: 'odl_v2'
|