blob: 5e3b0a1b8d614bd009f92b2f3279079e4a78dbf9 [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}
15 osapi:
16 host: ${_param:cluster_local_address}
17 database:
18 engine: mysql
19 host: ${_param:cluster_vip_address}
20 port: 3306
21 name: cinder
22 user: cinder
23 password: ${_param:mysql_cinder_password}
24 identity:
25 engine: keystone
Jakub Pavlike57ff112016-03-09 15:30:34 +010026 region: RegionOne
Filip Pytlounda2a0792015-10-06 16:28:31 +020027 host: ${_param:cluster_vip_address}
28 port: 35357
29 tenant: service
30 user: cinder
31 password: ${_param:keystone_cinder_password}
Jiri Broulik31abba22017-03-15 18:48:23 +010032 endpoint_type: ${_param:keystone_cinder_endpoint_type}
Filip Pytlounda2a0792015-10-06 16:28:31 +020033 glance:
34 host: ${_param:cluster_vip_address}
35 port: 9292
Dmitry Kalashnik3291f542017-12-05 18:43:47 +040036 logging:
37 log_appender: ${_param:openstack_log_appender}
38 log_handlers:
39 watchedfile:
40 enabled: true
41 fluentd:
42 enabled: ${_param:openstack_fluentd_handler_enabled}
Oleksii Chupryn688ae092018-02-07 09:49:21 +020043 ossyslog:
44 enabled: ${_param:openstack_ossyslog_handler_enabled}
Filip Pytlounda2a0792015-10-06 16:28:31 +020045 message_queue:
46 engine: rabbitmq
47 host: ${_param:cluster_vip_address}
48 port: 5672
49 user: openstack
50 password: ${_param:rabbitmq_openstack_password}
51 virtual_host: '/openstack'
Jakub Pavlik3d437df2016-04-11 22:07:50 +020052 cache:
53 engine: memcached
Oleksandr Bryndzii27e77642019-02-18 11:18:11 +020054 expiration_time: 600
55 backend_argument:
56 memcached_expire_time:
57 value: 660
Jakub Pavlik3d437df2016-04-11 22:07:50 +020058 members:
59 - host: ${_param:cluster_node01_address}
60 port: 11211
61 - host: ${_param:cluster_node02_address}
62 port: 11211
63 - host: ${_param:cluster_node03_address}
Jiri Konecny2dce35f2016-04-19 16:29:52 +020064 port: 11211