blob: 1c3bcf57cc0969d9900dfa7352fe12b8a28e897e [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
Dmitry Kalashnik3291f542017-12-05 18:43:47 +04008 openstack_log_appender: false
9 openstack_fluentd_handler_enabled: false
Oleksii Chupryn688ae092018-02-07 09:49:21 +020010 openstack_ossyslog_handler_enabled: false
Filip Pytlounda2a0792015-10-06 16:28:31 +020011 cinder:
12 controller:
13 enabled: true
14 version: ${_param:cinder_version}
Ivan Berezovskiy3fe31942019-11-19 16:27:47 +040015 concurrency:
16 lock_path: '/var/lock/cinder'
Filip Pytlounda2a0792015-10-06 16:28:31 +020017 osapi:
18 host: ${_param:cluster_local_address}
19 database:
20 engine: mysql
21 host: ${_param:cluster_vip_address}
22 port: 3306
23 name: cinder
24 user: cinder
25 password: ${_param:mysql_cinder_password}
26 identity:
27 engine: keystone
Jakub Pavlike57ff112016-03-09 15:30:34 +010028 region: RegionOne
Filip Pytlounda2a0792015-10-06 16:28:31 +020029 host: ${_param:cluster_vip_address}
30 port: 35357
31 tenant: service
32 user: cinder
33 password: ${_param:keystone_cinder_password}
Jiri Broulik31abba22017-03-15 18:48:23 +010034 endpoint_type: ${_param:keystone_cinder_endpoint_type}
Filip Pytlounda2a0792015-10-06 16:28:31 +020035 glance:
36 host: ${_param:cluster_vip_address}
37 port: 9292
Dmitry Kalashnik3291f542017-12-05 18:43:47 +040038 logging:
39 log_appender: ${_param:openstack_log_appender}
40 log_handlers:
41 watchedfile:
42 enabled: true
43 fluentd:
44 enabled: ${_param:openstack_fluentd_handler_enabled}
Oleksii Chupryn688ae092018-02-07 09:49:21 +020045 ossyslog:
46 enabled: ${_param:openstack_ossyslog_handler_enabled}
Filip Pytlounda2a0792015-10-06 16:28:31 +020047 message_queue:
48 engine: rabbitmq
49 host: ${_param:cluster_vip_address}
50 port: 5672
51 user: openstack
52 password: ${_param:rabbitmq_openstack_password}
53 virtual_host: '/openstack'
Jakub Pavlik3d437df2016-04-11 22:07:50 +020054 cache:
55 engine: memcached
Oleksandr Bryndzii27e77642019-02-18 11:18:11 +020056 expiration_time: 600
57 backend_argument:
58 memcached_expire_time:
59 value: 660
Jakub Pavlik3d437df2016-04-11 22:07:50 +020060 members:
61 - host: ${_param:cluster_node01_address}
62 port: 11211
63 - host: ${_param:cluster_node02_address}
64 port: 11211
65 - host: ${_param:cluster_node03_address}
Jiri Konecny2dce35f2016-04-19 16:29:52 +020066 port: 11211