2018-03-07 15:36:16 +00:00
|
|
|
# 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'
|
2019-11-07 12:55:10 +00:00
|
|
|
MlnxSDNSyncEnabled: true
|
2018-03-07 15:36:16 +00:00
|
|
|
|
|
|
|
NeutronCorePlugin: 'neutron.plugins.ml2.plugin.Ml2Plugin'
|
2019-07-10 08:18:56 +00:00
|
|
|
NeutronMechanismDrivers: ['mlnx_sdn_assist','sriovnicswitch','openvswitch']
|