Re: Getting snapshot version of Chef?


Chronological Thread 
  • From: Daniel DeLeo <devnullian@gmail.com>
  • To: chef@lists.opscode.com
  • Subject: Re: Getting snapshot version of Chef?
  • Date: Sat, 6 Jun 2009 10:19:29 -0600
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=Ouy2Ge5Ib+8EmX9ogy3WggdLAGzkPQvUttvXdzC6+YBTMKAeMCknofegNuT2IksrkU 4SYKsCxp11s5aPofr4bjrfLCi/gkRIWGykiQHRQ8ViewAO9sAb3UgXfmkT82J0ldavKT dKwrcqTUVOEKqMTiI5dy2QrO27j8zUZd/8Ym4=



On Sat, Jun 6, 2009 at 3:48 AM, Jeppe Nejsum Madsen <jeppe@ingolfs.dk> wrote:
Hi,

I'm using chef-solo to bootstrap EC2 instances, and seems to be hit by
http://tickets.opscode.com/browse/CHEF-281 which is a showstopper.

The good news is that it seems to be fixed already :-) But I'm
wondering how to actually use the fix. Being a java guy, I don't know
much about ruby, gems etc so my basic question is:

Is there a way to (easily) install a snapshot version of chef? I don't
want to build from source since chef is installed as part of the
instance startup. Maintaining my own gems are probably(?) also not an
option. Alternatively, when is 0.6.4 due :-)

You seem to have ruled out everything except waiting for the next version ;-). In the spirit of being helpful, let me describe what you need to do to build your own gem, and you can see if it might be an option.

cd to where you want the source to go
cd chef/chef
rake gem

Now the gem should be under pkg/chef-0.6.3.gem
You could install it with something like gem install /path/to/chef-0.6.3.gem

As long as you have an easy way to get the gem file to your AWS instances, this should hopefully not be a deal-breaker.

HTH,
Dan DeLeo
 

/Jeppe




Archive powered by MHonArc 2.6.16.

§