crowdrec / idomaar

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

Starting the VM failes #66

Closed andreas-dai closed 8 years ago

andreas-dai commented 8 years ago

Trying to execute the Getting-Started-Guide on Linux (Linux 3.2.0-4-amd64 #1 SMP Debian 3.2.68-1+deb7u6 x86_64 GNU/Linux) I get the following error message while running vagrant up --provider=aws:

AWS Provider: * An access key ID must be specified via "access_key_id" * A secret access key is required via "secret_access_key"

I tested vagrant v1.8.1 and 1.6.5 and 1.6.4. 20160202__aws-test

The same problem I also observe on cygwin.

andreas-dai commented 8 years ago

The problem seems to be the Vagrant file. Inserting the keys directly in the Vagrant file instead of defining a variable leads to a new error message. 20160202__aws-test-s2

davidemalagoli commented 8 years ago

@andreas-dai we are not able to reproduce this error (tested both on windows vm, mac and linux), are you still getting the error? are you able to give me more hints on how to reproduce it?

andreas-dai commented 8 years ago

Having adapted the vagrant file, it works for me. We can close the issue.