From 796a928a999793fcd459c496881b7a7f8d44138e Mon Sep 17 00:00:00 2001 From: Dennis Huo Date: Fri, 27 Feb 2015 18:13:31 -0800 Subject: [PATCH] Restore default zone/machine-type. --- bdutil_env.sh | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/bdutil_env.sh b/bdutil_env.sh index 1030cd6..682ee95 100644 --- a/bdutil_env.sh +++ b/bdutil_env.sh @@ -36,12 +36,8 @@ PROJECT="" # GCE settings. GCE_IMAGE='debian-7-backports' -# MOE:begin_strip -GCE_MACHINE_TYPE='n1-standard-2' -GCE_ZONE='us-east1-a' -# MOE:end_strip -# MOE:insert GCE_MACHINE_TYPE='n1-standard-4' -# MOE:insert GCE_ZONE='us-central1-a' +GCE_MACHINE_TYPE='n1-standard-4' +GCE_ZONE='us-central1-a' # When setting a network it's important for all nodes be able to communicate # with eachother and for SSH connections to be allowed inbound to complete # cluster setup and configuration.