blob: eb63e5f5b61c01ce1646e5fc7422c90e0075b636 [file] [log] [blame]
Vasyl Saienkod0ef2882018-05-08 14:40:09 +03001parameters:
2 _param:
Vasyl Saienkod0ef2882018-05-08 14:40:09 +03003 heat_service_protocol: http
4 keystone:
5 client:
6 resources:
7 v3:
Michael Polenchuk6547d4d2018-11-27 17:26:43 +04008 domains:
9 heat_user_domain:
10 description: 'Contains users and projects created by heat'
Vasyl Saienkod0ef2882018-05-08 14:40:09 +030011 roles:
12 heat_stack_user:
13 name: heat_stack_user
14 enabled: true
15 heat_stack_owner:
16 name: heat_stack_owner
17 enabled: true
18 users:
19 heat:
20 password: ${_param:keystone_heat_password}
21 email: ${_param:admin_email}
22 roles:
23 service_admin:
24 name: admin
25 project_id: service
Michael Polenchuk6547d4d2018-11-27 17:26:43 +040026 heat_domain_admin:
27 password: ${_param:heat_domain_admin_password}
28 email: ${_param:admin_email}
29 roles:
30 heat_stack_admin:
31 name: admin
32 role_domain_id: heat_user_domain
33 domain_id: heat_user_domain
Vasyl Saienkod0ef2882018-05-08 14:40:09 +030034 services:
35 heat:
36 type: orchestration
37 description: OpenStack Orchestration Service
38 endpoints:
39 heat_public_v1:
40 interface: 'public'
41 url: ${_param:cluster_public_protocol}://${_param:cluster_public_host}:8004/v1/%(project_id)s
42 region: ${_param:openstack_region}
43 heat_internal_v1:
44 interface: 'internal'
45 url: ${_param:heat_service_protocol}://${_param:heat_service_host}:8004/v1/%(project_id)s
46 region: ${_param:openstack_region}
47 heat_admin_v1:
48 interface: 'admin'
49 url: ${_param:heat_service_protocol}://${_param:heat_service_host}:8004/v1/%(project_id)s
50 region: ${_param:openstack_region}