2015-08-14 13:30:36 +00: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-25 07:51:37 +00:00
|
|
|
OS::TripleO::ComputeExtraConfigPre: ../puppet/extraconfig/pre_deploy/compute/neutron-ml2-bigswitch.yaml
|
2017-03-15 15:55:05 +00:00
|
|
|
OS::TripleO::NeutronBigswitchAgent: ../puppet/services/neutron-bigswitch-agent.yaml
|
|
|
|
OS::TripleO::Services::ComputeNeutronOvsAgent: OS::Heat::None
|
|
|
|
OS::TripleO::Services::NeutronL3Agent: OS::Heat::None
|
2015-08-14 13:30:36 +00:00
|
|
|
|
|
|
|
parameter_defaults:
|
|
|
|
# Required to fill in:
|
|
|
|
NeutronBigswitchRestproxyServers:
|
|
|
|
NeutronBigswitchRestproxyServerAuth:
|
2017-03-15 15:55:05 +00:00
|
|
|
NeutronMechanismDrivers: openvswitch,bsn_ml2
|
|
|
|
NeutronServicePlugins: bsn_l3,bsn_service_plugin
|
2015-08-14 13:30:36 +00:00
|
|
|
|
|
|
|
# Optional:
|
|
|
|
# NeutronBigswitchRestproxyAutoSyncOnFailure:
|
|
|
|
# NeutronBigswitchRestproxyConsistencyInterval:
|
|
|
|
# NeutronBigswitchRestproxyNeutronId:
|
|
|
|
# NeutronBigswitchRestproxyServerSsl:
|
|
|
|
# NeutronBigswitchRestproxySslCertDirectory:
|
2016-01-25 07:51:37 +00:00
|
|
|
# NeutronBigswitchAgentEnabled:
|
|
|
|
# NeutronBigswitchLLDPEnabled:
|
2015-08-14 13:30:36 +00:00
|
|
|
|
2017-03-15 15:55:05 +00:00
|
|
|
ControllerExtraConfig:
|
|
|
|
neutron::agents::l3::enabled: false
|
|
|
|
neutron::agents::dhcp::enable_force_metadata: true
|
|
|
|
neutron::agents::dhcp::enable_isolated_metadata: true
|
|
|
|
neutron::agents::dhcp::enable_metadata_network: false
|
|
|
|
neutron::server::l3_ha: false
|