kolla-kubernetes/tests/bin/common_iscsi_config.sh

23 lines
639 B
Bash
Executable File

function common_iscsi_config {
echo "global:"
echo " kolla:"
echo " all:"
echo " storage_provider: host"
echo " storage_provider_fstype: xfs"
echo " ceph_backend: false"
echo " lvm_backends:"
echo " - '172.18.0.1': 'cinder-volumes'"
echo " cinder:"
echo " all:"
echo " image_tag: 3.0.2"
echo " volume_lvm:"
echo " all:"
echo " element_name: cinder-volume"
echo " tgtd:"
echo " all:"
echo " image_tag: 3.0.2"
echo " iscsid:"
echo " all:"
echo " image_tag: 3.0.2"
}