22 lines
657 B
YAML
22 lines
657 B
YAML
![]() |
# A Heat environment file which can be used to enable Fujitsu C-Fabric
|
||
|
# plugin, configured via puppet
|
||
|
resource_registry:
|
||
|
OS::TripleO::Services::NeutronML2FujitsuCfab: ../puppet/services/neutron-plugin-ml2-fujitsu-cfab.yaml
|
||
|
|
||
|
parameter_defaults:
|
||
|
# Fixed
|
||
|
NeutronMechanismDrivers: ['openvswitch','fujitsu_cfab']
|
||
|
NeutronTypeDrivers: 'vlan'
|
||
|
NeutronNetworkType: 'vlan'
|
||
|
|
||
|
# Required
|
||
|
NeutronFujitsuCfabAddress: '192.168.0.1'
|
||
|
NeutronFujitsuCfabUserName: 'admin'
|
||
|
NeutronFujitsuCfabPassword:
|
||
|
|
||
|
# Optional
|
||
|
#NeutronFujitsuCfabPhysicalNetworks:
|
||
|
#NeutronFujitsuCfabSharePprofile:
|
||
|
#NeutronFujitsuCfabPprofilePrefix:
|
||
|
#NeutronFujitsuCfabSaveConfig:
|