Merge "Move neutron::db data within service template"
[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   # Override the NeutronCorePlugin to use Nuage
8   OS::TripleO::Services::NeutronCorePlugin: OS::TripleO::Services::NeutronCorePluginMidonet
9
10 parameter_defaults:
11   EnableZookeeperOnController: true
12   EnableCassandraOnController: true
13   NeutronCorePlugin: 'midonet.neutron.plugin_v1.MidonetPluginV2' # Overriding default core_plugin in Neutron. Don't touch it
14   NeutronEnableIsolatedMetadata: true  # MidoNet 1.9 needs this one to work. Don't change it
15
16   # Other available options for MidoNet Services
17   # TunnelZoneName: 'tunnelname'
18   # TunnelZoneType: 'gre'
19   # CassandraStoragePort: 7000
20   # CassandraSslStoragePort: 7009
21   # CassandraClientPort: 9042
22   # CassandraClientPortThrift: 9160