15 lines
441 B
YAML
15 lines
441 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'
|
||
|
|
||
|
NeutronCorePlugin: 'neutron.plugins.ml2.plugin.Ml2Plugin'
|
||
|
NeutronMechanismDrivers: 'mlnx_sdn_assist,sriovnicswitch,openvswitch'
|