marco | daa52fa | 2016-01-25 23:49:50 +0100 | [diff] [blame] | 1 | cinder: |
| 2 | volume: |
| 3 | enabled: true |
| 4 | version: liberty |
| 5 | backend: |
| 6 | 7k2_SAS: |
| 7 | engine: storwize |
| 8 | type_name: 7k2_SAS |
| 9 | host: 127.0.0.1 |
| 10 | port: 22 |
| 11 | user: username |
| 12 | password: password |
| 13 | connection: FC |
| 14 | multihost: true |
| 15 | multipath: true |
| 16 | pool: SAS7K2 |
| 17 | 10k_SAS: |
| 18 | engine: storwize |
| 19 | type_name: 10k_SAS |
| 20 | host: 127.0.0.1 |
| 21 | port: 22 |
| 22 | user: username |
| 23 | password: password |
| 24 | connection: FC |
| 25 | multihost: true |
| 26 | multipath: true |
| 27 | pool: SAS10K |
| 28 | 15k_SAS: |
| 29 | engine: storwize |
| 30 | type_name: 15k_SAS |
| 31 | host: 127.0.0.1 |
| 32 | port: 22 |
| 33 | user: username |
| 34 | password: password |
| 35 | connection: FC |
| 36 | multihost: true |
| 37 | multipath: true |
| 38 | pool: SAS15K |
Martin819 | 2ce29c3 | 2017-03-23 22:31:45 +0100 | [diff] [blame^] | 39 | identity: |
| 40 | engine: keystone |
| 41 | host: 127.0.0.1 |
| 42 | port: 35357 |
| 43 | tenant: service |
| 44 | user: cinder |
| 45 | password: pwd |
| 46 | region: regionOne |
| 47 | osapi: |
| 48 | host: 127.0.0.1 |
| 49 | glance: |
| 50 | host: 127.0.0.1 |
| 51 | port: 9292 |
| 52 | default_volume_type: 7k2SaS |
| 53 | message_queue: |
| 54 | engine: rabbitmq |
| 55 | host: 127.0.0.1 |
| 56 | port: 5672 |
| 57 | user: openstack |
| 58 | password: pwd |
| 59 | virtual_host: '/openstack' |
| 60 | database: |
| 61 | engine: mysql |
| 62 | host: 127.0.0.1 |
| 63 | port: 3306 |
| 64 | name: cinder |
| 65 | user: cinder |
| 66 | password: pwd |
marco | daa52fa | 2016-01-25 23:49:50 +0100 | [diff] [blame] | 67 | controller: |
| 68 | enabled: true |
| 69 | version: liberty |
| 70 | backend: |
| 71 | 7k2_SAS: |
| 72 | engine: storwize |
| 73 | type_name: 7k2_SAS |
| 74 | host: 127.0.0.1 |
| 75 | port: 22 |
| 76 | user: username |
| 77 | password: password |
| 78 | connection: FC |
| 79 | multihost: true |
| 80 | multipath: true |
| 81 | pool: SAS7K2 |
| 82 | 10k_SAS: |
| 83 | engine: storwize |
| 84 | type_name: 10k_SAS |
| 85 | host: 127.0.0.1 |
| 86 | port: 22 |
| 87 | user: username |
| 88 | password: password |
| 89 | connection: FC |
| 90 | multihost: true |
| 91 | multipath: true |
| 92 | pool: SAS10K |
| 93 | 15k_SAS: |
| 94 | engine: storwize |
| 95 | type_name: 15k_SAS |
| 96 | host: 127.0.0.1 |
| 97 | port: 22 |
| 98 | user: username |
| 99 | password: password |
| 100 | connection: FC |
| 101 | multihost: true |
| 102 | multipath: true |
Martin819 | 2ce29c3 | 2017-03-23 22:31:45 +0100 | [diff] [blame^] | 103 | pool: SAS15K |
| 104 | identity: |
| 105 | engine: keystone |
| 106 | host: 127.0.0.1 |
| 107 | port: 35357 |
| 108 | tenant: service |
| 109 | user: cinder |
| 110 | password: pwd |
| 111 | region: regionOne |
| 112 | osapi: |
| 113 | host: 127.0.0.1 |
| 114 | osapi_max_limit: 500 |
| 115 | glance: |
| 116 | host: 127.0.0.1 |
| 117 | port: 9292 |
| 118 | default_volume_type: 7k2SaS |
| 119 | message_queue: |
| 120 | engine: rabbitmq |
| 121 | host: 127.0.0.1 |
| 122 | port: 5672 |
| 123 | user: openstack |
| 124 | password: pwd |
| 125 | virtual_host: '/openstack' |
| 126 | database: |
| 127 | engine: mysql |
| 128 | host: 127.0.0.1 |
| 129 | port: 3306 |
| 130 | name: cinder |
| 131 | user: cinder |
| 132 | password: pwd |