X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=foreman%2Fci%2Fdeploy.sh;h=405e2867e696c7d7b5f655d546d41b2a69df7c61;hb=290b60674ce471abe898c4f444e4ed9562456477;hp=a05b3dee33437d85bad209b5f345bc568a3564d2;hpb=ec14e60346404374823fc0b0188b7de37995bffb;p=genesis.git diff --git a/foreman/ci/deploy.sh b/foreman/ci/deploy.sh index a05b3de..405e286 100755 --- a/foreman/ci/deploy.sh +++ b/foreman/ci/deploy.sh @@ -387,8 +387,8 @@ install_vagrant() { fi ##add centos 7 box to vagrant - if ! vagrant box list | grep chef/centos-7.0; then - if ! vagrant box add chef/centos-7.0 --provider virtualbox; then + if ! vagrant box list | grep opnfv/centos-7.0; then + if ! vagrant box add opnfv/centos-7.0 --provider virtualbox; then printf '%s\n' 'deploy.sh: Unable to download centos7 box for Vagrant' >&2 exit 1 fi