最終更新:2013-12-24 (火) 01:32:25 (4136d)
Chef
Top / Chef
Chef is a systems integration framework, built to bring the benefits of configuration management to your entire infrastructure.
http://wiki.opscode.com/display/chef/Home
With Chef, you can:
- Manage your servers by writing code, not by running commands. (via Cookbooks)
- Integrate tightly with your applications, databases, LDAP directories, and more. (via Libraries)
- Easily configure applications that require knowledge about your entire infrastructure ("What systems are running my application?" "What is the current master database server?") (via Search)
基本的な仕組み
クライアント-サーバ型のシステム。設定を書き、それをサーバに置いておく。クライアントはサーバと接続し、自分自身の設定を書き換えたり、必要なソフトウェアをインストールしたりする。