Index: compute_engine_scripts/skfe/vm_config.sh |
diff --git a/compute_engine_scripts/docs/vm_config.sh b/compute_engine_scripts/skfe/vm_config.sh |
similarity index 76% |
copy from compute_engine_scripts/docs/vm_config.sh |
copy to compute_engine_scripts/skfe/vm_config.sh |
index 64323926bda68ff3a4fcffa42d033440f47cd999..af8b2ca40f205d80dcb26c444a18a8a768306f35 100755 |
--- a/compute_engine_scripts/docs/vm_config.sh |
+++ b/compute_engine_scripts/skfe/vm_config.sh |
@@ -1,7 +1,7 @@ |
#!/bin/bash |
# |
# This file contains constants for the shell scripts which interact |
-# with the skia-docs Google Compute Engine instance. |
+# with the skia frontend servers Google Compute Engine instance. |
# |
# Copyright 2014 Google Inc. All Rights Reserved. |
@@ -16,8 +16,8 @@ fi |
VM_NAME_BASE=${VM_NAME_BASE:="skia"} |
# The name of instance where skia docs is running on. |
-INSTANCE_NAME=${VM_NAME_BASE}-docs |
-MACHINE_TYPE=n1-standard-1 |
+INSTANCE_NAME=${VM_NAME_BASE}-skfe |
-DOCS_IP_ADDRESS=104.154.112.101 |
+NUM_INSTANCES=2 |
+MACHINE_TYPE=n1-standard-4 |