a68151d02a
This converts all Docker*Image parameter varients into Container*Image varients. The commit was autogenerated with the following shell commands: for file in $(grep -lr Docker.*Image --include \*.yaml --exclude-dir releasenotes); do sed -e "s|Docker\([^ ]*Image\)|Container\1|g" -i $file done Change-Id: Iab06efa5616975b99aa5772a65b415629f8d7882 Depends-On: I7d62a3424ccb7b01dc101329018ebda896ea8ff3 Depends-On: Ib1dc0c08ce7971a03639acc42b1e738d93a52f98
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 ###
|
|
########################################
|
|
|
|
ContainerNeutronApiImage: 'repo/binary-neutron-cisco-vts'
|
|
ContainerNeutronConfigImage: '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'
|