Remove hard-coded image reference
[apex-tripleo-heat-templates.git] / environments / networking / neutron-midonet.yaml
1 # *******************************************************************
2 # This file was created automatically by the sample environment
3 # generator. Developers should use `tox -e genconfig` to update it.
4 # Users are recommended to make changes to a copy of the file instead
5 # of the original, if any customizations are needed.
6 # *******************************************************************
7 # title: Enable the Neutron MidoNet Services
8 # description: |
9 #   A Heat environment that can be used to deploy MidoNet Services
10 parameter_defaults:
11   # Native Transport Port
12   # Type: string
13   CassandraClientPort: 9042
14
15   # The port for the Thrift RPC service, which is used for client connections
16   # Type: string
17   CassandraClientPortThrift: 9160
18
19   # The SSL port for encrypted communication. Unused unless enabled in encryption_options
20   # Type: string
21   CassandraSslStoragePort: 7001
22
23   # The Cassandra port for inter-node communication
24   # Type: string
25   CassandraStoragePort: 7000
26
27   # Name of the tunnel zone used to tunnel packages
28   # Type: string
29   TunnelZoneName: tunnelzone_tripleo
30
31   # Type of the tunnels on the overlay. Choose between `gre` and `vxlan`
32   # Type: string
33   TunnelZoneType: vxlan
34
35   # ******************************************************
36   # Static parameters - these are values that must be
37   # included in the environment but should not be changed.
38   # ******************************************************
39   # Whether enable Cassandra cluster on Controller
40   # Type: boolean
41   EnableCassandraOnController: True
42
43   # Whether enable Zookeeper cluster on Controller
44   # Type: boolean
45   EnableZookeeperOnController: True
46
47   # The core plugin for Neutron. The value should be the entrypoint to be loaded
48   # from neutron.core_plugins namespace.
49   # Type: string
50   NeutronCorePlugin: midonet.neutron.plugin_v1.MidonetPluginV2
51
52   # If True, DHCP provide metadata route to VM.
53   # Type: boolean
54   NeutronEnableIsolatedMetadata: True
55
56   # *********************
57   # End static parameters
58   # *********************
59 resource_registry:
60   OS::TripleO::AllNodesExtraConfig: ../../puppet/extraconfig/all_nodes/neutron-midonet-all-nodes.yaml
61   OS::TripleO::Controller::Net::SoftwareConfig: ../../net-config-linux-bridge.yaml
62   OS::TripleO::Services::ComputeNeutronCorePlugin: ../../puppet/services/neutron-compute-plugin-midonet.yaml
63   OS::TripleO::Services::ComputeNeutronOvsAgent: OS::Heat::None
64   OS::TripleO::Services::NeutronCorePlugin: OS::TripleO::Services::NeutronCorePluginMidonet
65   OS::TripleO::Services::NeutronL3Agent: OS::Heat::None
66   OS::TripleO::Services::NeutronOvsAgent: OS::Heat::None