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 |
Filip Pytloun | da2a079 | 2015-10-06 16:28:31 +0200 | [diff] [blame] | 5 | parameters: |
Jiri Broulik | 31abba2 | 2017-03-15 18:48:23 +0100 | [diff] [blame] | 6 | _param: |
| 7 | keystone_cinder_endpoint_type: internalURL |
Dmitry Kalashnik | 3291f54 | 2017-12-05 18:43:47 +0400 | [diff] [blame] | 8 | openstack_log_appender: false |
| 9 | openstack_fluentd_handler_enabled: false |
Oleksii Chupryn | 688ae09 | 2018-02-07 09:49:21 +0200 | [diff] [blame] | 10 | openstack_ossyslog_handler_enabled: false |
Filip Pytloun | da2a079 | 2015-10-06 16:28:31 +0200 | [diff] [blame] | 11 | cinder: |
| 12 | controller: |
| 13 | enabled: true |
| 14 | version: ${_param:cinder_version} |
Ivan Berezovskiy | 3fe3194 | 2019-11-19 16:27:47 +0400 | [diff] [blame] | 15 | concurrency: |
| 16 | lock_path: '/var/lock/cinder' |
Filip Pytloun | da2a079 | 2015-10-06 16:28:31 +0200 | [diff] [blame] | 17 | 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 Pavlik | e57ff11 | 2016-03-09 15:30:34 +0100 | [diff] [blame] | 28 | region: RegionOne |
Filip Pytloun | da2a079 | 2015-10-06 16:28:31 +0200 | [diff] [blame] | 29 | host: ${_param:cluster_vip_address} |
| 30 | port: 35357 |
| 31 | tenant: service |
| 32 | user: cinder |
| 33 | password: ${_param:keystone_cinder_password} |
Jiri Broulik | 31abba2 | 2017-03-15 18:48:23 +0100 | [diff] [blame] | 34 | endpoint_type: ${_param:keystone_cinder_endpoint_type} |
Filip Pytloun | da2a079 | 2015-10-06 16:28:31 +0200 | [diff] [blame] | 35 | glance: |
| 36 | host: ${_param:cluster_vip_address} |
| 37 | port: 9292 |
Dmitry Kalashnik | 3291f54 | 2017-12-05 18:43:47 +0400 | [diff] [blame] | 38 | 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 Chupryn | 688ae09 | 2018-02-07 09:49:21 +0200 | [diff] [blame] | 45 | ossyslog: |
| 46 | enabled: ${_param:openstack_ossyslog_handler_enabled} |
Filip Pytloun | da2a079 | 2015-10-06 16:28:31 +0200 | [diff] [blame] | 47 | 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 Pavlik | 3d437df | 2016-04-11 22:07:50 +0200 | [diff] [blame] | 54 | cache: |
| 55 | engine: memcached |
Oleksandr Bryndzii | 27e7764 | 2019-02-18 11:18:11 +0200 | [diff] [blame] | 56 | expiration_time: 600 |
| 57 | backend_argument: |
| 58 | memcached_expire_time: |
| 59 | value: 660 |
Jakub Pavlik | 3d437df | 2016-04-11 22:07:50 +0200 | [diff] [blame] | 60 | 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 Konecny | 2dce35f | 2016-04-19 16:29:52 +0200 | [diff] [blame] | 66 | port: 11211 |