<?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: A Tempermental Chef, or Something More APT for Configuration Management</title>
	<atom:link href="http://geekfun.com/2009/09/02/a-tempermental-chef-or-something-more-apt-for-configuration-management/feed/" rel="self" type="application/rss+xml" />
	<link>http://geekfun.com/2009/09/02/a-tempermental-chef-or-something-more-apt-for-configuration-management/</link>
	<description>Party Before Country: Today&#039;s GOP</description>
	<lastBuildDate>Tue, 07 Feb 2012 10:42:42 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Anonymouse</title>
		<link>http://geekfun.com/2009/09/02/a-tempermental-chef-or-something-more-apt-for-configuration-management/comment-page-1/#comment-36455</link>
		<dc:creator>Anonymouse</dc:creator>
		<pubDate>Wed, 30 Sep 2009 16:43:48 +0000</pubDate>
		<guid isPermaLink="false">http://geekfun.com/?p=1205#comment-36455</guid>
		<description>Chef actually uses the native package system (apt, rpm, etc). So Apt isn&#039;t a replacement for Chef.

Some jobs &quot;could go either way&quot;. For example, let&#039;s say you want to change the default Apache config. You could use Chef to fix the config at runtime, or you could package up a new Apache with a fixed config.  Either way is sane.

But let&#039;s say you manage virtual hosts, and you have to get the hosts from the database and update various Apache config files. Of course any admin would start writing shell scripts.

But down the road, you&#039;ll find a mess of shell scripts with implicit dependencies.  For example, today you happen to need to run 3 scripts, and each one needs to restart Apache. How do you make sure Apache gets restarted, but make sure it doesn&#039;t get restarted 3 times? Or how do you document the ordering and dependencies of your scripts, especially those that aren&#039;t run often? Chef deals with issues like that.

