tripleo-heat-templates/environments/services/neutron-sfc-ovn.yaml
Dan Prince 7d957ff262 step5: flatten the neutron service configurations
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
2019-02-28 10:24:51 -05:00

9 lines
290 B
YAML

# A Heat environment file that can be used to deploy Neutron SFC service
resource_registry:
OS::TripleO::Services::NeutronSfcApi: ../../deployment/neutron/neutron-sfc-api-container-puppet.yaml
parameter_defaults:
NeutronSfcDriver: 'ovn'
NeutronServicePlugins: 'flow_classifier,sfc'