[chef] Re: Berksfile and metadata.rb


Chronological Thread 
  • From: "Stewart, Curtis" < >
  • To: " " < >
  • Subject: [chef] Re: Berksfile and metadata.rb
  • Date: Fri, 16 May 2014 12:39:56 +0000
  • Accept-language: en-US
  • Authentication-results: spf=none (sender IP is ) ;

If it’s something your cookbooks are dependent on, not just for tests, then always add it to your metadata.

Otherwise, you can add an :integration group to your Berksfile (and leave the cookbook out of the metadata) and test kitchen will always pickup that group.  Granted they’re local cookbooks, you can see the jenkins cookbook (https://github.com/opscode-cookbooks/jenkins/blob/master/Berksfile) for an example.


Curtis Stewart
Consultant
m 217.390.5067
Skype cstewart8710

 




Cloud Migration - Architecture - DevOps - Big Data - App Dev


Hi!

If I add

cookbook 'apt'

to the Berksfile, do I have to add

depends 'apt'

to the metadata.rb?

If I understand it correctly, sometimes I may want to add cookbooks to the
Berksfile (for example, local ones) for the run list in .kitchen.yml, but I may
not want to add them to the metadata.rb file. I'm a bit confused...

Thanks,

David Gil
Agència Estatal de Meteorologia a Catalunya




Archive powered by MHonArc 2.6.16.

§