Juniper / vqfx10k-vagrant

Vagrant projects for vQFX10k
Apache License 2.0
136 stars 62 forks source link

404 Error #7

Open jrogers512 opened 7 years ago

jrogers512 commented 7 years ago

I may be missing something obvious here, but following instructions in the README seems to result in a 404 error?

[vqfx10k-vagrant] git remote get-url origin                                                                                                                                           22:31:30  ☁  master ☀
https://github.com/Juniper/vqfx10k-vagrant.git
[vqfx10k-vagrant] ls                                                                                                                                                                  22:31:53  ☁  master ☀
INSTALL.md  LICENSE  README.md  TROUBLESHOOTING.md  full-1qfx  full-1qfx-1srv  full-2qfx  full-2qfx-4srv-evpnvxlan  full-4qfx  light-1qfx  light-2qfx  light-2qfx-2srv  light-ipfabric-2S-3L
[vqfx10k-vagrant] cd light-1qfx                                                                                                                                                       22:31:57  ☁  master ☀
[light-1qfx] vagrant up                                                                                                                                                               22:32:05  ☁  master ☀
Bringing machine 'vqfx' up with 'virtualbox' provider...
==> vqfx: Box 'juniper/vqfx10k-re' could not be found. Attempting to find and install...
    vqfx: Box Provider: virtualbox
    vqfx: Box Version: >= 0
The box 'juniper/vqfx10k-re' 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/juniper/vqfx10k-re"]
Error: The requested URL returned error: 404 Not Found
dgarros commented 7 years ago

Hi @jrogers512

the Vagrant Box are not published on Vagrant Cloud as of today. You need to download them here: http://www.juniper.net/support/downloads/?p=vqfxeval#sw and install them manually first.

Thanks Damien

akosiaris commented 6 years ago

I think this is no longer the case and boxes are finally published. At least that's what https://app.vagrantup.com/juniper/boxes/vqfx10k-re suggests so this is probaly resolved.