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