You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
705 B
22 lines
705 B
# 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:
|
|
|