Change flat network name for nosdn fdio scenario
[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   ServiceData:
8     default: {}
9     description: Dictionary packing service data
10     type: json
11   ServiceNetMap:
12     default: {}
13     description: Mapping of service_name -> network name. Typically set
14                  via parameter_defaults in the resource registry.  This
15                  mapping overrides those in ServiceNetMapDefaults.
16     type: json
17   DefaultPasswords:
18     default: {}
19     type: json
20   RoleName:
21     default: ''
22     description: Role name on which the service is applied
23     type: string
24   RoleParameters:
25     default: {}
26     description: Parameters specific to the role
27     type: json
28   EndpointMap:
29     default: {}
30     description: Mapping of service endpoint -> protocol. Typically set
31                  via parameter_defaults in the resource registry.
32     type: json
33   NeutronPassword:
34     description: The password for the neutron service and db account, used by neutron agents.
35     type: string
36     hidden: true
37   AdminPassword:
38     description: The password for the keystone admin account, used for monitoring, querying neutron etc.
39     type: string
40     hidden: true
41   AdminToken:
42     description: The keystone auth secret and db password.
43     type: string
44     hidden: true
45   EnableZookeeperOnController:
46     label: Enable Zookeeper On Controller
47     description: 'Whether enable Zookeeper cluster on Controller'
48     type: boolean
49     default: false
50   EnableCassandraOnController:
51     label: Enable Cassandra On Controller
52     description: 'Whether enable Cassandra cluster on Controller'
53     type: boolean
54     default: false
55   MonitoringSubscriptionNeutronMidonet:
56     default: 'overcloud-neutron-midonet'
57     type: string
58
59 outputs:
60   role_data:
61     description: Role data for the Neutron Midonet plugin and services
62     value:
63       service_name: neutron_midonet
64       monitoring_subscription: {get_param: MonitoringSubscriptionNeutronMidonet}
65       config_settings:
66         tripleo::profile::base::neutron::midonet::admin_password: {get_param: AdminPassword}
67         tripleo::profile::base::neutron::midonet::keystone_admin_token: {get_param: AdminToken}
68         tripleo::profile::base::neutron::midonet::neutron_auth_password: {get_param: NeutronPassword}
69         tripleo::profile::base::neutron::midonet::zk_on_controller: {get_param: EnableZookeeperOnController}
70         tripleo::profile::base::neutron::midonet::neutron_auth_tenant: 'service'
71         enable_cassandra_on_controller: {get_param: EnableCassandraOnController}
72         neutron::service_plugins: []
73       step_config: |
74         include tripleo::profile::base::neutron::plugins::midonet