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 |
Filip Pytloun | 923d869 | 2015-10-06 16:28:32 +0200 | [diff] [blame] | 11 | heat: |
| 12 | server: |
marco | 836d955 | 2016-01-25 22:22:46 +0100 | [diff] [blame] | 13 | stack_domain_admin: |
| 14 | name: heat_domain_admin |
| 15 | password: ${_param:heat_domain_admin_password} |
| 16 | domain: heat |
Filip Pytloun | 923d869 | 2015-10-06 16:28:32 +0200 | [diff] [blame] | 17 | enabled: true |
Jakub Pavlik | 51e15e0 | 2016-03-12 13:32:26 +0100 | [diff] [blame] | 18 | region: RegionOne |
Filip Pytloun | 923d869 | 2015-10-06 16:28:32 +0200 | [diff] [blame] | 19 | 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 Chupryn | cd1be6f | 2017-04-07 09:30:26 +0300 | [diff] [blame] | 37 | protocol: http |
Filip Pytloun | 923d869 | 2015-10-06 16:28:32 +0200 | [diff] [blame] | 38 | waitcondition: |
| 39 | host: ${_param:cluster_vip_address} |
| 40 | port: 8000 |
Oleksii Chupryn | cd1be6f | 2017-04-07 09:30:26 +0300 | [diff] [blame] | 41 | protocol: http |
Filip Pytloun | 923d869 | 2015-10-06 16:28:32 +0200 | [diff] [blame] | 42 | watch: |
| 43 | host: ${_param:cluster_vip_address} |
| 44 | port: 8003 |
Oleksii Chupryn | cd1be6f | 2017-04-07 09:30:26 +0300 | [diff] [blame] | 45 | protocol: http |
Filip Pytloun | 923d869 | 2015-10-06 16:28:32 +0200 | [diff] [blame] | 46 | 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 Dmitriev | 0965027 | 2017-03-09 17:51:00 +0200 | [diff] [blame] | 53 | endpoint_type_default: ${_param:heat_client_default_endpoint_type} |
| 54 | endpoint_type_heat: ${_param:heat_client_heat_endpoint_type} |
Dmitry Kalashnik | 1c26ac0 | 2017-12-06 13:37:19 +0400 | [diff] [blame^] | 55 | 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 Pytloun | 923d869 | 2015-10-06 16:28:32 +0200 | [diff] [blame] | 62 | 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' |