blob: 6d8a8f0a488b1aca420e9ff3d2ac81f3d912b2b8 [file] [log] [blame]
Vasyl Saienkod0ef2882018-05-08 14:40:09 +03001classes:
2- system.keystone.client.v3.service.heat
Ondrej Smola03ff34e2016-12-01 01:30:33 +01003parameters:
Pavel Cizinskyd7359e52017-02-07 11:20:46 +01004 _param:
Vasyl Saienkof9e57b32018-01-18 19:58:56 +02005 heat_service_protocol: http
Ondrej Smola03ff34e2016-12-01 01:30:33 +01006 keystone:
7 client:
8 server:
9 identity:
10 roles:
11 - heat_stack_user
12 - heat_stack_owner
13 project:
14 service:
15 user:
16 heat:
sgarbuz5f58dd72019-05-20 14:10:11 +030017 name: ${_param:keystone_heat_username}
Ondrej Smola03ff34e2016-12-01 01:30:33 +010018 is_admin: true
19 password: ${_param:keystone_heat_password}
20 email: ${_param:admin_email}
Oleksandr Shyshkoa3384502019-02-27 13:23:06 +020021 options: ${_param:openstack_service_user_options}
Ondrej Smola03ff34e2016-12-01 01:30:33 +010022 service:
23 heat:
24 type: orchestration
25 description: OpenStack Orchestration Service
26 endpoints:
27 - region: ${_param:openstack_region}
Petr Michalecbf38a0c2017-02-01 16:24:40 +010028 public_address: ${_param:cluster_public_host}
Pavel Cizinskyd7359e52017-02-07 11:20:46 +010029 public_protocol: ${_param:cluster_public_protocol}
Ondrej Smola03ff34e2016-12-01 01:30:33 +010030 public_port: 8004
Petr Michalec2928b9a2017-04-19 11:43:26 +020031 public_path: '/v1/%(project_id)s'
Ondrej Smola03ff34e2016-12-01 01:30:33 +010032 internal_address: ${_param:heat_service_host}
33 internal_port: 8004
Petr Michalec2928b9a2017-04-19 11:43:26 +020034 internal_path: '/v1/%(project_id)s'
Vasyl Saienkof9e57b32018-01-18 19:58:56 +020035 internal_protocol: ${_param:heat_service_protocol}
36 admin_protocol: ${_param:heat_service_protocol}
Ondrej Smola03ff34e2016-12-01 01:30:33 +010037 admin_address: ${_param:heat_service_host}
38 admin_port: 8004
Petr Michalec2928b9a2017-04-19 11:43:26 +020039 admin_path: '/v1/%(project_id)s'