Merge pull request #1906 from roberthbailey/gce-config

Bump up the default machine size on GCP.
pull/6/head
Tim Hockin 2014-10-20 14:00:07 -07:00
commit f2c28db240
1 changed files with 2 additions and 2 deletions

View File

@ -16,8 +16,8 @@
# TODO(jbeda): Provide a way to override project
ZONE=us-central1-b
MASTER_SIZE=g1-small
MINION_SIZE=g1-small
MASTER_SIZE=n1-standard-1
MINION_SIZE=n1-standard-1
NUM_MINIONS=4
# gcloud/gcutil will expand this to the latest supported image.
IMAGE=backports-debian-7-wheezy