X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=foreman%2Fci%2Fdeploy.sh;h=f6b18231865a4661fe488fd307ff2a4dd8084411;hb=61dd33982dfad48accfb5d5cb2bdfb3a71a86c08;hp=5216c48ab4205d59445da577f4941a1068c09a5b;hpb=330b9af85924e9ff2bb6239914a1e267f77a9955;p=genesis.git diff --git a/foreman/ci/deploy.sh b/foreman/ci/deploy.sh index 5216c48..f6b1823 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