Merge "Stop passing charset=utf8 for neutron database connection option"
[apex-tripleo-heat-templates.git] / environments / neutron-midonet.yaml
1 # A Heat environment that can be used to deploy MidoNet Services
2 resource_registry:
3   OS::TripleO::AllNodesExtraConfig: ../puppet/extraconfig/all_nodes/neutron-midonet-all-nodes.yaml
4   OS::TripleO::Controller::Net::SoftwareConfig: ../net-config-linux-bridge.yaml # We have to avoid any ovs bridge. MidoNet is incompatible with its datapath
5   OS::TripleO::Services::NeutronL3Agent: OS::Heat::None
6   OS::TripleO::Services::NeutronOvsAgent: OS::Heat::None
7   OS::TripleO::Services::ComputeNeutronOvsAgent: OS::Heat::None
8   # Override the NeutronCorePlugin to use Nuage
9   OS::TripleO::Services::NeutronCorePlugin: OS::TripleO::Services::NeutronCorePluginMidonet
10   OS::TripleO::Services::ComputeNeutronCorePlugin: ../puppet/services/neutron-compute-plugin-midonet.yaml
11
12 parameter_defaults:
13   EnableZookeeperOnController: true
14   EnableCassandraOnController: true
15   NeutronCorePlugin: 'midonet.neutron.plugin_v1.MidonetPluginV2' # Overriding default core_plugin in Neutron. Don't touch it
16   NeutronEnableIsolatedMetadata: true  # MidoNet 1.9 needs this one to work. Don't change it
17
18   # Other available options for MidoNet Services
19   # TunnelZoneName: 'tunnelname'
20   # TunnelZoneType: 'gre'
21   # CassandraStoragePort: 7000
22   # CassandraSslStoragePort: 7009
23   # CassandraClientPort: 9042
24   # CassandraClientPortThrift: 9160