Capgemini / Apollo

:rocket: An open-source platform for cloud native applications based on Apache Mesos and Docker.
http://capgemini.github.io/devops/apollo/
MIT License
723 stars 105 forks source link

Unable to bootstrap on aws #678

Closed joe1chen closed 8 years ago

joe1chen commented 8 years ago

I have set APOLLO_PROVIDER=aws and all the other environment variables, but when I run /bin/bash bootstrap/apollo-launch.sh it results in an error.

Output:

/bin/bash bootstrap/apollo-launch.sh
bootstrap/apollo-launch.sh: line 10: bootstrap/../bootstrap/../bootstrap/aws/util.sh: No such file or directory

Looks like the aws files got moved around? There is now a aws/public-cloud/util.sh and aws/private-cloud/util.sh. How can I fix the error?

wallies commented 8 years ago

@joe1chen if you set APOLLO_PROVIDER=aws/public-cloud or APOLLO_PROVIDER=aws/private-cloud it should work

joe1chen commented 8 years ago

Thanks, the docs need to be updated.

tayzlor commented 8 years ago

@joe1chen yes - they do - they're a bit out of date since we merged some PRs to move to CoreOS. Please feel free to send in a PR to update the docs if you can!

joe1chen commented 8 years ago

@tayzlor Will definitely send a PR once I get everything working.