d98009ae49
Change sdn authentication from basic(username,password) to token authentication, deprecate MlnxSDNUsername and MlnxSDNPassword and add a new parameter "MlnxSDNToken" to authenticate sdn controller Depends-on: https://review.opendev.org/c/openstack/puppet-neutron/+/814554 Change-Id: Icf39bbd3621423f350275d5183071987719622e1
15 lines
448 B
YAML
15 lines
448 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:
|
|
|
|
MlnxSDNToken: 'sdn_token'
|
|
MlnxSDNUrl: 'sdn_url'
|
|
MlnxSDNDomain: 'cloudx'
|
|
MlnxSDNSyncEnabled: true
|
|
|
|
NeutronCorePlugin: 'neutron.plugins.ml2.plugin.Ml2Plugin'
|
|
NeutronMechanismDrivers: ['mlnx_sdn_assist','sriovnicswitch','openvswitch']
|