76f683f79c
After we switch default neutron driver to ovn also NeutronPluginExtensions should contain dns because "qos,port_security,dns" is default value for ovn. Change-Id: I201628e27ec5bbe9e58e469f50d8a58d34b117aa
39 lines
1.3 KiB
YAML
39 lines
1.3 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: ../../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'
|
|
NeutronPluginExtensions: "qos,port_security"
|
|
NeutronMechanismDrivers: 'sriovnicswitch,cisco_vts'
|
|
NeutronTypeDrivers: 'vxlan,vlan,flat'
|
|
NeutronServicePlugins: 'cisco_vts_router,trunk'
|