crowdrec / idomaar

CrowdRec reference framework
Apache License 2.0
32 stars 12 forks source link

The box you attempted to add doesn't match the provider you specified. #67

Closed maranlar closed 8 years ago

maranlar commented 8 years ago

error when launching with vagrant up --provider=aws preceded by the other parameters: The box you attempted to add doesn't match the provider you specified.

Provider expected: aws Provider of box: virtualbox

Then she tried to hardcode the parameters in the vagrant file but she got: vagrant up --provider=aws Bringing machine 'mahout' up with 'aws' provider... ==> mahout: Box 'dummy' could not be found. Attempting to find and install... mahout: Box Provider: aws mahout: Box Version: >= 0 ==> mahout: Adding box 'dummy' (v0) for provider: aws mahout: Downloading: https://cloud-images.ubuntu.com/vagrant/trusty/current/trusty-server-cloudimg-amd64-vagrant-disk1.box The box you attempted to add doesn't match the provider you specified.

Provider expected: aws Provider of box: virtualbox

Tester thinks the issue is relative to the creation of a VPC, the aws guide probably refers to a different version of the dashboard.

davidemalagoli commented 8 years ago

Hi, it seams the same issue as https://github.com/crowdrec/idomaar/issues/65. Adreas has also update the guide to specify that the following command is required: vagrant box add dummy https://github.com/mitchellh/vagrant-aws/raw/master/dummy.box