blob: c0c968245c15b0ecc3fbc1cd5cea5da348a5222c [file] [log] [blame]
Filip Pytlounda2a0792015-10-06 16:28:31 +02001applications:
2- cinder
Jakub Pavlikdac663a2016-01-27 22:54:52 +01003classes:
4- service.cinder.support
Filip Pytlounda2a0792015-10-06 16:28:31 +02005parameters:
6 cinder:
7 controller:
8 enabled: true
9 version: ${_param:cinder_version}
10 osapi:
11 host: ${_param:cluster_local_address}
12 database:
13 engine: mysql
14 host: ${_param:cluster_vip_address}
15 port: 3306
16 name: cinder
17 user: cinder
18 password: ${_param:mysql_cinder_password}
19 identity:
20 engine: keystone
Jakub Pavlike57ff112016-03-09 15:30:34 +010021 region: RegionOne
Filip Pytlounda2a0792015-10-06 16:28:31 +020022 host: ${_param:cluster_vip_address}
23 port: 35357
24 tenant: service
25 user: cinder
26 password: ${_param:keystone_cinder_password}
27 glance:
28 host: ${_param:cluster_vip_address}
29 port: 9292
30 message_queue:
31 engine: rabbitmq
32 host: ${_param:cluster_vip_address}
33 port: 5672
34 user: openstack
35 password: ${_param:rabbitmq_openstack_password}
36 virtual_host: '/openstack'
Jakub Pavlik3d437df2016-04-11 22:07:50 +020037 cache:
38 engine: memcached
39 members:
40 - host: ${_param:cluster_node01_address}
41 port: 11211
42 - host: ${_param:cluster_node02_address}
43 port: 11211
44 - host: ${_param:cluster_node03_address}
Jiri Konecny2dce35f2016-04-19 16:29:52 +020045 port: 11211