anvils-demo
anvils-demo copied to clipboard
Box 'bento/centos-6.7' could not be found
I'm pretty sure this is a vagrant issue and not with your project specifically, but i am having an issue getting this base box. Anyone know what the issue might be.
~/src/anvils-demo: vagrant up rundeck
Bringing machine 'rundeck' up with 'virtualbox' provider...
==> rundeck: Box 'bento/centos-6.7' could not be found. Attempting to find and install...
rundeck: Box Provider: virtualbox
rundeck: Box Version: >= 0
The box 'bento/centos-6.7' could not be found or
could not be accessed in the remote catalog. If this is a private
box on HashiCorp's Atlas, please verify you're logged in via
`vagrant login`. Also, please double-check the name. The expanded
URL and error message are shown below:
URL: ["https://atlas.hashicorp.com/bento/centos-6.7"]
Error:
are you still having this problem @pmeth-delvia ?
i'm not sure. i ended up manually downloading that box on another machine and copying it over, which did get it working, but i eventually gave up on the rundeck vagrant box because the examples do not seem to work with the latest version and i spent way too many hours trying to fix a demo box to make it worth my while.
ps. i still have not been able to try rundeck out, but i have it on my to-do list
@pmeth-delvia apologies for the struggle. I just recently updated the vagrantfile and provisioning scripts so I hope it is smoother next time.
I had the same error on ubuntu 14.04. After manually upgrading vagrant to a recent version (from 1.4.something to 1.9.3) the error was gone.
brew cask reinstall vagrant
fixed it for me.
Getting the same issue: have no clue how to resolve it
PS C:\Users\asaini75\chefEdev> vagrant box add bento/centos-7.2 --provider=virtualbox
The box 'bento/centos-7.2' could not be found or
could not be accessed in the remote catalog. If this is a private
box on HashiCorp's Atlas, please verify you're logged in via
`vagrant login`. Also, please double-check the name. The expanded
URL and error message are shown below:
URL: ["https://atlas.hashicorp.com/bento/centos-7.2"]
Error: Failed to connect to atlas.hashicorp.com port 443: Timed out