chef 0.10.0.beta.9 → 0.10.0.beta.10
Sign up to get free protection for your applications and to get access to all the features.
- data/README.rdoc +2 -0
- data/distro/common/html/chef-client.8.html +141 -0
- data/distro/common/html/chef-expander-cluster.8.html +164 -0
- data/distro/common/html/chef-expanderctl.8.html +146 -0
- data/distro/common/html/chef-server-webui.8.html +185 -0
- data/distro/common/html/chef-server.8.html +182 -0
- data/distro/common/html/chef-solo.8.html +191 -0
- data/distro/common/html/chef-solr.8.html +163 -0
- data/distro/common/html/knife-bootstrap.1.html +3 -3
- data/distro/common/html/knife-client.1.html +3 -3
- data/distro/common/html/knife-configure.1.html +1 -1
- data/distro/common/html/knife-cookbook-site.1.html +3 -3
- data/distro/common/html/knife-cookbook.1.html +3 -3
- data/distro/common/html/knife-data-bag.1.html +1 -1
- data/distro/common/html/knife-environment.1.html +3 -3
- data/distro/common/html/knife-exec.1.html +3 -3
- data/distro/common/html/knife-index.1.html +1 -1
- data/distro/common/html/knife-node.1.html +3 -3
- data/distro/common/html/knife-recipe.1.html +1 -1
- data/distro/common/html/knife-role.1.html +3 -3
- data/distro/common/html/knife-search.1.html +3 -3
- data/distro/common/html/knife-ssh.1.html +3 -3
- data/distro/common/html/knife-status.1.html +3 -3
- data/distro/common/html/knife-tag.1.html +3 -3
- data/distro/common/html/knife.1.html +3 -3
- data/distro/common/html/shef.1.html +3 -3
- data/distro/common/man/man1/knife-bootstrap.1 +1 -1
- data/distro/common/man/man1/knife-client.1 +1 -1
- data/distro/common/man/man1/knife-configure.1 +1 -1
- data/distro/common/man/man1/knife-cookbook-site.1 +1 -1
- data/distro/common/man/man1/knife-cookbook.1 +1 -1
- data/distro/common/man/man1/knife-data-bag.1 +1 -1
- data/distro/common/man/man1/knife-environment.1 +1 -1
- data/distro/common/man/man1/knife-exec.1 +1 -1
- data/distro/common/man/man1/knife-index.1 +1 -1
- data/distro/common/man/man1/knife-node.1 +1 -1
- data/distro/common/man/man1/knife-role.1 +1 -1
- data/distro/common/man/man1/knife-search.1 +1 -1
- data/distro/common/man/man1/knife-ssh.1 +1 -1
- data/distro/common/man/man1/knife-status.1 +1 -1
- data/distro/common/man/man1/knife-tag.1 +1 -1
- data/distro/common/man/man1/knife.1 +1 -1
- data/distro/common/man/man1/shef.1 +1 -1
- data/distro/common/man/man8/chef-client.8 +53 -32
- data/distro/common/man/man8/chef-expander-cluster.8 +97 -0
- data/distro/common/man/man8/chef-expanderctl.8 +62 -0
- data/distro/common/man/man8/chef-server-webui.8 +121 -72
- data/distro/common/man/man8/chef-server.8 +113 -73
- data/distro/common/man/man8/chef-solo.8 +131 -30
- data/distro/common/man/man8/chef-solr.8 +85 -26
- data/distro/common/markdown/man8/chef-client.mkd +65 -0
- data/distro/common/markdown/man8/chef-expander-cluster.mkd +82 -0
- data/distro/common/markdown/man8/chef-expanderctl.mkd +58 -0
- data/distro/common/markdown/man8/chef-server-webui.mkd +121 -0
- data/distro/common/markdown/man8/chef-server.mkd +121 -0
- data/distro/common/markdown/man8/chef-solo.mkd +107 -0
- data/distro/common/markdown/man8/chef-solr.mkd +85 -0
- data/lib/chef/config.rb +1 -1
- data/lib/chef/cookbook/metadata.rb +1 -0
- data/lib/chef/cookbook_uploader.rb +12 -5
- data/lib/chef/couchdb.rb +21 -21
- data/lib/chef/file_access_control.rb +4 -4
- data/lib/chef/knife.rb +11 -3
- data/lib/chef/knife/bootstrap/centos5-gems.erb +13 -7
- data/lib/chef/knife/bootstrap/fedora13-gems.erb +1 -1
- data/lib/chef/knife/bootstrap/ubuntu10.04-apt.erb +2 -2
- data/lib/chef/knife/bootstrap/ubuntu10.04-gems.erb +1 -1
- data/lib/chef/knife/client_create.rb +1 -1
- data/lib/chef/knife/configure.rb +10 -1
- data/lib/chef/knife/cookbook_bulk_delete.rb +13 -3
- data/lib/chef/knife/cookbook_site_download.rb +5 -5
- data/lib/chef/knife/cookbook_site_install.rb +5 -5
- data/lib/chef/knife/cookbook_site_list.rb +6 -2
- data/lib/chef/knife/cookbook_site_search.rb +1 -1
- data/lib/chef/knife/cookbook_site_show.rb +3 -3
- data/lib/chef/knife/cookbook_upload.rb +7 -8
- data/lib/chef/knife/core/ui.rb +1 -1
- data/lib/chef/knife/node_bulk_delete.rb +37 -3
- data/lib/chef/knife/recipe_list.rb +0 -1
- data/lib/chef/knife/role_bulk_delete.rb +27 -4
- data/lib/chef/mixin/language.rb +2 -2
- data/lib/chef/resource/deploy_revision.rb +5 -0
- data/lib/chef/rest.rb +5 -8
- data/lib/chef/version.rb +1 -1
- data/lib/chef/version_class.rb +4 -4
- metadata +20 -4
@@ -114,11 +114,11 @@
|
|
114
114
|
|
115
115
|
<h2 id="AUTHOR">AUTHOR</h2>
|
116
116
|
|
117
|
-
<p> Chef was written by Adam Jacob <a href="m&#
|
117
|
+
<p> Chef was written by Adam Jacob <a href="mailto:adam@opscode.com" data-bare-link="true">adam@opscode.com</a> with many contributions from the community.</p>
|
118
118
|
|
119
119
|
<h2 id="DOCUMENTATION">DOCUMENTATION</h2>
|
120
120
|
|
121
|
-
<p> This manual page was written by Daniel DeLeo <a href="&#
|
121
|
+
<p> This manual page was written by Daniel DeLeo <a href="mailto:dan@opscode.com" data-bare-link="true">dan@opscode.com</a>.
|
122
122
|
Permission is granted to copy, distribute and / or modify this document under the terms of the Apache 2.0 License.</p>
|
123
123
|
|
124
124
|
<h2 id="CHEF">CHEF</h2>
|
@@ -127,7 +127,7 @@
|
|
127
127
|
|
128
128
|
|
129
129
|
<ol class='man-decor man-foot man foot'>
|
130
|
-
<li class='tl'>Chef 0.10.0.beta.
|
130
|
+
<li class='tl'>Chef 0.10.0.beta.10</li>
|
131
131
|
<li class='tc'>April 2011</li>
|
132
132
|
<li class='tr'>knife-tag(1)</li>
|
133
133
|
</ol>
|
@@ -266,12 +266,12 @@ data editing entirely.</dd>
|
|
266
266
|
|
267
267
|
<h2 id="AUTHOR">AUTHOR</h2>
|
268
268
|
|
269
|
-
<p> Chef was written by Adam Jacob <a href="mai&#
|
269
|
+
<p> Chef was written by Adam Jacob <a href="mailto:adam@opscode.com" data-bare-link="true">adam@opscode.com</a> of Opscode
|
270
270
|
(<a href="http://www.opscode.com" data-bare-link="true">http://www.opscode.com</a>), with contributions from the community.</p>
|
271
271
|
|
272
272
|
<h2 id="DOCUMENTATION">DOCUMENTATION</h2>
|
273
273
|
|
274
|
-
<p> This manual page was written by Joshua Timberman <a href="&#
|
274
|
+
<p> This manual page was written by Joshua Timberman <a href="mailto:joshua@opscode.com" data-bare-link="true">joshua@opscode.com</a>.</p>
|
275
275
|
|
276
276
|
<h2 id="LICENSE">LICENSE</h2>
|
277
277
|
|
@@ -285,7 +285,7 @@ data editing entirely.</dd>
|
|
285
285
|
|
286
286
|
|
287
287
|
<ol class='man-decor man-foot man foot'>
|
288
|
-
<li class='tl'>Chef 0.10.0.beta.
|
288
|
+
<li class='tl'>Chef 0.10.0.beta.10</li>
|
289
289
|
<li class='tc'>April 2011</li>
|
290
290
|
<li class='tr'>knife(1)</li>
|
291
291
|
</ol>
|
@@ -258,12 +258,12 @@ and may become out of sync with the behavior of those libraries.</p>
|
|
258
258
|
|
259
259
|
<h2 id="AUTHOR">AUTHOR</h2>
|
260
260
|
|
261
|
-
<p> Chef was written by Adam Jacob <a href="&#
|
261
|
+
<p> Chef was written by Adam Jacob <a href="mailto:adam@opscode.com" data-bare-link="true">adam@opscode.com</a> with many
|
262
262
|
contributions from the community. Shef was written by Daniel DeLeo.</p>
|
263
263
|
|
264
264
|
<h2 id="DOCUMENTATION">DOCUMENTATION</h2>
|
265
265
|
|
266
|
-
<p> This manual page was written by Daniel DeLeo <a href="&#
|
266
|
+
<p> This manual page was written by Daniel DeLeo <a href="mailto:dan@opscode.com" data-bare-link="true">dan@opscode.com</a>.
|
267
267
|
Permission is granted to copy, distribute and / or modify this
|
268
268
|
document under the terms of the Apache 2.0 License.</p>
|
269
269
|
|
@@ -273,7 +273,7 @@ and may become out of sync with the behavior of those libraries.</p>
|
|
273
273
|
|
274
274
|
|
275
275
|
<ol class='man-decor man-foot man foot'>
|
276
|
-
<li class='tl'>Chef 0.10.0.beta.
|
276
|
+
<li class='tl'>Chef 0.10.0.beta.10</li>
|
277
277
|
<li class='tc'>April 2011</li>
|
278
278
|
<li class='tr'>shef(1)</li>
|
279
279
|
</ol>
|
@@ -1,7 +1,7 @@
|
|
1
1
|
.\" generated with Ronn/v0.7.3
|
2
2
|
.\" http://github.com/rtomayko/ronn/tree/0.7.3
|
3
3
|
.
|
4
|
-
.TH "KNIFE\-BOOTRAP" "1" "April 2011" "Chef 0.10.0.beta.
|
4
|
+
.TH "KNIFE\-BOOTRAP" "1" "April 2011" "Chef 0.10.0.beta.10" "Chef Manual"
|
5
5
|
.
|
6
6
|
.SH "NAME"
|
7
7
|
\fBknife\-bootrap\fR \- Install Chef Client on a remote host
|
@@ -1,7 +1,7 @@
|
|
1
1
|
.\" generated with Ronn/v0.7.3
|
2
2
|
.\" http://github.com/rtomayko/ronn/tree/0.7.3
|
3
3
|
.
|
4
|
-
.TH "KNIFE\-CLIENT" "1" "April 2011" "Chef 0.10.0.beta.
|
4
|
+
.TH "KNIFE\-CLIENT" "1" "April 2011" "Chef 0.10.0.beta.10" "Chef Manual"
|
5
5
|
.
|
6
6
|
.SH "NAME"
|
7
7
|
\fBknife\-client\fR \- Manage Chef API Clients
|
@@ -1,7 +1,7 @@
|
|
1
1
|
.\" generated with Ronn/v0.7.3
|
2
2
|
.\" http://github.com/rtomayko/ronn/tree/0.7.3
|
3
3
|
.
|
4
|
-
.TH "KNIFE\-CONFIGURE" "1" "April 2011" "Chef 0.10.0.beta.
|
4
|
+
.TH "KNIFE\-CONFIGURE" "1" "April 2011" "Chef 0.10.0.beta.10" "Chef Manual"
|
5
5
|
.
|
6
6
|
.SH "NAME"
|
7
7
|
\fBknife\-configure\fR \- Generate configuration files for knife or Chef Client
|
@@ -1,7 +1,7 @@
|
|
1
1
|
.\" generated with Ronn/v0.7.3
|
2
2
|
.\" http://github.com/rtomayko/ronn/tree/0.7.3
|
3
3
|
.
|
4
|
-
.TH "KNIFE\-COOKBOOK\-SITE" "1" "April 2011" "Chef 0.10.0.beta.
|
4
|
+
.TH "KNIFE\-COOKBOOK\-SITE" "1" "April 2011" "Chef 0.10.0.beta.10" "Chef Manual"
|
5
5
|
.
|
6
6
|
.SH "NAME"
|
7
7
|
\fBknife\-cookbook\-site\fR \- Install and update open source cookbooks
|
@@ -1,7 +1,7 @@
|
|
1
1
|
.\" generated with Ronn/v0.7.3
|
2
2
|
.\" http://github.com/rtomayko/ronn/tree/0.7.3
|
3
3
|
.
|
4
|
-
.TH "KNIFE\-COOKBOOK" "1" "April 2011" "Chef 0.10.0.beta.
|
4
|
+
.TH "KNIFE\-COOKBOOK" "1" "April 2011" "Chef 0.10.0.beta.10" "Chef Manual"
|
5
5
|
.
|
6
6
|
.SH "NAME"
|
7
7
|
\fBknife\-cookbook\fR \- upload and manage chef cookbooks
|
@@ -1,7 +1,7 @@
|
|
1
1
|
.\" generated with Ronn/v0.7.3
|
2
2
|
.\" http://github.com/rtomayko/ronn/tree/0.7.3
|
3
3
|
.
|
4
|
-
.TH "KNIFE\-DATA\-BAG" "1" "April 2011" "Chef 0.10.0.beta.
|
4
|
+
.TH "KNIFE\-DATA\-BAG" "1" "April 2011" "Chef 0.10.0.beta.10" "Chef Manual"
|
5
5
|
.
|
6
6
|
.SH "NAME"
|
7
7
|
\fBknife\-data\-bag\fR \- Store arbitrary data on a Chef Server
|
@@ -1,7 +1,7 @@
|
|
1
1
|
.\" generated with Ronn/v0.7.3
|
2
2
|
.\" http://github.com/rtomayko/ronn/tree/0.7.3
|
3
3
|
.
|
4
|
-
.TH "KNIFE\-ENVIRONMENT" "1" "April 2011" "Chef 0.10.0.beta.
|
4
|
+
.TH "KNIFE\-ENVIRONMENT" "1" "April 2011" "Chef 0.10.0.beta.10" "Chef Manual"
|
5
5
|
.
|
6
6
|
.SH "NAME"
|
7
7
|
\fBknife\-environment\fR \- Define cookbook policies for the environments in your infrastructure
|
@@ -1,7 +1,7 @@
|
|
1
1
|
.\" generated with Ronn/v0.7.3
|
2
2
|
.\" http://github.com/rtomayko/ronn/tree/0.7.3
|
3
3
|
.
|
4
|
-
.TH "KNIFE\-EXEC" "1" "April 2011" "Chef 0.10.0.beta.
|
4
|
+
.TH "KNIFE\-EXEC" "1" "April 2011" "Chef 0.10.0.beta.10" "Chef Manual"
|
5
5
|
.
|
6
6
|
.SH "NAME"
|
7
7
|
\fBknife\-exec\fR \- Run user scripts using the Chef API DSL
|
@@ -1,7 +1,7 @@
|
|
1
1
|
.\" generated with Ronn/v0.7.3
|
2
2
|
.\" http://github.com/rtomayko/ronn/tree/0.7.3
|
3
3
|
.
|
4
|
-
.TH "KNIFE\-INDEX" "1" "April 2011" "Chef 0.10.0.beta.
|
4
|
+
.TH "KNIFE\-INDEX" "1" "April 2011" "Chef 0.10.0.beta.10" "Chef Manual"
|
5
5
|
.
|
6
6
|
.SH "NAME"
|
7
7
|
\fBknife\-index\fR \- Rebuild the search index on a Chef Server
|
@@ -1,7 +1,7 @@
|
|
1
1
|
.\" generated with Ronn/v0.7.3
|
2
2
|
.\" http://github.com/rtomayko/ronn/tree/0.7.3
|
3
3
|
.
|
4
|
-
.TH "KNIFE\-NODE" "1" "April 2011" "Chef 0.10.0.beta.
|
4
|
+
.TH "KNIFE\-NODE" "1" "April 2011" "Chef 0.10.0.beta.10" "Chef Manual"
|
5
5
|
.
|
6
6
|
.SH "NAME"
|
7
7
|
\fBknife\-node\fR \- Manage the hosts in your infrastructure
|
@@ -1,7 +1,7 @@
|
|
1
1
|
.\" generated with Ronn/v0.7.3
|
2
2
|
.\" http://github.com/rtomayko/ronn/tree/0.7.3
|
3
3
|
.
|
4
|
-
.TH "KNIFE\-ROLE" "1" "April 2011" "Chef 0.10.0.beta.
|
4
|
+
.TH "KNIFE\-ROLE" "1" "April 2011" "Chef 0.10.0.beta.10" "Chef Manual"
|
5
5
|
.
|
6
6
|
.SH "NAME"
|
7
7
|
\fBknife\-role\fR \- Group common configuration settings
|
@@ -1,7 +1,7 @@
|
|
1
1
|
.\" generated with Ronn/v0.7.3
|
2
2
|
.\" http://github.com/rtomayko/ronn/tree/0.7.3
|
3
3
|
.
|
4
|
-
.TH "KNIFE\-SEARCH" "1" "April 2011" "Chef 0.10.0.beta.
|
4
|
+
.TH "KNIFE\-SEARCH" "1" "April 2011" "Chef 0.10.0.beta.10" "Chef Manual"
|
5
5
|
.
|
6
6
|
.SH "NAME"
|
7
7
|
\fBknife\-search\fR \- Find objects on a Chef Server by query
|
@@ -1,7 +1,7 @@
|
|
1
1
|
.\" generated with Ronn/v0.7.3
|
2
2
|
.\" http://github.com/rtomayko/ronn/tree/0.7.3
|
3
3
|
.
|
4
|
-
.TH "KNIFE\-SSH" "1" "April 2011" "Chef 0.10.0.beta.
|
4
|
+
.TH "KNIFE\-SSH" "1" "April 2011" "Chef 0.10.0.beta.10" "Chef Manual"
|
5
5
|
.
|
6
6
|
.SH "NAME"
|
7
7
|
\fBknife\-ssh\fR \- Run a command or interactive session on multiple remote hosts
|
@@ -1,7 +1,7 @@
|
|
1
1
|
.\" generated with Ronn/v0.7.3
|
2
2
|
.\" http://github.com/rtomayko/ronn/tree/0.7.3
|
3
3
|
.
|
4
|
-
.TH "KNIFE\-STATUS" "1" "April 2011" "Chef 0.10.0.beta.
|
4
|
+
.TH "KNIFE\-STATUS" "1" "April 2011" "Chef 0.10.0.beta.10" "Chef Manual"
|
5
5
|
.
|
6
6
|
.SH "NAME"
|
7
7
|
\fBknife\-status\fR \- Display status information for the nodes in your infrastructure
|
@@ -1,7 +1,7 @@
|
|
1
1
|
.\" generated with Ronn/v0.7.3
|
2
2
|
.\" http://github.com/rtomayko/ronn/tree/0.7.3
|
3
3
|
.
|
4
|
-
.TH "KNIFE\-TAG" "1" "April 2011" "Chef 0.10.0.beta.
|
4
|
+
.TH "KNIFE\-TAG" "1" "April 2011" "Chef 0.10.0.beta.10" "Chef Manual"
|
5
5
|
.
|
6
6
|
.SH "NAME"
|
7
7
|
\fBknife\-tag\fR \- Apply tags to nodes on a Chef Server
|
@@ -1,7 +1,7 @@
|
|
1
1
|
.\" generated with Ronn/v0.7.3
|
2
2
|
.\" http://github.com/rtomayko/ronn/tree/0.7.3
|
3
3
|
.
|
4
|
-
.TH "KNIFE" "1" "April 2011" "Chef 0.10.0.beta.
|
4
|
+
.TH "KNIFE" "1" "April 2011" "Chef 0.10.0.beta.10" "Chef Manual"
|
5
5
|
.
|
6
6
|
.SH "NAME"
|
7
7
|
\fBknife\fR \- Chef Server API client utility
|
@@ -1,7 +1,7 @@
|
|
1
1
|
.\" generated with Ronn/v0.7.3
|
2
2
|
.\" http://github.com/rtomayko/ronn/tree/0.7.3
|
3
3
|
.
|
4
|
-
.TH "SHEF" "1" "April 2011" "Chef 0.10.0.beta.
|
4
|
+
.TH "SHEF" "1" "April 2011" "Chef 0.10.0.beta.10" "Chef Manual"
|
5
5
|
.
|
6
6
|
.SH "NAME"
|
7
7
|
\fBshef\fR \- Interactive Chef Console
|
@@ -1,63 +1,84 @@
|
|
1
|
-
|
2
|
-
.
|
3
|
-
|
4
|
-
.
|
5
|
-
.
|
6
|
-
|
7
|
-
|
8
|
-
.
|
9
|
-
|
1
|
+
.\" generated with Ronn/v0.7.3
|
2
|
+
.\" http://github.com/rtomayko/ronn/tree/0.7.3
|
3
|
+
.
|
4
|
+
.TH "CHEF\-CLIENT" "8" "April 2011" "Chef 0.10.0.beta.10" "Chef Manual"
|
5
|
+
.
|
6
|
+
.SH "NAME"
|
7
|
+
\fBchef\-client\fR \- Runs a client node connecting to a chef\-server\.
|
8
|
+
.
|
9
|
+
.SH "SYNOPSIS"
|
10
|
+
\fBchef\-client\fR \fI(options)\fR
|
11
|
+
.
|
12
|
+
.TP
|
13
|
+
\fB\-S\fR, \fB\-\-server CHEFSERVERURL\fR
|
10
14
|
The chef server URL
|
15
|
+
.
|
11
16
|
.TP
|
12
|
-
\fB\-c\fR, \fB\-\-config\fR
|
17
|
+
\fB\-c\fR, \fB\-\-config CONFIG\fR
|
13
18
|
The configuration file to use
|
19
|
+
.
|
14
20
|
.TP
|
15
21
|
\fB\-d\fR, \fB\-\-daemonize\fR
|
16
22
|
Daemonize the process
|
23
|
+
.
|
17
24
|
.TP
|
18
|
-
\fB\-g\fR, \fB\-\-group\fR
|
25
|
+
\fB\-g\fR, \fB\-\-group GROUP\fR
|
19
26
|
Group to set privilege to
|
27
|
+
.
|
20
28
|
.TP
|
21
|
-
\fB\-i\fR, \fB\-\-interval\fR
|
29
|
+
\fB\-i\fR, \fB\-\-interval SECONDS\fR
|
22
30
|
Run chef\-client periodically, in seconds
|
31
|
+
.
|
23
32
|
.TP
|
24
|
-
\fB\-j\fR JSON_ATTRIBS
|
33
|
+
\fB\-j\fR, \fB\-\-json\-attributes JSON_ATTRIBS\fR
|
25
34
|
Load attributes from a JSON file or URL
|
26
|
-
.
|
27
|
-
\fB\-\-json\-attributes\fR
|
35
|
+
.
|
28
36
|
.TP
|
29
|
-
\fB\-l\fR, \fB\-\-log_level\fR
|
37
|
+
\fB\-l\fR, \fB\-\-log_level LEVEL\fR
|
30
38
|
Set the log level (debug, info, warn, error, fatal)
|
39
|
+
.
|
31
40
|
.TP
|
32
|
-
\fB\-L\fR, \fB\-\-logfile\fR
|
41
|
+
\fB\-L\fR, \fB\-\-logfile LOGLOCATION\fR
|
33
42
|
Set the log file location, defaults to STDOUT \- recommended for daemonizing
|
43
|
+
.
|
34
44
|
.TP
|
35
45
|
\fB\-V\fR, \fB\-\-verbose\fR
|
36
|
-
Ensures logging goes to STDOUT as well as to other configured log location(s)
|
46
|
+
Ensures logging goes to STDOUT as well as to other configured log location(s)\.
|
47
|
+
.
|
37
48
|
.TP
|
38
|
-
\fB\-N\fR, \fB\-\-node\-name\fR
|
49
|
+
\fB\-N\fR, \fB\-\-node\-name NODE_NAME\fR
|
39
50
|
The node name for this client
|
51
|
+
.
|
40
52
|
.TP
|
41
|
-
\fB\-s\fR, \fB\-\-splay\fR
|
53
|
+
\fB\-s\fR, \fB\-\-splay SECONDS\fR
|
42
54
|
The splay time for running at intervals, in seconds
|
55
|
+
.
|
43
56
|
.TP
|
44
|
-
\fB\-u\fR, \fB\-\-user\fR
|
57
|
+
\fB\-u\fR, \fB\-\-user USER\fR
|
45
58
|
User to set privilege to
|
46
|
-
.
|
47
|
-
\fB\-t\fR, \fB\-\-token\fR TOKEN
|
48
|
-
Set the openid validation token
|
59
|
+
.
|
49
60
|
.TP
|
50
61
|
\fB\-v\fR, \fB\-\-version\fR
|
51
62
|
Show chef version
|
63
|
+
.
|
52
64
|
.TP
|
53
65
|
\fB\-h\fR, \fB\-\-help\fR
|
54
66
|
Show this message
|
67
|
+
.
|
68
|
+
.SH "DESCRIPTION"
|
69
|
+
The Chef Client is where almost all of the work in Chef is done\. It communicates with the Chef Server via REST, authenticates via Signed Header Authentication, and compiles and executes Cookbooks\.
|
70
|
+
.
|
71
|
+
.P
|
72
|
+
A Chef Client does work on behalf of a Node\. A single Chef Client can run recipes for multiple Nodes\.
|
73
|
+
.
|
74
|
+
.P
|
75
|
+
Clients are where all the action happens \- the Chef Server and Chef Expander are largely services that exist only to provide the Client with information\.
|
76
|
+
.
|
55
77
|
.SH "SEE ALSO"
|
56
|
-
Full documentation for Chef and chef
|
57
|
-
.
|
58
|
-
|
59
|
-
This manual page was written by Joshua Timberman
|
60
|
-
|
61
|
-
|
62
|
-
On Debian systems, the complete text of the Apache 2
|
63
|
-
/usr/share/common-licenses/Apache-2.0.
|
78
|
+
Full documentation for Chef and chef\-client is located on the Chef wiki, http://wiki\.opscode\.com/display/chef/Home\.
|
79
|
+
.
|
80
|
+
.SH "AUTHOR"
|
81
|
+
Chef was written by Adam Jacob \fIadam@ospcode\.com\fR of Opscode (http://www\.opscode\.com), with contributions from the community\. This manual page was written by Joshua Timberman \fIjoshua@opscode\.com\fR with help2man\. Permission is granted to copy, distribute and / or modify this document under the terms of the Apache 2\.0 License\.
|
82
|
+
.
|
83
|
+
.P
|
84
|
+
On Debian systems, the complete text of the Apache 2\.0 License can be found in /usr/share/common\-licenses/Apache\-2\.0\.
|
@@ -0,0 +1,97 @@
|
|
1
|
+
.\" generated with Ronn/v0.7.3
|
2
|
+
.\" http://github.com/rtomayko/ronn/tree/0.7.3
|
3
|
+
.
|
4
|
+
.TH "CHEF\-EXPANDER\-CLUSTER" "8" "April 2011" "Chef 0.10.0.beta.10" "Chef Manual"
|
5
|
+
.
|
6
|
+
.SH "NAME"
|
7
|
+
\fBchef\-expander\-cluster\fR \- fetches messages from RabbitMQ, processes, and loads into chef\-solr
|
8
|
+
.
|
9
|
+
.SH "SYNOPSIS"
|
10
|
+
\fBchef\-expander\-cluster\fR \fI(options)\fR
|
11
|
+
.
|
12
|
+
.TP
|
13
|
+
\fB\-c\fR, \fB\-\-config CONFIG_FILE\fR
|
14
|
+
a configuration file to use
|
15
|
+
.
|
16
|
+
.TP
|
17
|
+
\fB\-i\fR, \fB\-\-index INDEX\fR
|
18
|
+
the slot this node will occupy in the ring
|
19
|
+
.
|
20
|
+
.TP
|
21
|
+
\fB\-n\fR, \fB\-\-node\-count NUMBER\fR
|
22
|
+
the number of nodes in the ring
|
23
|
+
.
|
24
|
+
.TP
|
25
|
+
\fB\-l\fR, \fB\-\-log\-level LOG_LEVEL\fR
|
26
|
+
set the log level
|
27
|
+
.
|
28
|
+
.TP
|
29
|
+
\fB\-L\fR, \fB\-\-logfile LOG_LOCATION\fR
|
30
|
+
Logfile to use
|
31
|
+
.
|
32
|
+
.TP
|
33
|
+
\fB\-d\fR, \fB\-\-daemonize\fR
|
34
|
+
fork into the background
|
35
|
+
.
|
36
|
+
.TP
|
37
|
+
\fB\-P\fR, \fB\-\-pid PIDFILE\fR
|
38
|
+
PID file
|
39
|
+
.
|
40
|
+
.TP
|
41
|
+
\fB\-h\fR, \fB\-\-help\fR
|
42
|
+
show help message
|
43
|
+
.
|
44
|
+
.TP
|
45
|
+
\fB\-v\fR, \fB\-\-version\fR
|
46
|
+
show the version and exit
|
47
|
+
.
|
48
|
+
.SH "DESCRIPTION"
|
49
|
+
Chef Expander fetches messages from RabbitMQ, processes them into the correct format to be loaded into Solr and loads them into Solr\.
|
50
|
+
.
|
51
|
+
.P
|
52
|
+
\fBRunning Chef Expander\fR
|
53
|
+
.
|
54
|
+
.P
|
55
|
+
Chef Expander is designed for clustered operation, though small installations will only need one worker process\. To run Chef Expander with one worker process, run chef\-expander\-cluster \-n 1\. You will then have a master and worker process, which looks like this in ps:
|
56
|
+
.
|
57
|
+
.IP "" 4
|
58
|
+
.
|
59
|
+
.nf
|
60
|
+
|
61
|
+
your\-shell> ps aux|grep expander
|
62
|
+
you 52110 0\.1 0\.7 2515476 62748 s003 S+ 3:49PM 0:00\.80 chef\-expander worker #1 (vnodes 0\-1023)
|
63
|
+
you 52108 0\.1 0\.5 2492880 41696 s003 S+ 3:49PM 0:00\.91 ruby bin/chef\-expander\-cluster \-n 1
|
64
|
+
.
|
65
|
+
.fi
|
66
|
+
.
|
67
|
+
.IP "" 0
|
68
|
+
.
|
69
|
+
.P
|
70
|
+
Workers are single threaded and therefore cannot use more than 100% of a single CPU\. If you find that your queues are getting backlogged, increase the number of workers
|
71
|
+
.
|
72
|
+
.P
|
73
|
+
\fBDesign\fR
|
74
|
+
.
|
75
|
+
.P
|
76
|
+
Chef Expander uses 1024 queues (called vnodes in some places) to allow you to scale the number of Chef Expander workers to meet the needs of your infrastructure\. When objects are saved in the API server, they are added to queues based on their database IDs\. These queues can be assigned to different Chef Expander workers to distribute the load of processing the index updates\.
|
77
|
+
.
|
78
|
+
.P
|
79
|
+
\fBChef Expander Operation and Troubleshooting\fR
|
80
|
+
.
|
81
|
+
.P
|
82
|
+
Chef Expander includes chef\-expanderctl, a management program that allows you to get status information or change the logging verbosity (without restarting)\.
|
83
|
+
.
|
84
|
+
.P
|
85
|
+
See \fBchef\-expanderctl\fR(8) for details\.
|
86
|
+
.
|
87
|
+
.SH "SEE ALSO"
|
88
|
+
\fBchef\-expanderctl\fR(8) \fBchef\-solr\fR(8)
|
89
|
+
.
|
90
|
+
.P
|
91
|
+
Full documentation for Chef and chef\-server is located on the Chef wiki, http://wiki\.opscode\.com/display/chef/Home\.
|
92
|
+
.
|
93
|
+
.SH "AUTHOR"
|
94
|
+
Chef was written by Adam Jacob \fIadam@ospcode\.com\fR of Opscode (http://www\.opscode\.com), with contributions from the community\. This manual page was created by Nuo Yan \fInuo@opscode\.com\fR\. Permission is granted to copy, distribute and / or modify this document under the terms of the Apache 2\.0 License\.
|
95
|
+
.
|
96
|
+
.P
|
97
|
+
On Debian systems, the complete text of the Apache 2\.0 License can be found in /usr/share/common\-licenses/Apache\-2\.0\.
|