Merge "Add IronicInspector settings to the network map"
[apex-tripleo-heat-templates.git] / puppet / services / neutron-midonet.yaml
1 heat_template_version: pike
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   RoleName:
17     default: ''
18     description: Role name on which the service is applied
19     type: string
20   RoleParameters:
21     default: {}
22     description: Parameters specific to the role
23     type: json
24   EndpointMap:
25     default: {}
26     description: Mapping of service endpoint -> protocol. Typically set
27                  via parameter_defaults in the resource registry.
28     type: json
29   NeutronPassword:
30     description: The password for the neutron service and db account, used by neutron agents.
31     type: string
32     hidden: true
33   AdminPassword:
34     description: The password for the keystone admin account, used for monitoring, querying neutron etc.
35     type: string
36     hidden: true
37   AdminToken:
38     description: The keystone auth secret and db password.
39     type: string
40     hidden: true
41   EnableZookeeperOnController:
42     label: Enable Zookeeper On Controller
43     description: 'Whether enable Zookeeper cluster on Controller'
44     type: boolean
45     default: false
46   EnableCassandraOnController:
47     label: Enable Cassandra On Controller
48     description: 'Whether enable Cassandra cluster on Controller'
49     type: boolean
50     default: false
51   MonitoringSubscriptionNeutronMidonet:
52     default: 'overcloud-neutron-midonet'
53     type: string
54
55 outputs:
56   role_data:
57     description: Role data for the Neutron Midonet plugin and services
58     value:
59       service_name: neutron_midonet
60       monitoring_subscription: {get_param: MonitoringSubscriptionNeutronMidonet}
61       config_settings:
62         tripleo::profile::base::neutron::midonet::admin_password: {get_param: AdminPassword}
63         tripleo::profile::base::neutron::midonet::keystone_admin_token: {get_param: AdminToken}
64         tripleo::profile::base::neutron::midonet::neutron_auth_password: {get_param: NeutronPassword}
65         tripleo::profile::base::neutron::midonet::zk_on_controller: {get_param: EnableZookeeperOnController}
66         tripleo::profile::base::neutron::midonet::neutron_auth_tenant: 'service'
67         enable_cassandra_on_controller: {get_param: EnableCassandraOnController}
68         neutron::service_plugins: []
69       step_config: |
70         include tripleo::profile::base::neutron::plugins::midonet