ccf3f0b586
Added the ability to disable Mellanox SDN sync by using param `MlnxSDNSyncEnabled` from file `neutron-ml2-mlnx-sdn.yaml` Change-Id: Id93a8637980276298c2b7d3f6d1e7c30f1c413be
16 lines
474 B
YAML
16 lines
474 B
YAML
# A Heat environment file which can be used to configure Mellanox SDN
|
|
|
|
resource_registry:
|
|
OS::TripleO::Services::NeutronCorePlugin: OS::TripleO::Services::NeutronCorePluginMLNXSDN
|
|
|
|
parameter_defaults:
|
|
|
|
MlnxSDNUsername: 'sdn_username'
|
|
#MlnxSDNPassword:
|
|
MlnxSDNUrl: 'sdn_url'
|
|
MlnxSDNDomain: 'cloudx'
|
|
MlnxSDNSyncEnabled: true
|
|
|
|
NeutronCorePlugin: 'neutron.plugins.ml2.plugin.Ml2Plugin'
|
|
NeutronMechanismDrivers: ['mlnx_sdn_assist','sriovnicswitch','openvswitch']
|