[chef] Re: Package a chef installation


Chronological Thread 
  • From: Bryan McLellan < >
  • To:
  • Subject: [chef] Re: Package a chef installation
  • Date: Fri, 21 Oct 2011 11:23:53 -0400

On Thu, Oct 20, 2011 at 2:13 PM,  
< >
 wrote:
> For example, given a simple stack:
> * apache2
> * mysql
> * simple rails application
>
> How can one package all three into a .rpm so that when given to a customer,
> they can install the rpm while still being firewalled from the outside 
> world?

You could use Chef to build such a system, then use another tool like
FPM to package the results or create those packages by hand the old
fashioned way.

That said, I'd recommend against it. If the customer ever makes a
change, you lose the configuration management. At least give them the
Chef cookbooks and have them run on their systems using chef-solo.

Bryan



Archive powered by MHonArc 2.6.16.

§