blob: c8882dd7538cebdf6b310e41bc2f8b1a1850bc00 [file] [log] [blame]
Ondrej Smola03ff34e2016-12-01 01:30:33 +01001parameters:
Pavel Cizinskyd7359e52017-02-07 11:20:46 +01002 _param:
3 cluster_public_protocol: https
Vasyl Saienkof9e57b32018-01-18 19:58:56 +02004 heat_service_protocol: http
Ondrej Smola03ff34e2016-12-01 01:30:33 +01005 keystone:
6 client:
7 server:
8 identity:
9 roles:
10 - heat_stack_user
11 - heat_stack_owner
12 project:
13 service:
14 user:
15 heat:
16 is_admin: true
17 password: ${_param:keystone_heat_password}
18 email: ${_param:admin_email}
19 service:
20 heat:
21 type: orchestration
22 description: OpenStack Orchestration Service
23 endpoints:
24 - region: ${_param:openstack_region}
Petr Michalecbf38a0c2017-02-01 16:24:40 +010025 public_address: ${_param:cluster_public_host}
Pavel Cizinskyd7359e52017-02-07 11:20:46 +010026 public_protocol: ${_param:cluster_public_protocol}
Ondrej Smola03ff34e2016-12-01 01:30:33 +010027 public_port: 8004
Petr Michalec2928b9a2017-04-19 11:43:26 +020028 public_path: '/v1/%(project_id)s'
Ondrej Smola03ff34e2016-12-01 01:30:33 +010029 internal_address: ${_param:heat_service_host}
30 internal_port: 8004
Petr Michalec2928b9a2017-04-19 11:43:26 +020031 internal_path: '/v1/%(project_id)s'
Vasyl Saienkof9e57b32018-01-18 19:58:56 +020032 internal_protocol: ${_param:heat_service_protocol}
33 admin_protocol: ${_param:heat_service_protocol}
Ondrej Smola03ff34e2016-12-01 01:30:33 +010034 admin_address: ${_param:heat_service_host}
35 admin_port: 8004
Petr Michalec2928b9a2017-04-19 11:43:26 +020036 admin_path: '/v1/%(project_id)s'