[Swift-commit] r2563 - in trunk: . docs
noreply at svn.ci.uchicago.edu
noreply at svn.ci.uchicago.edu
Tue Feb 17 10:43:48 CST 2009
Author: benc
Date: 2009-02-17 10:43:47 -0600 (Tue, 17 Feb 2009)
New Revision: 2563
Modified:
trunk/CHANGES.txt
trunk/docs/userguide.xml
Log:
Some details OSG/ReSS interface in CHANGES and userguide.
Modified: trunk/CHANGES.txt
===================================================================
--- trunk/CHANGES.txt 2009-02-17 16:43:04 UTC (rev 2562)
+++ trunk/CHANGES.txt 2009-02-17 16:43:47 UTC (rev 2563)
@@ -1,3 +1,9 @@
+(02/09/17)
+*** There is a new command swift-osg-ress-site-catalog which will generate
+ a site catalog based on data gathered from OSG's ReSS information
+ system. This can be used by OSG users to easily generate a large number
+ of site catalog entries for sites that are likely to work.
+
(02/09/14)
*** Handling of [*] and . has changed. [*] has been broken for several
Swift releases, but now has some approximation of its former behaviour,
Modified: trunk/docs/userguide.xml
===================================================================
--- trunk/docs/userguide.xml 2009-02-17 16:43:04 UTC (rev 2562)
+++ trunk/docs/userguide.xml 2009-02-17 16:43:47 UTC (rev 2563)
@@ -3563,6 +3563,36 @@
mpirun command should be explicitly invoked.
</para>
</section>
+ <section id="tips.osg"><title>Generating a sites.xml for OSG</title>
+ <para>
+The Swift distribution contains a command
+<command>swift-osg-ress-site-catalog</command> that can generate a site
+catalog based on OSG's ReSS information system (since Swift 0.9)
+ </para>
+
+ <screen>
+Usage:
+ swift-osg-ress-site-catalog [options]
+
+Options:
+ --help Show this help message
+
+ --vo=[name]
+ Set what VO to query ReSS for
+
+ --engage-verified
+ Only retrieve sites verified by the Engagement VO site
+ verification tests This can not be used together with --vo, as
+ the query will only work for sites advertising support for the
+ Engagement VO.
+
+ This option means information will be retrieved from the
+ Engagement collector instead of the top-level ReSS collector.
+
+ --out=[filename]
+ Write to [filename] instead of stdout
+ </screen>
+ </section>
</section>
More information about the Swift-commit
mailing list