Alexey Chekunov | f916f0c | 2017-05-25 13:29:45 +0400 | [diff] [blame] | 1 | cinder: |
| 2 | controller: |
Dennis Dmitriev | 22c7d47 | 2017-09-01 17:34:00 +0300 | [diff] [blame] | 3 | osapi: |
| 4 | host: 127.0.0.1 |
| 5 | glance: |
| 6 | host: 127.0.0.1 |
| 7 | port: 9292 |
Alexey Chekunov | f916f0c | 2017-05-25 13:29:45 +0400 | [diff] [blame] | 8 | enabled: true |
| 9 | version: mitaka |
Kirill Bespalov | 01614c0 | 2017-07-31 17:06:09 +0300 | [diff] [blame] | 10 | message_queue: |
| 11 | engine: rabbitmq |
| 12 | host: 127.0.0.1 |
| 13 | port: 5672 |
| 14 | user: openstack |
| 15 | password: pwd |
| 16 | virtual_host: '/openstack' |
Denis V. Meltsaykin | 6b1fa43 | 2017-09-18 16:49:53 +0300 | [diff] [blame] | 17 | identity: |
| 18 | engine: keystone |
| 19 | host: 127.0.0.1 |
| 20 | port: 35357 |
| 21 | tenant: service |
| 22 | user: cinder |
| 23 | password: pwd |
| 24 | region: regionOne |
vgusev | 58e7833 | 2018-02-16 17:51:41 +0400 | [diff] [blame] | 25 | logging: |
sgarbuz | d054206 | 2019-01-25 12:57:42 +0200 | [diff] [blame] | 26 | log_appender: true |
vgusev | 58e7833 | 2018-02-16 17:51:41 +0400 | [diff] [blame] | 27 | log_handlers: |
| 28 | watchedfile: |
| 29 | enabled: true |
| 30 | fluentd: |
sgarbuz | d054206 | 2019-01-25 12:57:42 +0200 | [diff] [blame] | 31 | enabled: true |
vgusev | 58e7833 | 2018-02-16 17:51:41 +0400 | [diff] [blame] | 32 | ossyslog: |
sgarbuz | d054206 | 2019-01-25 12:57:42 +0200 | [diff] [blame] | 33 | enabled: true |
Kirill Bespalov | 113cd2c | 2017-09-19 14:48:08 +0300 | [diff] [blame] | 34 | database: |
| 35 | engine: mysql |
| 36 | host: 127.0.0.1 |
| 37 | port: 3306 |
| 38 | name: cinder |
| 39 | user: cinder |
| 40 | password: pwd |
Alexey Chekunov | f916f0c | 2017-05-25 13:29:45 +0400 | [diff] [blame] | 41 | backend: |
| 42 | netapp: |
| 43 | engine: netapp |
| 44 | type_name: netapp |
| 45 | user: openstack |
| 46 | vserver: vm1 |
| 47 | server_hostname: 172.18.2.3 |
| 48 | password: password |
| 49 | storage_protocol: nfs |
| 50 | transport_type: https |
| 51 | netapp_lun_space_reservation: enabled |
| 52 | use_multipath_for_image_xfer: True |
Dmitry Stremkouski | ffa53c0 | 2017-09-15 19:47:21 +0300 | [diff] [blame] | 53 | nas_secure_file_operations: false |
| 54 | nas_secure_file_permissions: false |
Alexey Chekunov | f916f0c | 2017-05-25 13:29:45 +0400 | [diff] [blame] | 55 | devices: |
| 56 | - 172.18.2.2:/vol_1 |
| 57 | - 172.18.2.2:/vol_2 |
| 58 | - 172.18.2.2:/vol_3 |
| 59 | - 172.18.2.2:/vol_4 |
| 60 | volume: |
| 61 | enabled: true |
| 62 | version: mitaka |
Kirill Bespalov | 113cd2c | 2017-09-19 14:48:08 +0300 | [diff] [blame] | 63 | database: |
| 64 | engine: mysql |
| 65 | host: 127.0.0.1 |
| 66 | port: 3306 |
| 67 | name: cinder |
| 68 | user: cinder |
| 69 | password: pwd |
Kirill Bespalov | 01614c0 | 2017-07-31 17:06:09 +0300 | [diff] [blame] | 70 | message_queue: |
| 71 | engine: rabbitmq |
| 72 | host: 127.0.0.1 |
| 73 | port: 5672 |
| 74 | user: openstack |
| 75 | password: pwd |
| 76 | virtual_host: '/openstack' |
Jakub Pavlik | 94dc0c9 | 2017-06-14 14:53:23 +0200 | [diff] [blame] | 77 | linux: |
| 78 | system: |
| 79 | package: |
| 80 | nfs-common: |
| 81 | version: latest |