Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(126)

Unified Diff: compute_engine_scripts/skfe/vm_config.sh

Issue 819473004: Set up the nginx servers for handling *.skia.org traffic. (Closed) Base URL: https://skia.googlesource.com/buildbot@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698