blob: 28aa58244323d0bfac75a537387c43de8980595b [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:
5 cluster_public_protocol: https
Vasyl Saienkof9e57b32018-01-18 19:58:56 +02006 heat_service_protocol: http
Ondrej Smola03ff34e2016-12-01 01:30:33 +01007 keystone:
8 client:
9 server:
10 identity:
11 roles:
12 - heat_stack_user
13 - heat_stack_owner
14 project:
15 service:
16 user:
17 heat:
18 is_admin: true
19 password: ${_param:keystone_heat_password}
20 email: ${_param:admin_email}
21 service:
22 heat:
23 type: orchestration
24 description: OpenStack Orchestration Service
25 endpoints:
26 - region: ${_param:openstack_region}
Petr Michalecbf38a0c2017-02-01 16:24:40 +010027 public_address: ${_param:cluster_public_host}
Pavel Cizinskyd7359e52017-02-07 11:20:46 +010028 public_protocol: ${_param:cluster_public_protocol}
Ondrej Smola03ff34e2016-12-01 01:30:33 +010029 public_port: 8004
Petr Michalec2928b9a2017-04-19 11:43:26 +020030 public_path: '/v1/%(project_id)s'
Ondrej Smola03ff34e2016-12-01 01:30:33 +010031 internal_address: ${_param:heat_service_host}
32 internal_port: 8004
Petr Michalec2928b9a2017-04-19 11:43:26 +020033 internal_path: '/v1/%(project_id)s'
Vasyl Saienkof9e57b32018-01-18 19:58:56 +020034 internal_protocol: ${_param:heat_service_protocol}
35 admin_protocol: ${_param:heat_service_protocol}
Ondrej Smola03ff34e2016-12-01 01:30:33 +010036 admin_address: ${_param:heat_service_host}
37 admin_port: 8004
Petr Michalec2928b9a2017-04-19 11:43:26 +020038 admin_path: '/v1/%(project_id)s'