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