aboutsummaryrefslogtreecommitdiff
path: root/control/sandbox-create.conf
diff options
context:
space:
mode:
authorPaul Sokolovsky <paul.sokolovsky@linaro.org>2011-09-15 18:39:55 +0300
committerPaul Sokolovsky <paul.sokolovsky@linaro.org>2011-09-15 18:39:55 +0300
commit2b204736f470a1d3d25367e16920e64963391eb0 (patch)
tree7177048b17fa83bb1235096201eca5f5247b2161 /control/sandbox-create.conf
parentbc223197a61b362c0b68d02487526e3ded83fe6c (diff)
Use EBS-store AMI by default now, to allow sandboxes to be stopped.
Diffstat (limited to 'control/sandbox-create.conf')
-rw-r--r--control/sandbox-create.conf6
1 files changed, 4 insertions, 2 deletions
diff --git a/control/sandbox-create.conf b/control/sandbox-create.conf
index a6f89ee..c7f1000 100644
--- a/control/sandbox-create.conf
+++ b/control/sandbox-create.conf
@@ -5,8 +5,10 @@ INSTANCE_TYPE="m1.small"
# Amazon Image (AMI) id to use for master node, should match instance type above
# See http://uec-images.ubuntu.com/
-# Default: ami-e2af508b, Ubuntu 11.04 (Natty) 32bit, instance store at us-east-1 region
-AMI=ami-e2af508b
+# Default: ami-06ad526f, Ubuntu 11.04 (Natty) 32bit, EBS store at us-east-1 region
+AMI=ami-06ad526f
+# Alt: ami-e2af508b, Ubuntu 11.04 (Natty) 32bit, instance store at us-east-1 region
+#AMI=ami-e2af508b
# EC2 Security groups to run master node with
# Default: git-mirror, jenkins-master which corresponds to servers running on the node