diff options
author | Markos Chandras <mchandras@suse.de> | 2018-01-19 10:11:14 +0000 |
---|---|---|
committer | Markos Chandras <mchandras@suse.de> | 2018-01-19 10:11:14 +0000 |
commit | ded47e09c63de8680f0f15c0c012499148d99175 (patch) | |
tree | 9c4f26f70ddf805d0fcb56168c5c21f2b3060de9 | |
parent | 862219cb61d57598029fc3dfe21923ccd00df257 (diff) |
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 <mchandras@suse.de>
-rwxr-xr-x | xci/xci-deploy.sh | 7 |
1 files changed, 0 insertions, 7 deletions
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 |