18bae394a3
Depends-On: Ic7c1817671467f4ec2ef823f52e165c2c1f230ca Change-Id: I94998e5885fae927a5637ef67a7930e2dd19a8ee Related-Blueprint: services-yaml-flattening
32 lines
1.3 KiB
YAML
32 lines
1.3 KiB
YAML
# 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
|
|
OS::TripleO::ComputeExtraConfigPre: ../puppet/extraconfig/pre_deploy/compute/neutron-ml2-bigswitch.yaml
|
|
OS::TripleO::NeutronBigswitchAgent: ../deployment/neutron/neutron-bigswitch-agent-baremetal-puppet.yaml
|
|
OS::TripleO::Services::ComputeNeutronOvsAgent: OS::Heat::None
|
|
OS::TripleO::Services::NeutronL3Agent: OS::Heat::None
|
|
|
|
parameter_defaults:
|
|
# Required to fill in:
|
|
NeutronBigswitchRestproxyServers:
|
|
NeutronBigswitchRestproxyServerAuth:
|
|
NeutronMechanismDrivers: openvswitch,bsn_ml2
|
|
NeutronServicePlugins: bsn_l3,bsn_service_plugin
|
|
|
|
# Optional:
|
|
# NeutronBigswitchRestproxyAutoSyncOnFailure:
|
|
# NeutronBigswitchRestproxyConsistencyInterval:
|
|
# NeutronBigswitchRestproxyNeutronId:
|
|
# NeutronBigswitchRestproxyServerSsl:
|
|
# NeutronBigswitchRestproxySslCertDirectory:
|
|
# NeutronBigswitchAgentEnabled:
|
|
# NeutronBigswitchLLDPEnabled:
|
|
|
|
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
|