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
38 lines
1.3 KiB
YAML
38 lines
1.3 KiB
YAML
# A docker enabled Heat environment file which can be used to enable Cisco VTS , configured via puppet
|
|
|
|
# By default the configuration has items required to deploy VPP/VPFA on all nodes + the cisco ML2 VTS driver
|
|
|
|
resource_registry:
|
|
OS::TripleO::Services::NeutronCorePluginVTS: ../../deployment/neutron/neutron-plugin-ml2-cisco-vts-container-puppet.yaml
|
|
OS::TripleO::Services::NeutronCorePlugin: OS::TripleO::Services::NeutronCorePluginVTS
|
|
|
|
## Comment out below line when deploying VTS Agent on compute nodes instead of VPP/VPFA
|
|
OS::TripleO::Services::ComputeNeutronCorePlugin: OS::TripleO::Services::NeutronCorePluginVTS
|
|
|
|
parameter_defaults:
|
|
|
|
########################################
|
|
### Docker Cisco VTS Neutron images ###
|
|
########################################
|
|
|
|
DockerNeutronApiImage: 'repo/binary-neutron-cisco-vts'
|
|
DockerNeutronConfigImage: 'repo/binary-neutron-cisco-vts'
|
|
|
|
###################
|
|
### VTS General ###
|
|
###################
|
|
|
|
VTSUsername: 'admin'
|
|
#VTSPassword:
|
|
VTSServer: ''
|
|
VTSVMMID: ''
|
|
|
|
###################
|
|
### Neutron ML2 ###
|
|
###################
|
|
|
|
NeutronCorePlugin: 'neutron.plugins.ml2.plugin.Ml2Plugin'
|
|
NeutronMechanismDrivers: 'sriovnicswitch,cisco_vts'
|
|
NeutronTypeDrivers: 'vxlan,vlan,flat'
|
|
NeutronServicePlugins: 'cisco_vts_router,trunk'
|