Filip Pytloun | da2a079 | 2015-10-06 16:28:31 +0200 | [diff] [blame] | 1 | applications: |
| 2 | - cinder |
Jakub Pavlik | dac663a | 2016-01-27 22:54:52 +0100 | [diff] [blame] | 3 | classes: |
| 4 | - service.cinder.support |
Filip Pytloun | da2a079 | 2015-10-06 16:28:31 +0200 | [diff] [blame] | 5 | parameters: |
Jiri Broulik | 31abba2 | 2017-03-15 18:48:23 +0100 | [diff] [blame^] | 6 | _param: |
| 7 | keystone_cinder_endpoint_type: internalURL |
Filip Pytloun | da2a079 | 2015-10-06 16:28:31 +0200 | [diff] [blame] | 8 | cinder: |
| 9 | controller: |
| 10 | enabled: true |
| 11 | version: ${_param:cinder_version} |
| 12 | osapi: |
| 13 | host: ${_param:cluster_local_address} |
| 14 | database: |
| 15 | engine: mysql |
| 16 | host: ${_param:cluster_vip_address} |
| 17 | port: 3306 |
| 18 | name: cinder |
| 19 | user: cinder |
| 20 | password: ${_param:mysql_cinder_password} |
| 21 | identity: |
| 22 | engine: keystone |
Jakub Pavlik | e57ff11 | 2016-03-09 15:30:34 +0100 | [diff] [blame] | 23 | region: RegionOne |
Filip Pytloun | da2a079 | 2015-10-06 16:28:31 +0200 | [diff] [blame] | 24 | host: ${_param:cluster_vip_address} |
| 25 | port: 35357 |
| 26 | tenant: service |
| 27 | user: cinder |
| 28 | password: ${_param:keystone_cinder_password} |
Jiri Broulik | 31abba2 | 2017-03-15 18:48:23 +0100 | [diff] [blame^] | 29 | endpoint_type: ${_param:keystone_cinder_endpoint_type} |
Filip Pytloun | da2a079 | 2015-10-06 16:28:31 +0200 | [diff] [blame] | 30 | glance: |
| 31 | host: ${_param:cluster_vip_address} |
| 32 | port: 9292 |
| 33 | message_queue: |
| 34 | engine: rabbitmq |
| 35 | host: ${_param:cluster_vip_address} |
| 36 | port: 5672 |
| 37 | user: openstack |
| 38 | password: ${_param:rabbitmq_openstack_password} |
| 39 | virtual_host: '/openstack' |
Jakub Pavlik | 3d437df | 2016-04-11 22:07:50 +0200 | [diff] [blame] | 40 | cache: |
| 41 | engine: memcached |
| 42 | members: |
| 43 | - host: ${_param:cluster_node01_address} |
| 44 | port: 11211 |
| 45 | - host: ${_param:cluster_node02_address} |
| 46 | port: 11211 |
| 47 | - host: ${_param:cluster_node03_address} |
Jiri Konecny | 2dce35f | 2016-04-19 16:29:52 +0200 | [diff] [blame] | 48 | port: 11211 |