blob: 67ddc7f37209d4a413eb709ef9dc76b2c29cf5b1 [file] [log] [blame]
Filip Pytloun923d8692015-10-06 16:28:32 +02001applications:
2- heat
Jakub Pavlik4e276452016-01-28 00:12:22 +01003classes:
4- service.heat.support
Filip Pytloun923d8692015-10-06 16:28:32 +02005parameters:
Dennis Dmitriev09650272017-03-09 17:51:00 +02006 _param:
7 heat_client_default_endpoint_type: internalURL
8 heat_client_heat_endpoint_type: publicURL
Filip Pytloun923d8692015-10-06 16:28:32 +02009 heat:
10 server:
marco836d9552016-01-25 22:22:46 +010011 stack_domain_admin:
12 name: heat_domain_admin
13 password: ${_param:heat_domain_admin_password}
14 domain: heat
Filip Pytloun923d8692015-10-06 16:28:32 +020015 enabled: true
Jakub Pavlik51e15e02016-03-12 13:32:26 +010016 region: RegionOne
Filip Pytloun923d8692015-10-06 16:28:32 +020017 version: ${_param:heat_version}
18 bind:
19 api_cfn:
20 address: ${_param:cluster_local_address}
21 api_cloudwatch:
22 address: ${_param:cluster_local_address}
23 api:
24 address: ${_param:cluster_local_address}
25 database:
26 engine: mysql
27 host: ${_param:cluster_vip_address}
28 port: 3306
29 name: heat
30 user: heat
31 password: ${_param:mysql_heat_password}
32 metadata:
33 host: ${_param:cluster_vip_address}
34 port: 8000
Oleksii Chupryncd1be6f2017-04-07 09:30:26 +030035 protocol: http
Filip Pytloun923d8692015-10-06 16:28:32 +020036 waitcondition:
37 host: ${_param:cluster_vip_address}
38 port: 8000
Oleksii Chupryncd1be6f2017-04-07 09:30:26 +030039 protocol: http
Filip Pytloun923d8692015-10-06 16:28:32 +020040 watch:
41 host: ${_param:cluster_vip_address}
42 port: 8003
Oleksii Chupryncd1be6f2017-04-07 09:30:26 +030043 protocol: http
Filip Pytloun923d8692015-10-06 16:28:32 +020044 identity:
45 engine: keystone
46 host: ${_param:cluster_vip_address}
47 port: 35357
48 tenant: service
49 user: heat
50 password: ${_param:keystone_heat_password}
Dennis Dmitriev09650272017-03-09 17:51:00 +020051 endpoint_type_default: ${_param:heat_client_default_endpoint_type}
52 endpoint_type_heat: ${_param:heat_client_heat_endpoint_type}
Filip Pytloun923d8692015-10-06 16:28:32 +020053 message_queue:
54 engine: rabbitmq
55 host: ${_param:cluster_vip_address}
56 port: 5672
57 user: openstack
58 password: ${_param:rabbitmq_openstack_password}
59 virtual_host: '/openstack'