blob: 82212711b732cdf809188b115222fbe5450eb500 [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
Taras Khlivnyak21f35be2021-08-19 12:17:23 +03005- service.heat.file_permissions
Filip Pytloun923d8692015-10-06 16:28:32 +02006parameters:
Dennis Dmitriev09650272017-03-09 17:51:00 +02007 _param:
8 heat_client_default_endpoint_type: internalURL
9 heat_client_heat_endpoint_type: publicURL
Dmitry Kalashnik1c26ac02017-12-06 13:37:19 +040010 openstack_log_appender: false
11 openstack_fluentd_handler_enabled: false
Oleksii Chupryn99a3e1b2018-02-07 09:40:30 +020012 openstack_ossyslog_handler_enabled: false
Filip Pytloun923d8692015-10-06 16:28:32 +020013 heat:
14 server:
marco836d9552016-01-25 22:22:46 +010015 stack_domain_admin:
16 name: heat_domain_admin
17 password: ${_param:heat_domain_admin_password}
Michael Polenchuk707a8fb2018-11-28 13:06:33 +040018 stack_user_domain_name: heat_user_domain
Filip Pytloun923d8692015-10-06 16:28:32 +020019 enabled: true
Jakub Pavlik51e15e02016-03-12 13:32:26 +010020 region: RegionOne
Filip Pytloun923d8692015-10-06 16:28:32 +020021 version: ${_param:heat_version}
22 bind:
23 api_cfn:
24 address: ${_param:cluster_local_address}
25 api_cloudwatch:
26 address: ${_param:cluster_local_address}
27 api:
28 address: ${_param:cluster_local_address}
29 database:
30 engine: mysql
31 host: ${_param:cluster_vip_address}
32 port: 3306
33 name: heat
34 user: heat
35 password: ${_param:mysql_heat_password}
36 metadata:
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 waitcondition:
41 host: ${_param:cluster_vip_address}
42 port: 8000
Oleksii Chupryncd1be6f2017-04-07 09:30:26 +030043 protocol: http
Filip Pytloun923d8692015-10-06 16:28:32 +020044 watch:
45 host: ${_param:cluster_vip_address}
46 port: 8003
Oleksii Chupryncd1be6f2017-04-07 09:30:26 +030047 protocol: http
Filip Pytloun923d8692015-10-06 16:28:32 +020048 identity:
49 engine: keystone
50 host: ${_param:cluster_vip_address}
51 port: 35357
52 tenant: service
53 user: heat
54 password: ${_param:keystone_heat_password}
Dennis Dmitriev09650272017-03-09 17:51:00 +020055 endpoint_type_default: ${_param:heat_client_default_endpoint_type}
56 endpoint_type_heat: ${_param:heat_client_heat_endpoint_type}
Dmitry Kalashnik1c26ac02017-12-06 13:37:19 +040057 logging:
58 log_appender: ${_param:openstack_log_appender}
59 log_handlers:
60 watchedfile:
61 enabled: true
62 fluentd:
63 enabled: ${_param:openstack_fluentd_handler_enabled}
Oleksii Chupryn99a3e1b2018-02-07 09:40:30 +020064 ossyslog:
65 enabled: ${_param:openstack_ossyslog_handler_enabled}
Ksawery DziekoƄski435edce2020-02-28 15:51:43 +010066 loggers:
67 eventletwsgi:
68 enabled: true
69 level: INFO
Filip Pytloun923d8692015-10-06 16:28:32 +020070 message_queue:
71 engine: rabbitmq
72 host: ${_param:cluster_vip_address}
73 port: 5672
74 user: openstack
75 password: ${_param:rabbitmq_openstack_password}
76 virtual_host: '/openstack'
Oleksandr Bryndzii63d0fbd2019-03-12 19:44:08 +020077 cache:
78 engine: memcached
79 expiration_time: 600
80 backend_argument:
81 memcached_expire_time:
82 value: 660
83 members:
84 - host: ${_param:cluster_node01_address}
85 port: 11211
86 - host: ${_param:cluster_node02_address}
87 port: 11211
88 - host: ${_param:cluster_node03_address}
89 port: 11211