[Swift-commit] r7643 - SwiftApps/cloud

ketan at ci.uchicago.edu ketan at ci.uchicago.edu
Fri Mar 7 17:11:38 CST 2014


Author: ketan
Date: 2014-03-07 17:11:38 -0600 (Fri, 07 Mar 2014)
New Revision: 7643

Added:
   SwiftApps/cloud/coaster-service.conf
Log:
adding conf

Added: SwiftApps/cloud/coaster-service.conf
===================================================================
--- SwiftApps/cloud/coaster-service.conf	                        (rev 0)
+++ SwiftApps/cloud/coaster-service.conf	2014-03-07 23:11:38 UTC (rev 7643)
@@ -0,0 +1,57 @@
+#env vars needed from start-coaster-service
+#LOG="/tmp/worker.log"
+#PID_FILE="/tmp/worker.pid"
+
+export EC2KEYPAIR="ketan"
+export EC2AMI="ami-cf0953a6"
+
+#Location of SWIFT. If empty, PATH is referenced
+export SWIFT=
+
+# Where to place/launch worker.pl on the remote machine for sites.xml
+export WORKER_LOCATION=/root
+
+# How to launch workers: local, ssh, or cobalt
+export WORKER_MODE=ssh
+
+# Worker logging setting passed to worker.pl for sites.xml
+export WORKER_LOGGING_LEVEL=NONE
+
+export SSH_TUNNELING=yes
+
+# User name to use for all systems
+export WORKER_USERNAME=root
+
+# Worker host names for ssh
+export WORKER_HOSTS="174.129.130.145"
+#export WORKER_HOSTS="ip-10-36-196-96.eu-west-1.compute.internal ip-10-36-195-69.eu-west-1.compute.internal"
+
+ # Directory to keep log files, relative to working directory when launching start-coaster-service
+export LOG_DIR=logs
+export WORKER_LOG_DIR=/root
+
+# Manually define ports. If not specified, ports will be automatically generated
+#export SERVICE_PORT=50200
+
+# Set shared filesystem to no since work will be done in local /sandbox directory
+export SHARED_FILESYSTEM=no
+
+# start-coaster-service tries to automatically detect IP address. 
+# Specify here if auto detection is not working correctly
+export IPADDR="140.221.9.237"
+
+# Below are various settings to give information about how to create sites.xml
+export WORK=/tmp/ketan
+export JOBS_PER_NODE=1
+export JOBSPERNODE=1
+#export JOBTHROTTLE=$( echo "scale=5; ($JOBS_PER_NODE * $( echo $WORKER_HOSTS | wc -w ))/100 - 0.00001"|bc )
+export JOBTHROTTLE=20
+
+# Swift applications
+#app cat=/bin/cat
+#app bash=/bin/bash
+#app echo=/bin/echo
+export WORKERURL="http://localhost:50001"
+export PID_FILE="/homes/ketan/.swift/.coaster-service-pids"
+export LOG="start-coaster-service.log"
+export LOCAL_PORT="50001"




More information about the Swift-commit mailing list