I am trying to figure out what's the way work under littlechef based on Chef's one cookbook per git repo. Now say I am going provision a set of machines to be jenkins cluster. I wrote up a wrapper cookbook, and use Berkshelf to manage third party cookbook dependencies. Here I use
fix new_ktichen to setup littlechef layout. Now, we already have a numbers of existing environment, roles, and data bags exists in our git repo. How am I integrate existing environments, roles, and data_bags into current kitchen structure without duplcate in every other cookbooks' kitchen structure. Or I should just have one kitchen for all different in-house develop cookbooks?
-Chengkai