I am trying to install aerospike on windows, I have installed virtual box and vagrant, following the steps given in
http://www.aerospike.com/docs/operations/install/vagrant/win/
but when i execute - vagrant up, it throws the below error,
seems it is not able to find the erospike OS image in the vagrant box listing,
error is:
$ vagrant up
Bringing machine 'default' up with 'virtualbox' provider...
==> default: Box 'aerospike/centos-6.5' could not be found. Attempting to find and install...
default: Box Provider: virtualbox
default: Box Version: >= 0
The box 'aerospike/centos-6.5' 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/aerospike/centos-6.5"]
Error: Could not resolve host: (nil); Host not found, try again
Only other thing I wanted to check is, am not aware of the credentials to login to the VM separately,
is it not possible ? not allowed ? where I can i find some information around this.