f101bbe8cf
This change combines the previous puppet and docker files into a single file that performs the docker service installation and configuration for the neutron-lbaas-api, neutron-plugin-ml2-ansible, and neutron-plugin-ml2-cisco-vts services. Change-Id: I27abda33af2365eac4b6b91cd87ae528c2144e92 Related-Blueprint: services-yaml-flattening
8 lines
410 B
YAML
8 lines
410 B
YAML
# A Heat environment file that can be used to deploy Neutron LBaaSv2 service
|
|
resource_registry:
|
|
OS::TripleO::Services::NeutronLbaasv2Api: ../../deployment/neutron/neutron-lbaas-api-container-puppet.yaml
|
|
|
|
parameter_defaults:
|
|
NeutronServiceProviders: ['LOADBALANCERV2:Haproxy:neutron_lbaas.drivers.haproxy.plugin_driver.HaproxyOnHostPluginDriver:default']
|
|
NeutronServicePlugins: "qos,router,trunk,lbaasv2"
|