[Swift-commit] r6549 - in trunk/docs: siteguide userguide
ketan at ci.uchicago.edu
ketan at ci.uchicago.edu
Thu Jun 13 17:29:27 CDT 2013
Author: ketan
Date: 2013-06-13 17:29:27 -0500 (Thu, 13 Jun 2013)
New Revision: 6549
Modified:
trunk/docs/siteguide/ec2
trunk/docs/userguide/coasters
Log:
structure of doc
Modified: trunk/docs/siteguide/ec2
===================================================================
--- trunk/docs/siteguide/ec2 2013-06-13 19:01:38 UTC (rev 6548)
+++ trunk/docs/siteguide/ec2 2013-06-13 22:29:27 UTC (rev 6549)
@@ -7,7 +7,8 @@
Getting Access
~~~~~~~~~~~~~~
- ==Users with EC2 Allocation
+Users with EC2 Allocation
+^^^^^^^^^^^^^^^^^^^^^^^^^
If you already have an EC2 allocation, you can use either the web console or command-line interface to manage resources.
@@ -31,7 +32,8 @@
export PATH=$PATH:$EC2_HOME/bin
----
-A public AMI on EC2 is available to create instance. The id of this AMI is: ami-332e585a.
+A public AMI on EC2 is available to create instance. Everything needed to run
+Swift is preinstalled on this image. The id of this AMI is: ami-332e585a.
Create instances from the above AMI as follows:
@@ -39,12 +41,12 @@
ec2run -k <keypair_name> -g <sec_group_name> -n <count> ami-332e585a
----
- ==Users without EC2 Allocation
+Users without EC2 Allocation
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Please request access to prepared instances and PKI credentials by mailing: email at mcs.anl.gov.
-
Configuring coaster-service.conf
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To run on EC2, you will need a file called coaster-service.conf.
Modified: trunk/docs/userguide/coasters
===================================================================
--- trunk/docs/userguide/coasters 2013-06-13 19:01:38 UTC (rev 6548)
+++ trunk/docs/userguide/coasters 2013-06-13 22:29:27 UTC (rev 6549)
@@ -91,16 +91,4 @@
the coaster service
|==================
-////
-Submitting to a specific job queue
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-In order to submit to a specific job scheduler queue, the +queue+ parameter of
-coasters sites file should be used. For example, submitting to the +normal+
-queue of a PBS scheduler, one would use the following sites line:
-
-----
-<profile namespace="globus" key="queue">normal</profile>
-----
-////
-
More information about the Swift-commit
mailing list