mitchellh / vagrant-aws

Use Vagrant to manage your EC2 and VPC instances.
MIT License
2.61k stars 574 forks source link

VirtualBox is complaining, but I'm using AWS #476

Closed kenorb closed 8 years ago

kenorb commented 8 years ago

I'm running Vagrant 1.8.4 as below (Vagrantfile):

$ VM_NAME=foo vagrant up --provider=aws --no-provision --destroy-on-error
VirtualBox is complaining that the installation is incomplete. Please
run `VBoxManage --version` to see the error message which should contain
instructions on how to fix this error.

but it fails on VirtualBox. I don't want to install VirtualBox, but I'd like to use AWS only.

I've installed Vagrant on Debian as:

curl -s https://releases.hashicorp.com/vagrant/1.8.4/vagrant_1.8.4_x86_64.deb
sudo dpkg -i vagrant_1.8.4_x86_64.deb
vagrant plugin install vagrant-aws

Is there any way to bypass VirtualBox validation?

Similar: #51

kenorb commented 8 years ago

I think it worked for me this time on Ubuntu 16.04 LTS. Using Vagrant 1.8.1.

Command:

vagrant up --no-provision --provider=aws