blob: ffd2aac102f5e4a14d99686781170aca73615994 [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:
Jiri Broulik31abba22017-03-15 18:48:23 +01006 _param:
7 keystone_cinder_endpoint_type: internalURL
Filip Pytlounda2a0792015-10-06 16:28:31 +02008 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 Pavlike57ff112016-03-09 15:30:34 +010023 region: RegionOne
Filip Pytlounda2a0792015-10-06 16:28:31 +020024 host: ${_param:cluster_vip_address}
25 port: 35357
26 tenant: service
27 user: cinder
28 password: ${_param:keystone_cinder_password}
Jiri Broulik31abba22017-03-15 18:48:23 +010029 endpoint_type: ${_param:keystone_cinder_endpoint_type}
Filip Pytlounda2a0792015-10-06 16:28:31 +020030 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 Pavlik3d437df2016-04-11 22:07:50 +020040 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 Konecny2dce35f2016-04-19 16:29:52 +020048 port: 11211