blob: 8c8476f1b3218b332f5a1c0bd2683bbb5f55b9b5 [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
Dmitry Kalashnik1c26ac02017-12-06 13:37:19 +04009 openstack_log_appender: false
10 openstack_fluentd_handler_enabled: false
Filip Pytloun923d8692015-10-06 16:28:32 +020011 heat:
12 server:
marco836d9552016-01-25 22:22:46 +010013 stack_domain_admin:
14 name: heat_domain_admin
15 password: ${_param:heat_domain_admin_password}
16 domain: heat
Filip Pytloun923d8692015-10-06 16:28:32 +020017 enabled: true
Jakub Pavlik51e15e02016-03-12 13:32:26 +010018 region: RegionOne
Filip Pytloun923d8692015-10-06 16:28:32 +020019 version: ${_param:heat_version}
20 bind:
21 api_cfn:
22 address: ${_param:cluster_local_address}
23 api_cloudwatch:
24 address: ${_param:cluster_local_address}
25 api:
26 address: ${_param:cluster_local_address}
27 database:
28 engine: mysql
29 host: ${_param:cluster_vip_address}
30 port: 3306
31 name: heat
32 user: heat
33 password: ${_param:mysql_heat_password}
34 metadata:
35 host: ${_param:cluster_vip_address}
36 port: 8000
Oleksii Chupryncd1be6f2017-04-07 09:30:26 +030037 protocol: http
Filip Pytloun923d8692015-10-06 16:28:32 +020038 waitcondition:
39 host: ${_param:cluster_vip_address}
40 port: 8000
Oleksii Chupryncd1be6f2017-04-07 09:30:26 +030041 protocol: http
Filip Pytloun923d8692015-10-06 16:28:32 +020042 watch:
43 host: ${_param:cluster_vip_address}
44 port: 8003
Oleksii Chupryncd1be6f2017-04-07 09:30:26 +030045 protocol: http
Filip Pytloun923d8692015-10-06 16:28:32 +020046 identity:
47 engine: keystone
48 host: ${_param:cluster_vip_address}
49 port: 35357
50 tenant: service
51 user: heat
52 password: ${_param:keystone_heat_password}
Dennis Dmitriev09650272017-03-09 17:51:00 +020053 endpoint_type_default: ${_param:heat_client_default_endpoint_type}
54 endpoint_type_heat: ${_param:heat_client_heat_endpoint_type}
Dmitry Kalashnik1c26ac02017-12-06 13:37:19 +040055 logging:
56 log_appender: ${_param:openstack_log_appender}
57 log_handlers:
58 watchedfile:
59 enabled: true
60 fluentd:
61 enabled: ${_param:openstack_fluentd_handler_enabled}
Filip Pytloun923d8692015-10-06 16:28:32 +020062 message_queue:
63 engine: rabbitmq
64 host: ${_param:cluster_vip_address}
65 port: 5672
66 user: openstack
67 password: ${_param:rabbitmq_openstack_password}
68 virtual_host: '/openstack'