blob: 0a49abef0b38ac0be080fd093a9c8db2e2d21d7b [file] [log] [blame]
Tatyana Leontovich4f9d1a92018-03-28 15:36:40 +03001classes:
2- system.linux.system.lowmem
azvyagintsev98cba952018-07-13 12:40:53 +03003- system.linux.system.repo.mcp.apt_mirantis.ubuntu
azvyagintsev03e26b12018-10-22 16:34:31 +03004- system.linux.system.repo.mcp.apt_mirantis.openstack
5- system.linux.system.repo.mcp.apt_mirantis.extra
azvyagintsev98cba952018-07-13 12:40:53 +03006- system.linux.system.repo.mcp.apt_mirantis.saltstack
Tatyana Leontovich4f9d1a92018-03-28 15:36:40 +03007- system.linux.storage.loopback_manila
8- system.manila.share
9- system.manila.share.backend.lvm
10- cluster.virtual-offline-ssl
11parameters:
12 _param:
13 manila_lvm_devices:
14 - /dev/loop0
15 loopback_device1_size: 20
16 manila:
17 common:
18 identity:
19 protocol: https
Maksym Shalamov23605e52018-06-26 15:48:10 +030020 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