Filip Pytloun | 923d869 | 2015-10-06 16:28:32 +0200 | [diff] [blame^] | 1 | applications: |
| 2 | - heat |
| 3 | parameters: |
| 4 | heat: |
| 5 | server: |
| 6 | enabled: true |
| 7 | version: ${_param:heat_version} |
| 8 | bind: |
| 9 | api_cfn: |
| 10 | address: 0.0.0.0 |
| 11 | api_cloudwatch: |
| 12 | address: 0.0.0.0 |
| 13 | api: |
| 14 | address: ${_param:single_address} |
| 15 | database: |
| 16 | engine: mysql |
| 17 | host: ${_param:single_address} |
| 18 | port: 3306 |
| 19 | name: heat |
| 20 | user: heat |
| 21 | password: ${_param:mysql_heat_password} |
| 22 | metadata: |
| 23 | host: ${_param:single_address} |
| 24 | port: 8000 |
| 25 | waitcondition: |
| 26 | host: ${_param:single_address} |
| 27 | port: 8000 |
| 28 | watch: |
| 29 | host: ${_param:single_address} |
| 30 | port: 8003 |
| 31 | identity: |
| 32 | engine: keystone |
| 33 | host: ${_param:single_address} |
| 34 | port: 35357 |
| 35 | tenant: service |
| 36 | user: heat |
| 37 | password: ${_param:keystone_heat_password} |
| 38 | message_queue: |
| 39 | engine: rabbitmq |
| 40 | host: ${_param:single_address} |
| 41 | port: 5672 |
| 42 | user: openstack |
| 43 | password: ${_param:rabbitmq_openstack_password} |
| 44 | virtual_host: '/openstack' |
| 45 | ha_queues: true |