882fb2a896
This works alongside of the new environments/baremetal-services.yaml file in I373fef6581dfbfa365479f88d7b967cfbed446e4 to enable baremetal services. Change-Id: Ia61631e11dbbdbe39199db0afee2006b7e58cda2
38 lines
1.2 KiB
YAML
38 lines
1.2 KiB
YAML
# A 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: ../../puppet/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'
|