<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: RightScale facts</title>
	<atom:link href="http://www.devco.net/archives/2009/11/09/rightscale_facts.php/feed" rel="self" type="application/rss+xml" />
	<link>http://www.devco.net/archives/2009/11/09/rightscale_facts.php</link>
	<description>www.devco.net</description>
	<lastBuildDate>Mon, 26 Jul 2010 06:35:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Boom Bah</title>
		<link>http://www.devco.net/archives/2009/11/09/rightscale_facts.php/comment-page-1#comment-2379</link>
		<dc:creator>Boom Bah</dc:creator>
		<pubDate>Wed, 16 Dec 2009 02:01:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.devco.net/?p=1141#comment-2379</guid>
		<description>Ah, if it&#039;s merely cosmetic (seems to be), then all is well.</description>
		<content:encoded><![CDATA[<p>Ah, if it&#8217;s merely cosmetic (seems to be), then all is well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rip</title>
		<link>http://www.devco.net/archives/2009/11/09/rightscale_facts.php/comment-page-1#comment-2355</link>
		<dc:creator>rip</dc:creator>
		<pubDate>Tue, 15 Dec 2009 08:40:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.devco.net/?p=1141#comment-2355</guid>
		<description>The builtin facts from facter does the REST call too.

The dynamic facts not showing up when ran with &#039;facter foo&#039; is expected behavior at present and something that version 2 of Facter would probably solve.</description>
		<content:encoded><![CDATA[<p>The builtin facts from facter does the REST call too.</p>
<p>The dynamic facts not showing up when ran with &#8216;facter foo&#8217; is expected behavior at present and something that version 2 of Facter would probably solve.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Boom Bah</title>
		<link>http://www.devco.net/archives/2009/11/09/rightscale_facts.php/comment-page-1#comment-2340</link>
		<dc:creator>Boom Bah</dc:creator>
		<pubDate>Tue, 15 Dec 2009 02:00:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.devco.net/?p=1141#comment-2340</guid>
		<description>I recently added custom facts that I read from a REST call.  Your example is similar that it reads from a file.

However, `facter my_newfact` won&#039;t work.  I assume the facts are registered by name somehow, however I do not use a string; it is generated by code.  If you ran, say, `facter ec2_ramdisk_id`, does it work?

Thanks,</description>
		<content:encoded><![CDATA[<p>I recently added custom facts that I read from a REST call.  Your example is similar that it reads from a file.</p>
<p>However, `facter my_newfact` won&#8217;t work.  I assume the facts are registered by name somehow, however I do not use a string; it is generated by code.  If you ran, say, `facter ec2_ramdisk_id`, does it work?</p>
<p>Thanks,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Read</title>
		<link>http://www.devco.net/archives/2009/11/09/rightscale_facts.php/comment-page-1#comment-1561</link>
		<dc:creator>Chris Read</dc:creator>
		<pubDate>Mon, 16 Nov 2009 16:34:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.devco.net/?p=1141#comment-1561</guid>
		<description>I&#039;ve finally had some time to look at this in detail. All the info listed there is actually available via EC2 Meta-Data API (http://docs.amazonwebservices.com/AWSEC2/2009-08-15/UserGuide/AESDG-chapter-instancedata.html)

I&#039;ll see if I can knock up a plugin to do this on machines that don&#039;t have the RightScale raw files...</description>
		<content:encoded><![CDATA[<p>I&#8217;ve finally had some time to look at this in detail. All the info listed there is actually available via EC2 Meta-Data API (<a href="http://docs.amazonwebservices.com/AWSEC2/2009-08-15/UserGuide/AESDG-chapter-instancedata.html" rel="nofollow">http://docs.amazonwebservices.com/AWSEC2/2009-08-15/UserGuide/AESDG-chapter-instancedata.html</a>)</p>
<p>I&#8217;ll see if I can knock up a plugin to do this on machines that don&#8217;t have the RightScale raw files&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rip</title>
		<link>http://www.devco.net/archives/2009/11/09/rightscale_facts.php/comment-page-1#comment-1481</link>
		<dc:creator>rip</dc:creator>
		<pubDate>Fri, 13 Nov 2009 16:31:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.devco.net/?p=1141#comment-1481</guid>
		<description>Have updated the code and sample output, thanks again</description>
		<content:encoded><![CDATA[<p>Have updated the code and sample output, thanks again</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rip</title>
		<link>http://www.devco.net/archives/2009/11/09/rightscale_facts.php/comment-page-1#comment-1467</link>
		<dc:creator>rip</dc:creator>
		<pubDate>Fri, 13 Nov 2009 09:49:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.devco.net/?p=1141#comment-1467</guid>
		<description>Hmm, well spotted, I didn&#039;t use them from puppet yet, I used them as selectors for mcollective.

I&#039;ll adjust the fact so replace - with _</description>
		<content:encoded><![CDATA[<p>Hmm, well spotted, I didn&#8217;t use them from puppet yet, I used them as selectors for mcollective.</p>
<p>I&#8217;ll adjust the fact so replace &#8211; with _</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ch</title>
		<link>http://www.devco.net/archives/2009/11/09/rightscale_facts.php/comment-page-1#comment-1466</link>
		<dc:creator>ch</dc:creator>
		<pubDate>Fri, 13 Nov 2009 09:47:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.devco.net/?p=1141#comment-1466</guid>
		<description>Can these facts be accessed from puppet? I thought dashes weren&#039;t valid in variable names.</description>
		<content:encoded><![CDATA[<p>Can these facts be accessed from puppet? I thought dashes weren&#8217;t valid in variable names.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
