d726a9c8b4
Change-Id: I01989cdec64d5dd3c38ea484d59c89c7bd873b83 Implements: blueprint ml2-cisco-vts Signed-off-by: Wojciech Dec <wdec@cisco.com>
30 lines
825 B
YAML
30 lines
825 B
YAML
# A Heat environment file which can be used to enable Cisco VTS ML2 driver configured
|
|
# via puppet
|
|
|
|
resource_registry:
|
|
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:
|
|
|
|
###################
|
|
### 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'
|
|
|