Vasyl Saienko | 7a4ae40 | 2018-01-30 16:37:14 +0200 | [diff] [blame] | 1 | applications: |
| 2 | - manila |
| 3 | parameters: |
sgarbuz | e8677fc | 2018-05-15 16:37:17 +0300 | [diff] [blame] | 4 | _param: |
| 5 | openstack_log_appender: false |
| 6 | openstack_fluentd_handler_enabled: false |
| 7 | openstack_ossyslog_handler_enabled: false |
Vasyl Saienko | 7a4ae40 | 2018-01-30 16:37:14 +0200 | [diff] [blame] | 8 | manila: |
| 9 | common: |
| 10 | version: ${_param:openstack_version} |
Ivan Berezovskiy | 4c724a1 | 2019-11-19 17:50:13 +0400 | [diff] [blame^] | 11 | concurrency: |
| 12 | lock_path: '/var/lock/manila' |
Vasyl Saienko | 7a4ae40 | 2018-01-30 16:37:14 +0200 | [diff] [blame] | 13 | message_queue: |
| 14 | engine: rabbitmq |
| 15 | port: 5672 |
| 16 | user: openstack |
| 17 | password: ${_param:rabbitmq_openstack_password} |
| 18 | virtual_host: '/openstack' |
| 19 | host: ${_param:openstack_message_queue_address} |
| 20 | database: |
| 21 | engine: mysql |
| 22 | host: ${_param:openstack_database_address} |
| 23 | port: 3306 |
| 24 | name: manila |
| 25 | user: manila |
| 26 | password: ${_param:mysql_manila_password} |
| 27 | identity: |
| 28 | engine: keystone |
| 29 | region: RegionOne |
| 30 | host: ${_param:cluster_vip_address} |
| 31 | port: 35357 |
| 32 | user: manila |
| 33 | password: ${_param:keystone_manila_password} |
| 34 | tenant: service |
| 35 | auth_type: password |
| 36 | user_domain_id: default |
| 37 | project_domain_id: default |
| 38 | protocol: 'http' |
sgarbuz | e8677fc | 2018-05-15 16:37:17 +0300 | [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} |
| 46 | ossyslog: |
| 47 | enabled: ${_param:openstack_ossyslog_handler_enabled} |
Oleksandr Bryndzii | 44359ca | 2019-03-19 12:58:45 +0200 | [diff] [blame] | 48 | cache: |
| 49 | engine: memcached |
| 50 | expiration_time: 600 |
| 51 | backend_argument: |
| 52 | memcached_expire_time: |
| 53 | value: 660 |
| 54 | members: |
| 55 | - host: ${_param:cluster_node01_address} |
| 56 | port: 11211 |
| 57 | - host: ${_param:cluster_node02_address} |
| 58 | port: 11211 |
| 59 | - host: ${_param:cluster_node03_address} |
| 60 | port: 11211 |