Juniper / vqfx10k-vagrant

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

installation fails #25

Closed jacksonp2008 closed 6 years ago

jacksonp2008 commented 6 years ago

Followed the installation instructions, there is no accompanying Vagrant file

root@ptest:~/vqfx10k-vagrant# vagrant up
A Vagrant environment or target machine is required to run this
command. Run `vagrant init` to create a new Vagrant environment. Or,
get an ID of a target machine from `vagrant global-status` to run
this command on. A final option is to change to a directory with a
Vagrantfile and to try again.

I can of course init a standard file, but it also fails. Where is the Vagrant file that gets this to run?

root@ptest:~/vqfx10k-vagrant# vagrant init
A `Vagrantfile` has been placed in this directory. You are now
ready to `vagrant up` your first virtual environment! Please read
the comments in the Vagrantfile as well as documentation on
`vagrantup.com` for more information on using Vagrant.
root@ptest:~/vqfx10k-vagrant# vagrant up
Bringing machine 'default' up with 'virtualbox' provider...
==> default: Box 'base' could not be found. Attempting to find and install...
    default: Box Provider: virtualbox
    default: Box Version: >= 0
==> default: Box file was not detected as metadata. Adding it directly...
==> default: Adding box 'base' (v0) for provider: virtualbox
    default: Downloading: base
An error occurred while downloading the remote file. The error
message, if any, is reproduced below. Please fix this error and try
again.

Couldn't open file /home/spollock/vqfx10k-vagrant/base
jacksonp2008 commented 6 years ago

I see the sub-directories are actually scenarios', this is very unclear from the documentation.