[chef] Re: Re: Re: Re: Re: Problem with chef-solo


Chronological Thread 
  • From: dreamcat four < >
  • To:
  • Subject: [chef] Re: Re: Re: Re: Re: Problem with chef-solo
  • Date: Sun, 28 Feb 2010 13:02:45 +0000
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; b=A3B1YctHdJty5ufJXE72qTJ6F/Nf9AFKzhBZC4NmohDznddx9pDnrYAFakx2byMlQQ qYGDVqIJFQxEYNCWTo2WPvXr1SLYAhyQDbFbiOLnFRGm8RHYvgXEI+XDifpcAocftB29 NAP0cpfTJYKbRshM9ADEbWmmdxdU3aICVAy5M=

On Sun, Feb 28, 2010 at 12:41 AM, Adam Jacob 
< >
 wrote:
> ahead and wipe the cache first, but I can see a world where you *want*
> to keep cookbooks around (for example, you want to actually pull from
> multiple sources, and clean up after.)
>
> I think we would be happy to accept a patch that lets this be a
> configuration/command line option.

Ah-ha!

Right. Well I also have a related feature to suggest. Its a case of
wanting to know *whether* you guys would accept a patch for this
particular feature. And if so, how the feature should be written
exactly.

Feature:
To make github tarballs unpacking supported with the `chef-solo -r` command.

Just look at this:

$ mkdir homebrew
$ curl -L http://github.com/mxcl/homebrew/tarball/master ;| tar xz
--strip 1 -C homebrew

...its easy!

So:
$ chef-solo -r 
"http://github.com/username/site-cookbooks/tarball/<branch_or_tag_name>"

Could fetch directly from github, and extract correctly as per usual
into "/tmp/cookbooks", or "/tmp/site-cookbooks".

Three reasons I believe this feature is worth having:

* Nearly everybody already use github for their cookbooks.
* It avoids any extra step realeasing your cookbooks into special
tarballs onto amazon S3 or somewhere else.
* This approach can also fully cater for your "multiple sources"
scenario Holoway. Just pull in those sparse cookbooks together into a
git branch (perhaps something we already do as part of our regular
chef workflows?)

Needs clarification:
How should a user should be able to specify the downloading of both of
the cookbooks? That is to say, when we want "opscode/cookbooks" aswell
as "site-cookbooks" (because within site-cookbooks we may be just
overriding the odd file).

This i think its also useful for those people who want to gaurantee
having everything reproduced exactly the same as per their chef-server
configuration. Or just don't want the hassle of figuring out which
cookbooks to download. The way ive been doing it is to download them
beforehand with git, or sync them over ssh with unison. But it would
be just **so** much better to have it all done for me by the
`chef-solo -r` command. Like some kind of jedi-trick. Just downright
bling.

I don't believe this particular strategy has to necessarily mean there
are too many cookbooks being downloaded. For example all of
opscode/cookbooks is 2.4 megabytes, as a tarball. And its pretty
straightforward make up a seperate git for solo if you want to trim
things down to just whats necessary.

One more thing we might to check whether the commit for that url has
changed. To decide whether its necessary to download the tarball
again. But that should be pretty easy to do with github and standard
http requests.


Guess i should ask:
Had this feature been considered before? What was the conclusion?


dreamcat4




Archive powered by MHonArc 2.6.16.

§