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