[[chef-dev]] Re: [[chef-dev]] chef-client 0.10.0 deb package for lucid available for beta testing


Chronological Thread 
  • From: Joshua Timberman < >
  • To: Chef Dev < >
  • Subject: [[chef-dev]] Re: [[chef-dev]] chef-client 0.10.0 deb package for lucid available for beta testing
  • Date: Fri, 6 May 2011 14:47:01 -0600

I wrote this bootstrap template, it may be helpful.

https://gist.github.com/959745

Tested on EC2 and VMware with Ubuntu 10.04.

knife ec2 server create --distro chef-010-apt -I ami-7000f019 -r 'role[base], 
role[production]' -S jtimberman -G default -f m1.small -x ubuntu

knife bootstrap guineapig --distro chef-010-apt -r 'role[base], 
role[production]' -P vanilla

On Friday, May 6, 2011 at 12:58 PM, Bryan McLellan wrote: 
> I've got a working chef-client deb package for 0.10.0 up on
> apt.opscode.com for lucid. It'd be great if a couple people could try
> it out. I'm going to work on the server packages now.
> 
> This is a nearly complete rewrite of the debian packaging to utilize
> the new gem2deb debian framework. I like it, it's much cleaner.
> 
> As written, it should properly do an upgrade too.
> 
> Installing:
> echo "deb http://apt.opscode.com/ `lsb_release -cs`-0.10 main" ;| sudo
> tee /etc/apt/sources.list.d/opscode.list
> wget -qO - 
> http://apt.opscode.com/
>  | sudo
> apt-key add -
> sudo apt-get update
> # provide /etc/chef/validation.pem if desired
> # preseed chef_server_url if desired
> sudo apt-get install chef
> 
> Bryan
> 




Archive powered by MHonArc 2.6.16.

§