Greg Karékinian 049d5dd006 Vendor the external cookbooks
Knife-Zero doesn't include Berkshelf support, so vendoring everything in
the repo is convenient again
2019-10-13 18:32:56 +02:00
2019-10-08 18:17:34 +02:00
2019-10-13 18:32:56 +02:00
2019-07-30 09:09:19 +02:00
2019-10-08 18:17:34 +02:00
2019-10-08 18:17:34 +02:00
2019-10-08 18:17:57 +02:00

Install dependencies

bundle install

Run Chef Solo

knife zero converge name:dev.kosmos.org

Bootstrap a new server

knife zero bootstrap root@dev.kosmos.org --run-list "recipe[kosmos-base],..." --environment production

Managing cookbooks

Cookbooks are managed via Berkshelf. Run berks --help for command help.

Install cookbooks listed in Berksfile:

berks install

Vendor installed cookbooks to the cookbooks/ dir:

berks vendor cookbooks/ --delete
Description
Infrastructure configs and automation for Kosmos servers
Readme 15 MiB
Languages
Ruby 60.5%
HTML 35.5%
C 2%
PowerShell 1%
Shell 0.9%