Filip Pytloun | 923d869 | 2015-10-06 16:28:32 +0200 | [diff] [blame] | 1 | applications: |
| 2 | - heat |
Jakub Pavlik | 4e27645 | 2016-01-28 00:12:22 +0100 | [diff] [blame] | 3 | classes: |
| 4 | - service.heat.support |
Filip Pytloun | 923d869 | 2015-10-06 16:28:32 +0200 | [diff] [blame] | 5 | parameters: |
Dennis Dmitriev | 0965027 | 2017-03-09 17:51:00 +0200 | [diff] [blame] | 6 | _param: |
| 7 | heat_client_default_endpoint_type: internalURL |
| 8 | heat_client_heat_endpoint_type: publicURL |
Dmitry Kalashnik | 1c26ac0 | 2017-12-06 13:37:19 +0400 | [diff] [blame] | 9 | openstack_log_appender: false |
| 10 | openstack_fluentd_handler_enabled: false |
Oleksii Chupryn | 99a3e1b | 2018-02-07 09:40:30 +0200 | [diff] [blame] | 11 | openstack_ossyslog_handler_enabled: false |
Filip Pytloun | 923d869 | 2015-10-06 16:28:32 +0200 | [diff] [blame] | 12 | heat: |
| 13 | server: |
marco | 836d955 | 2016-01-25 22:22:46 +0100 | [diff] [blame] | 14 | stack_domain_admin: |
| 15 | name: heat_domain_admin |
| 16 | password: ${_param:heat_domain_admin_password} |
Michael Polenchuk | 707a8fb | 2018-11-28 13:06:33 +0400 | [diff] [blame] | 17 | stack_user_domain_name: heat_user_domain |
Filip Pytloun | 923d869 | 2015-10-06 16:28:32 +0200 | [diff] [blame] | 18 | enabled: true |
Jakub Pavlik | 51e15e0 | 2016-03-12 13:32:26 +0100 | [diff] [blame] | 19 | region: RegionOne |
Filip Pytloun | 923d869 | 2015-10-06 16:28:32 +0200 | [diff] [blame] | 20 | 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 Chupryn | cd1be6f | 2017-04-07 09:30:26 +0300 | [diff] [blame] | 38 | protocol: http |
Filip Pytloun | 923d869 | 2015-10-06 16:28:32 +0200 | [diff] [blame] | 39 | waitcondition: |
| 40 | host: ${_param:cluster_vip_address} |
| 41 | port: 8000 |
Oleksii Chupryn | cd1be6f | 2017-04-07 09:30:26 +0300 | [diff] [blame] | 42 | protocol: http |
Filip Pytloun | 923d869 | 2015-10-06 16:28:32 +0200 | [diff] [blame] | 43 | watch: |
| 44 | host: ${_param:cluster_vip_address} |
| 45 | port: 8003 |
Oleksii Chupryn | cd1be6f | 2017-04-07 09:30:26 +0300 | [diff] [blame] | 46 | protocol: http |
Filip Pytloun | 923d869 | 2015-10-06 16:28:32 +0200 | [diff] [blame] | 47 | 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 Dmitriev | 0965027 | 2017-03-09 17:51:00 +0200 | [diff] [blame] | 54 | endpoint_type_default: ${_param:heat_client_default_endpoint_type} |
| 55 | endpoint_type_heat: ${_param:heat_client_heat_endpoint_type} |
Dmitry Kalashnik | 1c26ac0 | 2017-12-06 13:37:19 +0400 | [diff] [blame] | 56 | 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 Chupryn | 99a3e1b | 2018-02-07 09:40:30 +0200 | [diff] [blame] | 63 | ossyslog: |
| 64 | enabled: ${_param:openstack_ossyslog_handler_enabled} |
Ksawery DziekoĆski | 435edce | 2020-02-28 15:51:43 +0100 | [diff] [blame] | 65 | loggers: |
| 66 | eventletwsgi: |
| 67 | enabled: true |
| 68 | level: INFO |
Filip Pytloun | 923d869 | 2015-10-06 16:28:32 +0200 | [diff] [blame] | 69 | message_queue: |
| 70 | engine: rabbitmq |
| 71 | host: ${_param:cluster_vip_address} |
| 72 | port: 5672 |
| 73 | user: openstack |
| 74 | password: ${_param:rabbitmq_openstack_password} |
| 75 | virtual_host: '/openstack' |
Oleksandr Bryndzii | 63d0fbd | 2019-03-12 19:44:08 +0200 | [diff] [blame] | 76 | cache: |
| 77 | engine: memcached |
| 78 | expiration_time: 600 |
| 79 | backend_argument: |
| 80 | memcached_expire_time: |
| 81 | value: 660 |
| 82 | members: |
| 83 | - host: ${_param:cluster_node01_address} |
| 84 | port: 11211 |
| 85 | - host: ${_param:cluster_node02_address} |
| 86 | port: 11211 |
| 87 | - host: ${_param:cluster_node03_address} |
| 88 | port: 11211 |