[chef] Re: Cookbook dependency graphing


Chronological Thread 
  • From: Mike < >
  • To: " " < >
  • Subject: [chef] Re: Cookbook dependency graphing
  • Date: Wed, 10 Jul 2013 01:07:50 -0400

A while back, I did something similar for roles only:
http://miketheman.github.io/knife-role-spaghetti/

Does this make my (albiet, not really touched this code in a while)
code obsolete?

-M

On Tue, Jul 9, 2013 at 8:00 PM, steve . 
< >
 wrote:
> Not sure if anyone's already doing something like this, but I made some
> REALLY MINOR modifications to the most ancient and venerable Ruby depgraph
> tool and got it parsing cookbook metadata instead of C# code and installed
> gems.
>
> http://github.com/leftathome/depgraph
>
> Default behavior is to parse, fire up graphviz and show you a dependency
> graph.  That's fine but I wanted it as a JSON object.
>
> I added the -json switch to allow you to generate an object that looks like
> this:
>
> { "cookbook" : [ "dependency1", "dependency2"],
>  ...
> }
>
> Hope someone out there finds this useful.



Archive powered by MHonArc 2.6.16.

§