Hello Tom,<br>
<br>
I think, in general, swiftconfig is being replaced with another utility 
called gensites. Gensites and swiftconfig are similar in that they 
create sites.xml files based on templates.<br><br>Gensites can replace values 
in templates with environment variables or with PBS style comments in a 
swift configuration file. There is some preliminary documentation about how it works at <a href="https://sites.google.com/site/swiftguide/home/managingsites">https://sites.google.com/site/swiftguide/home/managingsites</a>. I need to 
expand that documentation, but hopefully it should give you an idea of 
how it works.<br>
<br>
The template issue you are running into I think is due to there being a 
mix of both swiftconfig and gensites templates in etc/sites. The 
gensites templates are single files, where the swiftconfig templates are 
directories. I just cleaned this up a bit in trunk, but 0.92 may still 
have a strange mix of both. <br>
<br>
Please let me know if you have any questions about how it works.<br>
<br>Thanks,<br>
David<br><br><div class="gmail_quote">On Fri, May 27, 2011 at 2:15 PM, Thomas Uram <span dir="ltr"><<a href="mailto:turam@mcs.anl.gov">turam@mcs.anl.gov</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<br>
I need to build swift config files in a fashion to which swiftconfig appears well suited. In trying to run it, using swift 0.92 (Yes, I know about 0.92), I get:<br>
<br>
turam@login1 bin 1106$ !sw<br>
swiftconfig -template ssh<br>
Unable to find template for ssh<br>
<br>
In this case, what swiftconfig fails to find is this file:<br>
<br>
/autonfs/home/turam/dev/swift-0.92/etc/sites/ssh/sites.xml<br>
<br>
So it appears to assume that the template names are directories with a sites.xml file thereunder. In fact, the template names are themselves sites files. I've modified this in swiftconfig, which ends up throwing errors but eventually working, but I wonder:<br>

<br>
What is the status of swiftconfig?<br>
<br>
I checked SVN, and this disagreement over whether templates are directories or files persists there.<br>
<br>
Thanks,<br>
Tom<br>
<br>
_______________________________________________<br>
Swift-devel mailing list<br>
<a href="mailto:Swift-devel@ci.uchicago.edu">Swift-devel@ci.uchicago.edu</a><br>
<a href="http://mail.ci.uchicago.edu/mailman/listinfo/swift-devel" target="_blank">http://mail.ci.uchicago.edu/mailman/listinfo/swift-devel</a><br>
</blockquote></div><br>