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 |
Taras Khlivnyak | 860129b | 2021-08-19 10:03:04 +0300 | [diff] [blame] | 5 | - service.cinder.file_permissions |
Filip Pytloun | da2a079 | 2015-10-06 16:28:31 +0200 | [diff] [blame] | 6 | parameters: |
Jiri Broulik | 31abba2 | 2017-03-15 18:48:23 +0100 | [diff] [blame] | 7 | _param: |
| 8 | keystone_cinder_endpoint_type: internalURL |
Dmitry Kalashnik | 3291f54 | 2017-12-05 18:43:47 +0400 | [diff] [blame] | 9 | openstack_log_appender: false |
| 10 | openstack_fluentd_handler_enabled: false |
Oleksii Chupryn | 688ae09 | 2018-02-07 09:49:21 +0200 | [diff] [blame] | 11 | openstack_ossyslog_handler_enabled: false |
Filip Pytloun | da2a079 | 2015-10-06 16:28:31 +0200 | [diff] [blame] | 12 | cinder: |
| 13 | controller: |
| 14 | enabled: true |
| 15 | version: ${_param:cinder_version} |
Ivan Berezovskiy | 3fe3194 | 2019-11-19 16:27:47 +0400 | [diff] [blame] | 16 | concurrency: |
| 17 | lock_path: '/var/lock/cinder' |
Filip Pytloun | da2a079 | 2015-10-06 16:28:31 +0200 | [diff] [blame] | 18 | osapi: |
| 19 | host: ${_param:cluster_local_address} |
| 20 | database: |
| 21 | engine: mysql |
| 22 | host: ${_param:cluster_vip_address} |
| 23 | port: 3306 |
| 24 | name: cinder |
| 25 | user: cinder |
| 26 | password: ${_param:mysql_cinder_password} |
| 27 | identity: |
| 28 | engine: keystone |
Jakub Pavlik | e57ff11 | 2016-03-09 15:30:34 +0100 | [diff] [blame] | 29 | region: RegionOne |
Filip Pytloun | da2a079 | 2015-10-06 16:28:31 +0200 | [diff] [blame] | 30 | host: ${_param:cluster_vip_address} |
| 31 | port: 35357 |
| 32 | tenant: service |
| 33 | user: cinder |
| 34 | password: ${_param:keystone_cinder_password} |
Jiri Broulik | 31abba2 | 2017-03-15 18:48:23 +0100 | [diff] [blame] | 35 | endpoint_type: ${_param:keystone_cinder_endpoint_type} |
Filip Pytloun | da2a079 | 2015-10-06 16:28:31 +0200 | [diff] [blame] | 36 | glance: |
| 37 | host: ${_param:cluster_vip_address} |
| 38 | port: 9292 |
Dmitry Kalashnik | 3291f54 | 2017-12-05 18:43:47 +0400 | [diff] [blame] | 39 | logging: |
| 40 | log_appender: ${_param:openstack_log_appender} |
| 41 | log_handlers: |
| 42 | watchedfile: |
| 43 | enabled: true |
| 44 | fluentd: |
| 45 | enabled: ${_param:openstack_fluentd_handler_enabled} |
Oleksii Chupryn | 688ae09 | 2018-02-07 09:49:21 +0200 | [diff] [blame] | 46 | ossyslog: |
| 47 | enabled: ${_param:openstack_ossyslog_handler_enabled} |
Filip Pytloun | da2a079 | 2015-10-06 16:28:31 +0200 | [diff] [blame] | 48 | message_queue: |
| 49 | engine: rabbitmq |
| 50 | host: ${_param:cluster_vip_address} |
| 51 | port: 5672 |
| 52 | user: openstack |
| 53 | password: ${_param:rabbitmq_openstack_password} |
| 54 | virtual_host: '/openstack' |
Jakub Pavlik | 3d437df | 2016-04-11 22:07:50 +0200 | [diff] [blame] | 55 | cache: |
| 56 | engine: memcached |
Oleksandr Bryndzii | 27e7764 | 2019-02-18 11:18:11 +0200 | [diff] [blame] | 57 | expiration_time: 600 |
| 58 | backend_argument: |
| 59 | memcached_expire_time: |
| 60 | value: 660 |
Jakub Pavlik | 3d437df | 2016-04-11 22:07:50 +0200 | [diff] [blame] | 61 | members: |
| 62 | - host: ${_param:cluster_node01_address} |
| 63 | port: 11211 |
| 64 | - host: ${_param:cluster_node02_address} |
| 65 | port: 11211 |
| 66 | - host: ${_param:cluster_node03_address} |
Jiri Konecny | 2dce35f | 2016-04-19 16:29:52 +0200 | [diff] [blame] | 67 | port: 11211 |