marco | 943eef8 | 2016-10-05 17:59:13 +0200 | [diff] [blame^] | 1 | parameters: |
| 2 | kubernetes: |
| 3 | control: |
| 4 | configmap: |
| 5 | heat-server: |
| 6 | grains: |
| 7 | os_family: Debian |
| 8 | pillar: |
| 9 | heat: |
| 10 | server: |
| 11 | stack_domain_admin: |
| 12 | name: heat_domain_admin |
| 13 | password: ${_param:heat_domain_admin_password} |
| 14 | domain: heat |
| 15 | enabled: true |
| 16 | region: RegionOne |
| 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: 0.0.0.0 |
| 25 | database: |
| 26 | engine: mysql |
| 27 | host: ${_param:mysql_service_host} |
| 28 | port: 3306 |
| 29 | name: heat |
| 30 | user: heat |
| 31 | password: ${_param:mysql_heat_password} |
| 32 | metadata: |
| 33 | host: 0.0.0.0 |
| 34 | port: 8000 |
| 35 | waitcondition: |
| 36 | host: 0.0.0.0 |
| 37 | port: 8000 |
| 38 | watch: |
| 39 | host: 0.0.0.0 |
| 40 | port: 8003 |
| 41 | identity: |
| 42 | engine: keystone |
| 43 | host: ${_param:keystone_service_host} |
| 44 | port: 35357 |
| 45 | tenant: service |
| 46 | user: heat |
| 47 | password: ${_param:keystone_heat_password} |
| 48 | message_queue: |
| 49 | engine: rabbitmq |
| 50 | host: ${_param:rabbitmq_service_host} |
| 51 | port: 5672 |
| 52 | user: openstack |
| 53 | password: ${_param:rabbitmq_openstack_password} |
| 54 | virtual_host: '/openstack' |