tripleo-heat-templates/environments/neutron-ml2-mlnx-sdn.yaml
Hamdy Khader e4c1531a42 Add environment file for Mellanox SDN
Depends-On: I805bdfc6f2bed8f998f73d3e17a4c2ab493f5717
Change-Id: I2a8f66b2f3b2f5e9eb3542bd7a1ab7bb4d1ba90d
2018-04-18 17:20:28 +03:00

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'