tripleo-heat-templates/environments/neutron-ml2-mlnx-sdn.yaml
waleedm d98009ae49 Change authentication method for Mellanox sdn controller
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
2021-10-28 06:33:04 +00:00

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']