Add rhel7 os support
Change-Id: Ia1adcad17c447c5ee03b9e79a9df341f877ce189
This commit is contained in:
@@ -209,7 +209,7 @@ function _undefine_virsh_secret {
|
|||||||
|
|
||||||
# check_os_support_ceph() - Check if the OS provides a decent version of Ceph
|
# check_os_support_ceph() - Check if the OS provides a decent version of Ceph
|
||||||
function check_os_support_ceph {
|
function check_os_support_ceph {
|
||||||
if [[ ! ${DISTRO} =~ (trusty|xenial|f22|f23|f24) ]]; then
|
if [[ ! ${DISTRO} =~ (trusty|xenial|f22|f23|f24|rhel7) ]]; then
|
||||||
echo "WARNING: your distro $DISTRO does not provide \
|
echo "WARNING: your distro $DISTRO does not provide \
|
||||||
(at least) the Firefly release. \
|
(at least) the Firefly release. \
|
||||||
Please use Ubuntu Trusty or Fedora 20 (and higher)"
|
Please use Ubuntu Trusty or Fedora 20 (and higher)"
|
||||||
|
|||||||
Reference in New Issue
Block a user