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 |
Filip Pytloun | da2a079 | 2015-10-06 16:28:31 +0200 | [diff] [blame] | 10 | cinder: |
| 11 | controller: |
| 12 | enabled: true |
| 13 | version: ${_param:cinder_version} |
| 14 | osapi: |
Adam Tengler | 8afb118 | 2016-01-28 16:00:09 +0100 | [diff] [blame] | 15 | host: ${_param:single_address} |
Filip Pytloun | da2a079 | 2015-10-06 16:28:31 +0200 | [diff] [blame] | 16 | database: |
| 17 | engine: mysql |
| 18 | host: localhost |
| 19 | port: 3306 |
| 20 | name: cinder |
| 21 | user: cinder |
Adam Tengler | 8afb118 | 2016-01-28 16:00:09 +0100 | [diff] [blame] | 22 | password: ${_param:mysql_cinder_password} |
Filip Pytloun | da2a079 | 2015-10-06 16:28:31 +0200 | [diff] [blame] | 23 | identity: |
| 24 | engine: keystone |
Jakub Pavlik | e57ff11 | 2016-03-09 15:30:34 +0100 | [diff] [blame] | 25 | region: RegionOne |
Adam Tengler | 8afb118 | 2016-01-28 16:00:09 +0100 | [diff] [blame] | 26 | host: ${_param:single_address} |
Filip Pytloun | da2a079 | 2015-10-06 16:28:31 +0200 | [diff] [blame] | 27 | port: 35357 |
| 28 | tenant: service |
| 29 | user: cinder |
Adam Tengler | 8afb118 | 2016-01-28 16:00:09 +0100 | [diff] [blame] | 30 | password: ${_param:keystone_cinder_password} |
Jiri Broulik | 31abba2 | 2017-03-15 18:48:23 +0100 | [diff] [blame] | 31 | endpoint_type: ${_param:keystone_cinder_endpoint_type} |
Filip Pytloun | da2a079 | 2015-10-06 16:28:31 +0200 | [diff] [blame] | 32 | glance: |
Adam Tengler | 8afb118 | 2016-01-28 16:00:09 +0100 | [diff] [blame] | 33 | host: ${_param:single_address} |
Filip Pytloun | da2a079 | 2015-10-06 16:28:31 +0200 | [diff] [blame] | 34 | port: 9292 |
Dmitry Kalashnik | 3291f54 | 2017-12-05 18:43:47 +0400 | [diff] [blame] | 35 | logging: |
| 36 | log_appender: ${_param:openstack_log_appender} |
| 37 | log_handlers: |
| 38 | watchedfile: |
| 39 | enabled: true |
| 40 | fluentd: |
| 41 | enabled: ${_param:openstack_fluentd_handler_enabled} |
Filip Pytloun | da2a079 | 2015-10-06 16:28:31 +0200 | [diff] [blame] | 42 | message_queue: |
| 43 | engine: rabbitmq |
Adam Tengler | 8afb118 | 2016-01-28 16:00:09 +0100 | [diff] [blame] | 44 | host: ${_param:single_address} |
Filip Pytloun | da2a079 | 2015-10-06 16:28:31 +0200 | [diff] [blame] | 45 | port: 5672 |
| 46 | user: openstack |
Adam Tengler | 8afb118 | 2016-01-28 16:00:09 +0100 | [diff] [blame] | 47 | password: ${_param:rabbitmq_openstack_password} |
Filip Pytloun | da2a079 | 2015-10-06 16:28:31 +0200 | [diff] [blame] | 48 | virtual_host: '/openstack' |