summaryrefslogtreecommitdiffstats
path: root/xci/xci-deploy.sh
diff options
context:
space:
mode:
Diffstat (limited to 'xci/xci-deploy.sh')
-rwxr-xr-xxci/xci-deploy.sh8
1 files changed, 3 insertions, 5 deletions
diff --git a/xci/xci-deploy.sh b/xci/xci-deploy.sh
index 99053c7e..ec2598f8 100755
--- a/xci/xci-deploy.sh
+++ b/xci/xci-deploy.sh
@@ -121,13 +121,11 @@ case ${XCI_DISTRO,,} in
;;
esac
-# There is no CentOS support at all
if [[ ${XCI_DISTRO,,} == centos ]]; then
echo ""
- echo "Error: Sorry, only Ubuntu and SUSE hosts are supported for now!"
- echo "Error: CentOS 7 support is still work in progress."
- echo ""
- exit 1
+ echo "Warning: Only Ubuntu and SUSE hosts are fully supported for now!"
+ echo "Warning: CentOS 7 support is still work in progress."
+ echo
fi
# Clone OPNFV scenario repositories