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 80% |
copy from compute_engine_scripts/docs/vm_config.sh |
copy to compute_engine_scripts/skfe/vm_config.sh |
index aa9d17ce8dbd9aea5b57d137c36e76346daecfde..d08082a3573f5823425023758eb07119ad7b7446 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,7 +16,6 @@ fi |
VM_NAME_BASE=${VM_NAME_BASE:="skia"} |
# The name of instance where skia docs is running on. |
-INSTANCE_NAME=${VM_NAME_BASE}-docs |
- |
-DOCS_IP_ADDRESS=104.154.112.101 |
+INSTANCE_NAME=${VM_NAME_BASE}-skfe |
+NUM_INSTANCES=2 |