From: Markos Chandras Date: Fri, 19 Jan 2018 10:11:14 +0000 (+0000) Subject: xci: xci-deploy.sh: Drop warning for CentOS X-Git-Tag: 6.0.0~179^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F31%2F50831%2F1;p=releng-xci.git xci: xci-deploy.sh: Drop warning for CentOS The basic support for CentOS has been merged and it passes the CI so drop the warning. Change-Id: I70e6ba0fcd851d2eb9bfcb24d185276ed68c1005 Signed-off-by: Markos Chandras --- diff --git a/xci/xci-deploy.sh b/xci/xci-deploy.sh index ec2598f8..c1f14b75 100755 --- a/xci/xci-deploy.sh +++ b/xci/xci-deploy.sh @@ -121,13 +121,6 @@ case ${XCI_DISTRO,,} in ;; esac -if [[ ${XCI_DISTRO,,} == centos ]]; then - echo "" - 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 #------------------------------------------------------------------------------- # This playbook