Bump template version for all templates to "ocata"
[apex-tripleo-heat-templates.git] / puppet / services / neutron-midonet.yaml
1 heat_template_version: ocata
2
3 description: >
4   OpenStack Neutron Midonet plugin and services
5
6 parameters:
7   ServiceNetMap:
8     default: {}
9     description: Mapping of service_name -> network name. Typically set
10                  via parameter_defaults in the resource registry.  This
11                  mapping overrides those in ServiceNetMapDefaults.
12     type: json
13   DefaultPasswords:
14     default: {}
15     type: json
16   EndpointMap:
17     default: {}
18     description: Mapping of service endpoint -> protocol. Typically set
19                  via parameter_defaults in the resource registry.
20     type: json
21   NeutronPassword:
22     description: The password for the neutron service and db account, used by neutron agents.
23     type: string
24     hidden: true
25   AdminPassword:
26     description: The password for the keystone admin account, used for monitoring, querying neutron etc.
27     type: string
28     hidden: true
29   AdminToken:
30     description: The keystone auth secret and db password.
31     type: string
32     hidden: true
33   EnableZookeeperOnController:
34     label: Enable Zookeeper On Controller
35     description: 'Whether enable Zookeeper cluster on Controller'
36     type: boolean
37     default: false
38   EnableCassandraOnController:
39     label: Enable Cassandra On Controller
40     description: 'Whether enable Cassandra cluster on Controller'
41     type: boolean
42     default: false
43   MonitoringSubscriptionNeutronMidonet:
44     default: 'overcloud-neutron-midonet'
45     type: string
46
47 outputs:
48   role_data:
49     description: Role data for the Neutron Midonet plugin and services
50     value:
51       service_name: neutron_midonet
52       monitoring_subscription: {get_param: MonitoringSubscriptionNeutronMidonet}
53       config_settings:
54         tripleo::profile::base::neutron::midonet::admin_password: {get_param: AdminPassword}
55         tripleo::profile::base::neutron::midonet::keystone_admin_token: {get_param: AdminToken}
56         tripleo::profile::base::neutron::midonet::neutron_auth_password: {get_param: NeutronPassword}
57         tripleo::profile::base::neutron::midonet::zk_on_controller: {get_param: EnableZookeeperOnController}
58         tripleo::profile::base::neutron::midonet::neutron_auth_tenant: 'service'
59         enable_cassandra_on_controller: {get_param: EnableCassandraOnController}
60         neutron::service_plugins: []
61       step_config: |
62         include tripleo::profile::base::neutron::plugins::midonet