Jiri Broulik | 800bf5c | 2017-05-13 18:02:17 +0200 | [diff] [blame] | 1 | applications: |
| 2 | - cinder |
| 3 | classes: |
| 4 | - service.cinder.support |
| 5 | parameters: |
| 6 | _param: |
| 7 | keystone_cinder_endpoint_type: internalURL |
| 8 | cinder: |
| 9 | volume: |
| 10 | enabled: true |
| 11 | version: ${_param:cinder_version} |
| 12 | osapi: |
| 13 | host: ${_param:cluster_local_address} |
| 14 | database: |
| 15 | engine: mysql |
| 16 | host: ${_param:single_address} |
| 17 | port: 3306 |
| 18 | name: cinder |
| 19 | user: cinder |
| 20 | password: ${_param:mysql_cinder_password} |
| 21 | identity: |
| 22 | engine: keystone |
| 23 | region: RegionOne |
| 24 | host: ${_param:single_address} |
| 25 | port: 35357 |
| 26 | tenant: service |
| 27 | user: cinder |
| 28 | password: ${_param:keystone_cinder_password} |
| 29 | endpoint_type: ${_param:keystone_cinder_endpoint_type} |
| 30 | glance: |
| 31 | host: ${_param:single_address} |
| 32 | port: 9292 |
| 33 | message_queue: |
| 34 | engine: rabbitmq |
| 35 | host: ${_param:single_address} |
| 36 | port: 5672 |
| 37 | user: openstack |
| 38 | password: ${_param:rabbitmq_openstack_password} |
| 39 | virtual_host: '/openstack' |
| 40 | cache: |
| 41 | engine: memcached |
| 42 | members: |
| 43 | host: ${_param:single_address} |
| 44 | |