You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
441 B
14 lines
441 B
# 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'
|
|
|