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. #65

Closed andreas-dai closed 8 years ago

andreas-dai commented 8 years ago

Trying to start the Virtual Machine on AWS I get get the following error message: andreas@dai160 /cygdrive/d/heute/idomaar-3.1-aws/computingenvironments/01.linux/01.centos/01.mahout $ 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 mahout: Progress: 100% (Rate: 8161k/s, Estimated time remaining: --:--:--) The box you attempted to add doesn't match the provider you specified. Provider expected: aws Provider of box: virtualbox

The same error also occurs on MacOS. I tested it with the Idomaar downloaded from https://github.com/crowdrec/idomaar/releases/tag/v3.1-aws (.zip and .tgz)

davidemalagoli commented 8 years ago

Could you try to add the dummy image with the following command:

"vagrant box add dummy https://github.com/mitchellh/vagrant-aws/raw/master/dummy.box"

if it works could you please also update the wiki or create an issue and assing it to me?

andreas-dai commented 8 years ago

I added the hint to the getting started guide.