knife-solo adds a handful of Knife commands that aim to make working with chef-solo as powerful as chef-server.
Usage: Having the gem installed will add knife chef subcommands.
Run knife solo with no arguments to know all the commands.
Knife-solo is a command-line tool that provides an interface between a local chef-repo and chef-server.
It include 5 subcommands to knife tools:
* knife solo init myapp: This will create a chef standard directory (i.e. kitchen) structure which will be used for build and store recipes. It's like initialising
* knife solo prepare: Installs chef on a given host. It auto detect the targeted OS.
* knife solo cook: Uploads the kitchen to target host and run chef-solo.
* knife solo bootstrap: combines the two previous ones.
* knife solo clean: removes the uploaded kitchen from the target host.
It include 5 subcommands to knife tools:
* knife solo init myapp: This will create a chef standard directory (i.e. kitchen) structure which will be used for build and store recipes. It's like initialising
* knife solo prepare: Installs chef on a given host. It auto detect the targeted OS.
* knife solo cook: Uploads the kitchen to target host and run chef-solo.
* knife solo bootstrap: combines the two previous ones.
* knife solo clean: removes the uploaded kitchen from the target host.
This actually helps you create a directory structure of chef and also it integrates with Berkshelf and Libraian-Chef and bootstraps the process of the nodes.
No comments:
Post a Comment