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 |
Filip Pytloun | 923d869 | 2015-10-06 16:28:32 +0200 | [diff] [blame] | 9 | heat: |
| 10 | server: |
marco | 836d955 | 2016-01-25 22:22:46 +0100 | [diff] [blame] | 11 | stack_domain_admin: |
| 12 | name: heat_domain_admin |
| 13 | password: ${_param:heat_domain_admin_password} |
| 14 | domain: heat |
Filip Pytloun | 923d869 | 2015-10-06 16:28:32 +0200 | [diff] [blame] | 15 | enabled: true |
Jakub Pavlik | 51e15e0 | 2016-03-12 13:32:26 +0100 | [diff] [blame] | 16 | region: RegionOne |
Filip Pytloun | 923d869 | 2015-10-06 16:28:32 +0200 | [diff] [blame] | 17 | version: ${_param:heat_version} |
| 18 | bind: |
| 19 | api_cfn: |
| 20 | address: 0.0.0.0 |
| 21 | api_cloudwatch: |
| 22 | address: 0.0.0.0 |
| 23 | api: |
| 24 | address: ${_param:single_address} |
| 25 | database: |
| 26 | engine: mysql |
| 27 | host: ${_param:single_address} |
| 28 | port: 3306 |
| 29 | name: heat |
| 30 | user: heat |
| 31 | password: ${_param:mysql_heat_password} |
| 32 | metadata: |
| 33 | host: ${_param:single_address} |
| 34 | port: 8000 |
| 35 | waitcondition: |
| 36 | host: ${_param:single_address} |
| 37 | port: 8000 |
| 38 | watch: |
| 39 | host: ${_param:single_address} |
| 40 | port: 8003 |
| 41 | identity: |
| 42 | engine: keystone |
| 43 | host: ${_param:single_address} |
| 44 | port: 35357 |
| 45 | tenant: service |
| 46 | user: heat |
| 47 | password: ${_param:keystone_heat_password} |
Dennis Dmitriev | 0965027 | 2017-03-09 17:51:00 +0200 | [diff] [blame^] | 48 | endpoint_type_default: ${_param:heat_client_default_endpoint_type} |
| 49 | endpoint_type_heat: ${_param:heat_client_heat_endpoint_type} |
Filip Pytloun | 923d869 | 2015-10-06 16:28:32 +0200 | [diff] [blame] | 50 | message_queue: |
| 51 | engine: rabbitmq |
| 52 | host: ${_param:single_address} |
| 53 | port: 5672 |
| 54 | user: openstack |
| 55 | password: ${_param:rabbitmq_openstack_password} |
| 56 | virtual_host: '/openstack' |