[Swift-commit] r7206 - SwiftTutorials/swift-cloud-tutorial/doc

davidk at ci.uchicago.edu davidk at ci.uchicago.edu
Tue Oct 22 13:50:33 CDT 2013


Author: davidk
Date: 2013-10-22 13:50:32 -0500 (Tue, 22 Oct 2013)
New Revision: 7206

Modified:
   SwiftTutorials/swift-cloud-tutorial/doc/README
   SwiftTutorials/swift-cloud-tutorial/doc/build_docs.sh
Log:
New section for tips on specific resources


Modified: SwiftTutorials/swift-cloud-tutorial/doc/README
===================================================================
--- SwiftTutorials/swift-cloud-tutorial/doc/README	2013-10-22 16:39:56 UTC (rev 7205)
+++ SwiftTutorials/swift-cloud-tutorial/doc/README	2013-10-22 18:50:32 UTC (rev 7206)
@@ -767,3 +767,17 @@
 modify the script to generate a unique seed value for each simulation,
 which is a common practice in ensemble computations.
 
+Tips for Specific Resources
+---------------------------
+
+Open Science Data Cloud
+~~~~~~~~~~~~~~~~~~~~~~~
+1. When you start instances on OSDC, use the standard Ubuntu image.
+2. Ensure that your SSH key is added to the instance for password login.
+3. Swift should run on the OSDC headnode.
+4. You can use the following command within coaster-service.conf to automatically
+populate WORKER_HOSTS with the IP addresses of all active instances you have running.
+
+-----
+export WORKER_HOSTS=$( nova list | grep ACTIVE | sed -e 's/^.*private=//' -e 's/ .*//' |sed ':a;N;$!ba;s/\n/ /g' )
+-----

Modified: SwiftTutorials/swift-cloud-tutorial/doc/build_docs.sh
===================================================================
--- SwiftTutorials/swift-cloud-tutorial/doc/build_docs.sh	2013-10-22 16:39:56 UTC (rev 7205)
+++ SwiftTutorials/swift-cloud-tutorial/doc/build_docs.sh	2013-10-22 18:50:32 UTC (rev 7206)
@@ -1,4 +1,4 @@
 #!/bin/bash -e
 
-asciidoc -a icons -a toc -a toplevels=2 -a stylesheet=$PWD/asciidoc.css -a max-width=800px -o swift-cray-tutorial.html README
+asciidoc -a icons -a toc -a toplevels=2 -a stylesheet=$PWD/asciidoc.css -a max-width=800px -o tutorial.html README
 




More information about the Swift-commit mailing list