Filip Pytloun | da2a079 | 2015-10-06 16:28:31 +0200 | [diff] [blame] | 1 | applications: |
| 2 | - cinder |
| 3 | parameters: |
| 4 | cinder: |
| 5 | controller: |
| 6 | enabled: true |
| 7 | version: ${_param:cinder_version} |
| 8 | osapi: |
| 9 | host: ${_param:cluster_local_address} |
| 10 | database: |
| 11 | engine: mysql |
| 12 | host: ${_param:cluster_vip_address} |
| 13 | port: 3306 |
| 14 | name: cinder |
| 15 | user: cinder |
| 16 | password: ${_param:mysql_cinder_password} |
| 17 | identity: |
| 18 | engine: keystone |
| 19 | host: ${_param:cluster_vip_address} |
| 20 | port: 35357 |
| 21 | tenant: service |
| 22 | user: cinder |
| 23 | password: ${_param:keystone_cinder_password} |
| 24 | glance: |
| 25 | host: ${_param:cluster_vip_address} |
| 26 | port: 9292 |
| 27 | message_queue: |
| 28 | engine: rabbitmq |
| 29 | host: ${_param:cluster_vip_address} |
| 30 | port: 5672 |
| 31 | user: openstack |
| 32 | password: ${_param:rabbitmq_openstack_password} |
| 33 | virtual_host: '/openstack' |
Jakub Pavlik | dc84a04 | 2016-01-08 11:34:39 +0100 | [diff] [blame] | 34 | ha_queues: true |