Using containervm image for gce by default

This commit is contained in:
Dawn Chen
2014-10-22 14:42:33 -07:00
parent f6db096741
commit 18685d49ed
3 changed files with 15 additions and 4 deletions

View File

@@ -19,8 +19,10 @@ ZONE=us-central1-b
MASTER_SIZE=g1-small
MINION_SIZE=g1-small
NUM_MINIONS=2
# gcloud/gcutil will expand this to the latest supported image.
IMAGE=backports-debian-7-wheezy
# TODO(dchen1107): Filed an internal issue to create an alias
# for containervm image, so that gcloud/gcutil will expand this
# to the latest supported image.
IMAGE=container-vm-v20141016
NETWORK=e2e
INSTANCE_PREFIX="e2e-test-${USER}"
MASTER_NAME="${INSTANCE_PREFIX}-master"