Merge "Change the default value for NetworkNexusVxlanGlobalConfig"
[apex-tripleo-heat-templates.git] / environments / neutron-ml2-bigswitch.yaml
1 # A Heat environment file which can be used to enable Big Switch
2 # extensions, configured via puppet
3 resource_registry:
4   OS::TripleO::ControllerExtraConfigPre: ../puppet/extraconfig/pre_deploy/controller/neutron-ml2-bigswitch.yaml
5   OS::TripleO::ComputeExtraConfigPre: ../puppet/extraconfig/pre_deploy/compute/neutron-ml2-bigswitch.yaml
6
7 parameter_defaults:
8   # Required to fill in:
9   NeutronBigswitchRestproxyServers:
10   NeutronBigswitchRestproxyServerAuth:
11   NeutronMechanismDrivers: bsn_ml2
12
13   # Optional:
14   # NeutronBigswitchRestproxyAutoSyncOnFailure:
15   # NeutronBigswitchRestproxyConsistencyInterval:
16   # NeutronBigswitchRestproxyNeutronId:
17   # NeutronBigswitchRestproxyServerSsl:
18   # NeutronBigswitchRestproxySslCertDirectory:
19   # NeutronBigswitchAgentEnabled:
20   # NeutronBigswitchLLDPEnabled:
21