blob: 198b80c7d0b83b9277d1e764445da52d80651e06 [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
Oleksii Chupryn99a3e1b2018-02-07 09:40:30 +020011 openstack_ossyslog_handler_enabled: false
Filip Pytloun923d8692015-10-06 16:28:32 +020012 heat:
13 server:
marco836d9552016-01-25 22:22:46 +010014 stack_domain_admin:
15 name: heat_domain_admin
16 password: ${_param:heat_domain_admin_password}
17 domain: heat
Filip Pytloun923d8692015-10-06 16:28:32 +020018 enabled: true
Jakub Pavlik51e15e02016-03-12 13:32:26 +010019 region: RegionOne
Filip Pytloun923d8692015-10-06 16:28:32 +020020 version: ${_param:heat_version}
21 bind:
22 api_cfn:
23 address: ${_param:cluster_local_address}
24 api_cloudwatch:
25 address: ${_param:cluster_local_address}
26 api:
27 address: ${_param:cluster_local_address}
28 database:
29 engine: mysql
30 host: ${_param:cluster_vip_address}
31 port: 3306
32 name: heat
33 user: heat
34 password: ${_param:mysql_heat_password}
35 metadata:
36 host: ${_param:cluster_vip_address}
37 port: 8000
Oleksii Chupryncd1be6f2017-04-07 09:30:26 +030038 protocol: http
Filip Pytloun923d8692015-10-06 16:28:32 +020039 waitcondition:
40 host: ${_param:cluster_vip_address}
41 port: 8000
Oleksii Chupryncd1be6f2017-04-07 09:30:26 +030042 protocol: http
Filip Pytloun923d8692015-10-06 16:28:32 +020043 watch:
44 host: ${_param:cluster_vip_address}
45 port: 8003
Oleksii Chupryncd1be6f2017-04-07 09:30:26 +030046 protocol: http
Filip Pytloun923d8692015-10-06 16:28:32 +020047 identity:
48 engine: keystone
49 host: ${_param:cluster_vip_address}
50 port: 35357
51 tenant: service
52 user: heat
53 password: ${_param:keystone_heat_password}
Dennis Dmitriev09650272017-03-09 17:51:00 +020054 endpoint_type_default: ${_param:heat_client_default_endpoint_type}
55 endpoint_type_heat: ${_param:heat_client_heat_endpoint_type}
Dmitry Kalashnik1c26ac02017-12-06 13:37:19 +040056 logging:
57 log_appender: ${_param:openstack_log_appender}
58 log_handlers:
59 watchedfile:
60 enabled: true
61 fluentd:
62 enabled: ${_param:openstack_fluentd_handler_enabled}
Oleksii Chupryn99a3e1b2018-02-07 09:40:30 +020063 ossyslog:
64 enabled: ${_param:openstack_ossyslog_handler_enabled}
Filip Pytloun923d8692015-10-06 16:28:32 +020065 message_queue:
66 engine: rabbitmq
67 host: ${_param:cluster_vip_address}
68 port: 5672
69 user: openstack
70 password: ${_param:rabbitmq_openstack_password}
71 virtual_host: '/openstack'