e691bbe026
This updates the relevant environment/services templates so that they also default to docker. Without this change users of these services could end up with mismatched (unsupported) deployments. Additionally, this picks environment/services-docker as the source of truth when resolving collisions for moving those over environment/services. So environment/services now contain all of the containerized services' env files used to be located in environment/services-docker. The latter will be deleted later to prevent future desync of contents. Co-authored-by: Bogdan Dobrelya <bdobreli@redhat.com> Change-Id: I923731f46ea26582160a11d2dfe85792ab74110b
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: ../../docker/services/neutron-plugin-ml2-cisco-vts.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'
|