Tatyana Leontovich | 4f9d1a9 | 2018-03-28 15:36:40 +0300 | [diff] [blame] | 1 | classes: |
| 2 | - system.linux.system.lowmem |
azvyagintsev | 98cba95 | 2018-07-13 12:40:53 +0300 | [diff] [blame] | 3 | - system.linux.system.repo.mcp.apt_mirantis.ubuntu |
Tatyana Leontovich | 4f9d1a9 | 2018-03-28 15:36:40 +0300 | [diff] [blame] | 4 | - system.linux.system.repo_local.mcp.apt_mirantis.openstack |
| 5 | - system.linux.system.repo_local.mcp.extra |
azvyagintsev | 98cba95 | 2018-07-13 12:40:53 +0300 | [diff] [blame] | 6 | - system.linux.system.repo.mcp.apt_mirantis.saltstack |
Tatyana Leontovich | 4f9d1a9 | 2018-03-28 15:36:40 +0300 | [diff] [blame] | 7 | - system.linux.storage.loopback_manila |
| 8 | - system.manila.share |
| 9 | - system.manila.share.backend.lvm |
| 10 | - cluster.virtual-offline-ssl |
| 11 | parameters: |
| 12 | _param: |
| 13 | manila_lvm_devices: |
| 14 | - /dev/loop0 |
| 15 | loopback_device1_size: 20 |
| 16 | manila: |
| 17 | common: |
| 18 | identity: |
| 19 | protocol: https |
Maksym Shalamov | 23605e5 | 2018-06-26 15:48:10 +0300 | [diff] [blame] | 20 | default_share_type: default |
| 21 | share: |
| 22 | enabled_share_backends: |
| 23 | lvm: # Explicitly redefine default 'lvm' element from reclass-system |
| 24 | name: lvm |
| 25 | type: lvm |
| 26 | enabled: true |
| 27 | dhss: false |
| 28 | share_driver: manila.share.drivers.lvm.LVMShareDriver |
| 29 | lvm1: # Second backend is needed only to test multibeckend scenario |
| 30 | name: lvm1 |
| 31 | type: lvm |
| 32 | enabled: true |
| 33 | lvm_share_export_ips: |
| 34 | - "${_param:manila_share_address}" |
| 35 | dhss: false |
| 36 | share_driver: manila.share.drivers.lvm.LVMShareDriver |
| 37 | lvm_share_volume_group: manila-volume |