[Swift-commit] r7661 - SwiftApps/cloud

ketan at ci.uchicago.edu ketan at ci.uchicago.edu
Sun Mar 9 11:54:35 CDT 2014


Author: ketan
Date: 2014-03-09 11:54:34 -0500 (Sun, 09 Mar 2014)
New Revision: 7661

Added:
   SwiftApps/cloud/docbuild
Modified:
   SwiftApps/cloud/README
Log:
doc build script

Modified: SwiftApps/cloud/README
===================================================================
--- SwiftApps/cloud/README	2014-03-09 02:37:45 UTC (rev 7660)
+++ SwiftApps/cloud/README	2014-03-09 16:54:34 UTC (rev 7661)
@@ -9,34 +9,35 @@
 
 Install Swift
 --------------
+To install Swift, follow instructions on swift-lang.org. Note that Swift installation is required only on the submit host and not on cloud nodes.
 
 Configure
 ----------
 
-    environment variables
-    ~~~~~~~~~~~~~~~~~~~~~~
+environment variables
+~~~~~~~~~~~~~~~~~~~~~~
 
-    Make sure GLOBUS_TCP_PORT_RANGE and GLOBUS_HOSTNAME are defined. For example:
-    
-    export GLOBUS_TCP_PORT_RANGE=50000,51000
-    export GLOBUS_HOSTNAME=churn.mcs.anl.gov
-    
-    EC2
-    ~~~~
+Make sure GLOBUS_TCP_PORT_RANGE and GLOBUS_HOSTNAME are defined. For example:
 
-    ami-id, security group, keypair set up.
+export GLOBUS_TCP_PORT_RANGE=50000,51000
+export GLOBUS_HOSTNAME=churn.mcs.anl.gov
 
-    coaster-service.conf
-    ~~~~~~~~~~~~~~~~~~~~~
+EC2
+~~~~
 
-    Configure coaster-service.conf. An example coaster-service.conf can be
-    found in the current directory. Make sure to set the EC2XXX variables to
-    the correct values as per your account.  Set other environment variables
-    e.g:
-    
-    export WORKER_LOCATION=/home/ubuntu/worker export WORKER_USERNAME=ubuntu
-    export LOG_DIR=logs export SHARED_FILESYSTEM=no export SSH_TUNNELING=yes
+ami-id, security group, keypair set up.
 
+coaster-service.conf
+~~~~~~~~~~~~~~~~~~~~~
+
+Configure coaster-service.conf. An example coaster-service.conf can be
+found in the current directory. Make sure to set the EC2XXX variables to
+the correct values as per your account.  Set other environment variables
+e.g:
+
+export WORKER_LOCATION=/home/ubuntu/worker export WORKER_USERNAME=ubuntu
+export LOG_DIR=logs export SHARED_FILESYSTEM=no export SSH_TUNNELING=yes
+
 Start coaster service
 ----------------------
 
@@ -60,21 +61,21 @@
 Manage resources
 -----------------
 
-    Add EC2 compute instances
-    ~~~~~~~~~~~~~~~~~~~~~~~~~~
+Add EC2 compute instances
+~~~~~~~~~~~~~~~~~~~~~~~~~~
 
-    Add more resources via addnodes. Use -n to add by number and -a to add by ip address.
+Add more resources via addnodes. Use -n to add by number and -a to add by ip address.
 
-    Remove EC2 compute instances
-    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-    
-    Remove EC2 resources via remnodes.
-    
-    Monitor resources
-    ~~~~~~~~~~~~~~~~~
+Remove EC2 compute instances
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
-    Monitor Swift tasks and EC2 instances while jobs are running.
+Remove EC2 resources via remnodes.
 
+Monitor resources
+~~~~~~~~~~~~~~~~~
+
+Monitor Swift tasks and EC2 instances while jobs are running.
+
 Shut down
 ----------
 
@@ -84,12 +85,12 @@
 Troubleshoot
 ------------- 
 
-    Coaster service
-    ~~~~~~~~~~~~~~~
+Coaster service
+~~~~~~~~~~~~~~~
 
-    Swift
-    ~~~~~~
-    a. Swift not found: check your PATH and make sure the bin directory of Swift is added
-    b. Swift run shows no progress in task execution: Check if the cloud instances are running
-    c. Swift runs fail: Check if ports are open between submithost and cloud instance
-    
+Swift
+~~~~~~
+a. Swift not found: check your PATH and make sure the bin directory of Swift is added
+b. Swift run shows no progress in task execution: Check if the cloud instances are running
+c. Swift runs fail: Check if ports are open between submithost and cloud instance
+

Added: SwiftApps/cloud/docbuild
===================================================================
--- SwiftApps/cloud/docbuild	                        (rev 0)
+++ SwiftApps/cloud/docbuild	2014-03-09 16:54:34 UTC (rev 7661)
@@ -0,0 +1,3 @@
+#!/bin/bash
+
+asciidoc -a toc -a toclevels=2  -a max-width=750px  -a textwidth=80 -o /home/ketan/public_html/cloudreadme.html README


Property changes on: SwiftApps/cloud/docbuild
___________________________________________________________________
Added: svn:executable
   + *




More information about the Swift-commit mailing list