(On the other hand, I think people should start with Chef Solo [because that&#039;s the hard part -- learning the &#039;language&#039; and writing recipes]. Later, install Chef client/server so you  can centralize both your cookbooks and your configuration. Then you can do really neat tricks like &quot;find all the databases on all my mysql servers&quot; or &quot;what version of perl is installed on these servers?&quot;)</description>
		<content:encoded><![CDATA[<p>Chef actually uses the native package system (apt, rpm, etc). So Apt isn&#8217;t a replacement for Chef.</p>
<p>Some jobs &#8220;could go either way&#8221;. For example, let&#8217;s say you want to change the default Apache config. You could use Chef to fix the config at runtime, or you could package up a new Apache with a fixed config.  Either way is sane.</p>
<p>But let&#8217;s say you manage virtual hosts, and you have to get the hosts from the database and update various Apache config files. Of course any admin would start writing shell scripts.</p>
<p>But down the road, you&#8217;ll find a mess of shell scripts with implicit dependencies.  For example, today you happen to need to run 3 scripts, and each one needs to restart Apache. How do you make sure Apache gets restarted, but make sure it doesn&#8217;t get restarted 3 times? Or how do you document the ordering and dependencies of your scripts, especially those that aren&#8217;t run often? Chef deals with issues like that.</p>
<p>(On the other hand, I think people should start with Chef Solo [because that's the hard part -- learning the 'language' and writing recipes]. Later, install Chef client/server so you  can centralize both your cookbooks and your configuration. Then you can do really neat tricks like &#8220;find all the databases on all my mysql servers&#8221; or &#8220;what version of perl is installed on these servers?&#8221;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jtimberman</title>
		<link>http://geekfun.com/2009/09/02/a-tempermental-chef-or-something-more-apt-for-configuration-management/comment-page-1/#comment-36247</link>
		<dc:creator>jtimberman</dc:creator>
		<pubDate>Sun, 20 Sep 2009 04:49:13 +0000</pubDate>
		<guid isPermaLink="false">http://geekfun.com/?p=1205#comment-36247</guid>
		<description>Hello Charlie!

On the dependency topic, we&#039;re not trying to spread any FUD about Puppet. It is simply a different approach. As you are probably aware, with Puppet you have to specify dependencies between resources (or with 0.25.0, classes). The difference with Chef is it processes recipes in the order specified. This is covered in the FAQ and on our blog. I believe the config management panel at OSBridge earlier this year covered the topic as well.

http://blog.opscode.com/2009/01/9-things-to-like-about-chef.html (Dependencies, Ordinality and Expectations)

http://wiki.opscode.com/display/chef/FAQ (how is it different than puppet)</description>
		<content:encoded><![CDATA[<p>Hello Charlie!</p>
<p>On the dependency topic, we&#8217;re not trying to spread any FUD about Puppet. It is simply a different approach. As you are probably aware, with Puppet you have to specify dependencies between resources (or with 0.25.0, classes). The difference with Chef is it processes recipes in the order specified. This is covered in the FAQ and on our blog. I believe the config management panel at OSBridge earlier this year covered the topic as well.</p>
<p><a href="http://blog.opscode.com/2009/01/9-things-to-like-about-chef.html" rel="nofollow">http://blog.opscode.com/2009/01/9-things-to-like-about-chef.html</a> (Dependencies, Ordinality and Expectations)</p>
<p><a href="http://wiki.opscode.com/display/chef/FAQ" rel="nofollow">http://wiki.opscode.com/display/chef/FAQ</a> (how is it different than puppet)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Charlie</title>
		<link>http://geekfun.com/2009/09/02/a-tempermental-chef-or-something-more-apt-for-configuration-management/comment-page-1/#comment-36207</link>
		<dc:creator>Charlie</dc:creator>
		<pubDate>Thu, 17 Sep 2009 16:29:07 +0000</pubDate>
		<guid isPermaLink="false">http://geekfun.com/?p=1205#comment-36207</guid>
		<description>Good points. Chef really isn&#039;t there.. I&#039;ve been using puppet since it started, (migrated off cfengine) and have loved it ever since. Done some extremely complex things, too. Dependency problems? Never heard that before.. are Chef people spreading FUD?</description>
		<content:encoded><![CDATA[<p>Good points. Chef really isn&#8217;t there.. I&#8217;ve been using puppet since it started, (migrated off cfengine) and have loved it ever since. Done some extremely complex things, too. Dependency problems? Never heard that before.. are Chef people spreading FUD?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jtimberman</title>
		<link>http://geekfun.com/2009/09/02/a-tempermental-chef-or-something-more-apt-for-configuration-management/comment-page-1/#comment-36076</link>
		<dc:creator>jtimberman</dc:creator>
		<pubDate>Tue, 08 Sep 2009 19:03:07 +0000</pubDate>
		<guid isPermaLink="false">http://geekfun.com/?p=1205#comment-36076</guid>
		<description>Hello!

Joshua here. Just to clarify, Joel had initially responded via comment, not me. I hope my email helped, though. If you run into further issues, please email the mailing list, or stop by #chef on IRC and we&#039;ll help you get up and running.

Thank you!</description>
		<content:encoded><![CDATA[<p>Hello!</p>
<p>Joshua here. Just to clarify, Joel had initially responded via comment, not me. I hope my email helped, though. If you run into further issues, please email the mailing list, or stop by #chef on IRC and we&#8217;ll help you get up and running.</p>
<p>Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eas</title>
		<link>http://geekfun.com/2009/09/02/a-tempermental-chef-or-something-more-apt-for-configuration-management/comment-page-1/#comment-36061</link>
		<dc:creator>eas</dc:creator>
		<pubDate>Sat, 05 Sep 2009 18:57:25 +0000</pubDate>
		<guid isPermaLink="false">http://geekfun.com/?p=1205#comment-36061</guid>
		<description>Josh also took the time to email me.  I&#039;m republishing it below because it goes into a lot more depth than his comment above:



Hello Erik!

I&#039;m sorry to hear you&#039;ve had some trouble getting up and running with Chef. I work for Opscode, and I&#039;m primarily responsible for helping people implement Chef in their environment. Let me address some of the concerns you brought up in your blog post.

Documentation, installation: First off, I&#039;m responsible for maintaining the documentation and making sure the installation procedures work as broadly as possible. Obviously I can&#039;t test every single environment possibility, but I try to reach the most common.

IRC help: We might have missed your queries! Please don&#039;t be discouraged, we try to be as helpful as possible, but if you&#039;re not seeing any response on IRC, please post to the Chef mailing list[0]. Be sure to include detail about your environment and relevant configuration and logfiles.

Ubuntu packages: The Debian/Ubuntu packaging process is detailed (which is why APT is so awesome!), it is a lengthy process, and it is difficult to get new packages into current releases. Now that Chef is in Ubuntu Karmic, it will be easier to get Chef packages into the other releases of Ubuntu and Debian through backporting and syncing. In the meantime, you may be interested in the APT repository where we host Chef and its dependencies[1].

RubyGems: When using the Debian/Ubuntu rubygems package, binary programs aren&#039;t copied to /usr/bin like with stock RubyGems, and instead live in /var/lib/gems/1.8/bin, which is not in the user&#039;s default path. This may be confusing to some people. The packaged RubyGems also tends to lag quite a bit behind the current releases. We initially released Chef and associated software (Ohai, the Mixlibs) as Gems because for Ruby software, it is the most common distribution method, and works on any platform. Yes, Chef even installs on Windows :-).

Server log: This is resolved for the next release (0.7.10) per ticket CHEF-500[2].

Server doesn&#039;t work: Please try IRC again, or post on the mailing list. Keep in mind that Chef relies on the fully qualified domain name (FQDN) being set correctly on the server and also on clients. An incorrectly set FQDN causes a number of common problems, including SSL errors in the Apache+Passenger server stack.

Production readiness: We certainly think that Chef is production ready, it manages our own infrastructure :-). Several users in the community are also using Chef for their companies, including 37Signals[3], Engine Yard[4], and others.

I hope these explanations help. If you need further assistance, please stop by #chef on FreeNode, my nick is jtimberman.

[0] http://lists.opscode.com/sympa/info/chef
[1] http://bit.ly/aptopscode
[2] http://tickets.opscode.com/browse/CHEF-500
[3] http://37signals.com/svn/posts/1872-nuts-bolts-configuration-management-with-chef
[4] http://www.engineyard.com/cloud-services/solo (uses chef-solo)</description>
		<content:encoded><![CDATA[<p>Josh also took the time to email me.  I&#8217;m republishing it below because it goes into a lot more depth than his comment above:</p>
<p>Hello Erik!</p>
<p>I&#8217;m sorry to hear you&#8217;ve had some trouble getting up and running with Chef. I work for Opscode, and I&#8217;m primarily responsible for helping people implement Chef in their environment. Let me address some of the concerns you brought up in your blog post.</p>
<p>Documentation, installation: First off, I&#8217;m responsible for maintaining the documentation and making sure the installation procedures work as broadly as possible. Obviously I can&#8217;t test every single environment possibility, but I try to reach the most common.</p>
<p>IRC help: We might have missed your queries! Please don&#8217;t be discouraged, we try to be as helpful as possible, but if you&#8217;re not seeing any response on IRC, please post to the Chef mailing list[0]. Be sure to include detail about your environment and relevant configuration and logfiles.</p>
<p>Ubuntu packages: The Debian/Ubuntu packaging process is detailed (which is why APT is so awesome!), it is a lengthy process, and it is difficult to get new packages into current releases. Now that Chef is in Ubuntu Karmic, it will be easier to get Chef packages into the other releases of Ubuntu and Debian through backporting and syncing. In the meantime, you may be interested in the APT repository where we host Chef and its dependencies[1].</p>
<p>RubyGems: When using the Debian/Ubuntu rubygems package, binary programs aren&#8217;t copied to /usr/bin like with stock RubyGems, and instead live in /var/lib/gems/1.8/bin, which is not in the user&#8217;s default path. This may be confusing to some people. The packaged RubyGems also tends to lag quite a bit behind the current releases. We initially released Chef and associated software (Ohai, the Mixlibs) as Gems because for Ruby software, it is the most common distribution method, and works on any platform. Yes, Chef even installs on Windows <img src='http://geekfun.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> .</p>
<p>Server log: This is resolved for the next release (0.7.10) per ticket CHEF-500[2].</p>
<p>Server doesn&#8217;t work: Please try IRC again, or post on the mailing list. Keep in mind that Chef relies on the fully qualified domain name (FQDN) being set correctly on the server and also on clients. An incorrectly set FQDN causes a number of common problems, including SSL errors in the Apache+Passenger server stack.</p>
<p>Production readiness: We certainly think that Chef is production ready, it manages our own infrastructure <img src='http://geekfun.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> . Several users in the community are also using Chef for their companies, including 37Signals[3], Engine Yard[4], and others.</p>
<p>I hope these explanations help. If you need further assistance, please stop by #chef on FreeNode, my nick is jtimberman.</p>
<p>[0] <a href="http://lists.opscode.com/sympa/info/chef" rel="nofollow">http://lists.opscode.com/sympa/info/chef</a><br />
[1] <a href="http://bit.ly/aptopscode" rel="nofollow">http://bit.ly/aptopscode</a><br />
[2] <a href="http://tickets.opscode.com/browse/CHEF-500" rel="nofollow">http://tickets.opscode.com/browse/CHEF-500</a><br />
[3] <a href="http://37signals.com/svn/posts/1872-nuts-bolts-configuration-management-with-chef" rel="nofollow">http://37signals.com/svn/posts/1872-nuts-bolts-configuration-management-with-chef</a><br />
[4] <a href="http://www.engineyard.com/cloud-services/solo" rel="nofollow">http://www.engineyard.com/cloud-services/solo</a> (uses chef-solo)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joel</title>
		<link>http://geekfun.com/2009/09/02/a-tempermental-chef-or-something-more-apt-for-configuration-management/comment-page-1/#comment-36047</link>
		<dc:creator>Joel</dc:creator>
		<pubDate>Fri, 04 Sep 2009 10:25:22 +0000</pubDate>
		<guid isPermaLink="false">http://geekfun.com/?p=1205#comment-36047</guid>
		<description>Well, I&#039;m sad to hear of your issues with Chef, but a little learning and fact finding on your behalf wouldn&#039;t have gone amiss.

Debian and Ubuntu packages have been released
OpenID is getting removed in the next version in favour of keypairs (although you can setup your own OpenID internal provider)

The issues you faced with logging in must be entirely down to your infrastructure or lack of knowledge. Chef is very choosy about using FQDNs (as it should be, that might have been your issue).

After testing out every configuration management tool under the sun for the past 6-9 Months, I can honestly say that Chef is by far the best.

Horses for courses, but I think your analysis of the software is hampered by your lack of understanding.

Good luck with the other tools if you try and use them!</description>
		<content:encoded><![CDATA[<p>Well, I&#8217;m sad to hear of your issues with Chef, but a little learning and fact finding on your behalf wouldn&#8217;t have gone amiss.</p>
<p>Debian and Ubuntu packages have been released<br />
OpenID is getting removed in the next version in favour of keypairs (although you can setup your own OpenID internal provider)</p>
<p>The issues you faced with logging in must be entirely down to your infrastructure or lack of knowledge. Chef is very choosy about using FQDNs (as it should be, that might have been your issue).</p>
<p>After testing out every configuration management tool under the sun for the past 6-9 Months, I can honestly say that Chef is by far the best.</p>
<p>Horses for courses, but I think your analysis of the software is hampered by your lack of understanding.</p>
<p>Good luck with the other tools if you try and use them!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

