Merge "composable heat services"
[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
7 parameter_defaults:
8   EnableZookeeperOnController: true
9   EnableCassandraOnController: true
10   NeutronCorePlugin: 'midonet.neutron.plugin_v1.MidonetPluginV2' # Overriding default core_plugin in Neutron. Don't touch it
11   NeutronEnableIsolatedMetadata: true  # MidoNet 1.9 needs this one to work. Don't change it
12   NeutronEnableOVSAgent: false
13
14   # Other available options for MidoNet Services
15   # TunnelZoneName: 'tunnelname'
16   # TunnelZoneType: 'gre'
17   # CassandraStoragePort: 7000
18   # CassandraSslStoragePort: 7009
19   # CassandraClientPort: 9042
20   # CassandraClientPortThrift: 9160