23 lines
705 B
YAML
23 lines
705 B
YAML
|
# A Heat environment file which can be used to enable Fujitsu fossw
|
||
|
# plugin, configured via puppet
|
||
|
resource_registry:
|
||
|
OS::TripleO::Services::NeutronML2FujitsuFossw: ../puppet/services/neutron-plugin-ml2-fujitsu-fossw.yaml
|
||
|
|
||
|
parameter_defaults:
|
||
|
# Fixed
|
||
|
NeutronMechanismDrivers: ['openvswitch','fujitsu_fossw']
|
||
|
NeutronTypeDrivers: ['vlan','vxlan']
|
||
|
NeutronNetworkType: ['vlan','vxlan']
|
||
|
|
||
|
# Required
|
||
|
NeutronFujitsuFosswIps: '192.168.0.1,192.168.0.2'
|
||
|
NeutronFujitsuFosswUserName:
|
||
|
NeutronFujitsuFosswPassword:
|
||
|
|
||
|
# Optional
|
||
|
#NeutronFujitsuFosswPort:
|
||
|
#NeutronFujitsuFosswTimeout:
|
||
|
#NeutronFujitsuFosswUdpDestPort:
|
||
|
#NeutronFujitsuFosswOvsdbVlanidRangeMin:
|
||
|
#NeutronFujitsuFosswOvsdbPort:
|