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

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: readme Created 5 years, 12 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 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

Powered by Google App Engine
This is Rietveld 408576698