2015-08-14 15:30:36 +02:00
|
|
|
# A Heat environment file which can be used to enable Big Switch
|
|
|
|
# extensions, configured via puppet
|
|
|
|
resource_registry:
|
|
|
|
OS::TripleO::ControllerExtraConfigPre: ../puppet/extraconfig/pre_deploy/controller/neutron-ml2-bigswitch.yaml
|
2016-01-24 23:51:37 -08:00
|
|
|
OS::TripleO::ComputeExtraConfigPre: ../puppet/extraconfig/pre_deploy/compute/neutron-ml2-bigswitch.yaml
|
2015-08-14 15:30:36 +02:00
|
|
|
|
|
|
|
parameter_defaults:
|
|
|
|
# Required to fill in:
|
|
|
|
NeutronBigswitchRestproxyServers:
|
|
|
|
NeutronBigswitchRestproxyServerAuth:
|
2016-01-24 23:51:37 -08:00
|
|
|
NeutronMechanismDrivers: bsn_ml2
|
2015-08-14 15:30:36 +02:00
|
|
|
|
|
|
|
# Optional:
|
|
|
|
# NeutronBigswitchRestproxyAutoSyncOnFailure:
|
|
|
|
# NeutronBigswitchRestproxyConsistencyInterval:
|
|
|
|
# NeutronBigswitchRestproxyNeutronId:
|
|
|
|
# NeutronBigswitchRestproxyServerSsl:
|
|
|
|
# NeutronBigswitchRestproxySslCertDirectory:
|
2016-01-24 23:51:37 -08:00
|
|
|
# NeutronBigswitchAgentEnabled:
|
|
|
|
# NeutronBigswitchLLDPEnabled:
|
2015-08-14 15:30:36 +02:00
|
|
|
|