[Swift-commit] r7726 - SwiftApps/cloud
ketan at ci.uchicago.edu
ketan at ci.uchicago.edu
Wed Mar 19 10:43:45 CDT 2014
Author: ketan
Date: 2014-03-19 10:43:45 -0500 (Wed, 19 Mar 2014)
New Revision: 7726
Modified:
SwiftApps/cloud/coaster-service.conf
Log:
coaster-service conf changes
Modified: SwiftApps/cloud/coaster-service.conf
===================================================================
--- SwiftApps/cloud/coaster-service.conf 2014-03-19 15:22:37 UTC (rev 7725)
+++ SwiftApps/cloud/coaster-service.conf 2014-03-19 15:43:45 UTC (rev 7726)
@@ -1,5 +1,6 @@
-#Amazon EC2 specific env
+#Amazon EC2 specific env; change as per your set up
+
export EC2KEYPAIR="ketan"
export EC2AMI="ami-cf0953a6"
export EC2SECGRP="Swift"
@@ -8,7 +9,7 @@
export SWIFT=
# Where to place/launch worker.pl on the remote machine for sites.xml
-export WORKER_LOCATION=/root
+export WORKER_LOCATION=/tmp
# How to launch workers: local, ssh, or cobalt
export WORKER_MODE=ssh
@@ -27,7 +28,7 @@
# Directory to keep log files, relative to working directory when launching start-coaster-service
export LOG_DIR=logs
-export WORKER_LOG_DIR=/root
+export WORKER_LOG_DIR=/tmp
# Manually define ports. If not specified, ports will be automatically generated
#export SERVICE_PORT=50200
@@ -41,7 +42,7 @@
export IPADDR=
# Below are various settings to give information about how to create sites.xml
-export WORK=/tmp/ketan
+export WORK=/tmp
export JOBS_PER_NODE=2
export JOBSPERNODE=2
export JOBTHROTTLE=$( echo "scale=5; ( $JOBS_PER_NODE * $(echo $WORKER_HOSTS | wc -w ))/100 - 0.00001 + 10.0 "|bc )
@@ -51,6 +52,8 @@
#app cat=/bin/cat
#app bash=/bin/bash
#app echo=/bin/echo
+
+# === DO NOT EDIT BEYOND THIS LINE ===
export WORKERURL="http://localhost:50001"
export PID_FILE="/homes/ketan/.swift/.coaster-service-pids"
export LOG="start-coaster-service.log"
More information about the Swift-commit
mailing list