Created
January 22, 2013 14:52
-
-
Save pditommaso/4595210 to your computer and use it in GitHub Desktop.
Circo cloud cluster boostrap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
export AWS_ACCESS_KEY=omissis | |
export AWS_SECRET_KEY=omissis | |
export CIRCO_CLUSTER=circotest1 | |
curl http://cbcrg-eu.s3.amazonaws.com/circo-cloud-bootstrap.sh | bash &> circo-boot.log |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment