chef 0.10.0.beta.8 → 0.10.0.beta.9

Sign up to get free protection for your applications and to get access to all the features.
Files changed (70) hide show
  1. data/distro/common/html/knife-bootstrap.1.html +69 -10
  2. data/distro/common/html/knife-client.1.html +25 -22
  3. data/distro/common/html/knife-configure.1.html +1 -1
  4. data/distro/common/html/knife-cookbook-site.1.html +91 -19
  5. data/distro/common/html/knife-cookbook.1.html +216 -76
  6. data/distro/common/html/knife-data-bag.1.html +1 -1
  7. data/distro/common/html/knife-environment.1.html +177 -3
  8. data/distro/common/html/knife-exec.1.html +44 -3
  9. data/distro/common/html/knife-index.1.html +1 -1
  10. data/distro/common/html/knife-node.1.html +5 -3
  11. data/distro/common/html/knife-recipe.1.html +1 -1
  12. data/distro/common/html/knife-role.1.html +83 -19
  13. data/distro/common/html/knife-search.1.html +43 -2
  14. data/distro/common/html/knife-ssh.1.html +57 -2
  15. data/distro/common/html/knife-status.1.html +33 -2
  16. data/distro/common/html/knife-tag.1.html +45 -1
  17. data/distro/common/html/knife.1.html +94 -161
  18. data/distro/common/html/shef.1.html +283 -0
  19. data/distro/common/man/man1/knife-bootstrap.1 +56 -4
  20. data/distro/common/man/man1/knife-client.1 +12 -11
  21. data/distro/common/man/man1/knife-configure.1 +1 -1
  22. data/distro/common/man/man1/knife-cookbook-site.1 +64 -22
  23. data/distro/common/man/man1/knife-cookbook.1 +200 -122
  24. data/distro/common/man/man1/knife-data-bag.1 +1 -1
  25. data/distro/common/man/man1/knife-environment.1 +167 -2
  26. data/distro/common/man/man1/knife-exec.1 +36 -3
  27. data/distro/common/man/man1/knife-index.1 +1 -1
  28. data/distro/common/man/man1/knife-node.1 +2 -1
  29. data/distro/common/man/man1/knife-role.1 +48 -24
  30. data/distro/common/man/man1/knife-search.1 +27 -3
  31. data/distro/common/man/man1/knife-ssh.1 +43 -2
  32. data/distro/common/man/man1/knife-status.1 +14 -2
  33. data/distro/common/man/man1/knife-tag.1 +32 -2
  34. data/distro/common/man/man1/knife.1 +91 -186
  35. data/distro/common/man/man1/shef.1 +237 -26
  36. data/distro/common/markdown/man1/knife-bootstrap.mkd +57 -7
  37. data/distro/common/markdown/man1/knife-client.mkd +19 -17
  38. data/distro/common/markdown/man1/knife-cookbook-site.mkd +63 -15
  39. data/distro/common/markdown/man1/knife-cookbook.mkd +220 -103
  40. data/distro/common/markdown/man1/knife-environment.mkd +144 -1
  41. data/distro/common/markdown/man1/knife-exec.mkd +29 -1
  42. data/distro/common/markdown/man1/knife-node.mkd +1 -1
  43. data/distro/common/markdown/man1/knife-role.mkd +36 -30
  44. data/distro/common/markdown/man1/knife-search.mkd +0 -1
  45. data/distro/common/markdown/man1/knife-ssh.mkd +0 -2
  46. data/distro/common/markdown/man1/knife-status.mkd +0 -2
  47. data/distro/common/markdown/man1/knife-tag.mkd +31 -0
  48. data/distro/common/markdown/man1/knife.mkd +93 -165
  49. data/distro/common/markdown/man1/shef.mkd +189 -0
  50. data/lib/chef/api_client.rb +36 -35
  51. data/lib/chef/application/knife.rb +1 -1
  52. data/lib/chef/client.rb +1 -0
  53. data/lib/chef/cookbook/cookbook_version_loader.rb +29 -7
  54. data/lib/chef/cookbook_uploader.rb +55 -36
  55. data/lib/chef/cookbook_version.rb +3 -1
  56. data/lib/chef/couchdb.rb +0 -1
  57. data/lib/chef/knife/cookbook_list.rb +1 -1
  58. data/lib/chef/knife/cookbook_show.rb +1 -0
  59. data/lib/chef/knife/core/generic_presenter.rb +3 -3
  60. data/lib/chef/knife/help.rb +6 -2
  61. data/lib/chef/knife/tag_create.rb +26 -5
  62. data/lib/chef/knife/tag_delete.rb +34 -5
  63. data/lib/chef/knife/tag_list.rb +24 -6
  64. data/lib/chef/node.rb +1 -0
  65. data/lib/chef/role.rb +1 -0
  66. data/lib/chef/shef.rb +1 -0
  67. data/lib/chef/version.rb +1 -1
  68. metadata +4 -4
  69. data/distro/common/man/man1/knife-recipe.1 +0 -13
  70. data/distro/common/markdown/man1/knife-recipe.mkd +0 -24
@@ -0,0 +1,283 @@
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta http-equiv='content-type' value='text/html;charset=utf8'>
5
+ <meta name='generator' value='Ronn/v0.7.3 (http://github.com/rtomayko/ronn/tree/0.7.3)'>
6
+ <title>shef(1) - Interactive Chef Console</title>
7
+ <style type='text/css' media='all'>
8
+ /* style: man */
9
+ body#manpage {margin:0}
10
+ .mp {max-width:100ex;padding:0 9ex 1ex 4ex}
11
+ .mp p,.mp pre,.mp ul,.mp ol,.mp dl {margin:0 0 20px 0}
12
+ .mp h2 {margin:10px 0 0 0}
13
+ .mp > p,.mp > pre,.mp > ul,.mp > ol,.mp > dl {margin-left:8ex}
14
+ .mp h3 {margin:0 0 0 4ex}
15
+ .mp dt {margin:0;clear:left}
16
+ .mp dt.flush {float:left;width:8ex}
17
+ .mp dd {margin:0 0 0 9ex}
18
+ .mp h1,.mp h2,.mp h3,.mp h4 {clear:left}
19
+ .mp pre {margin-bottom:20px}
20
+ .mp pre+h2,.mp pre+h3 {margin-top:22px}
21
+ .mp h2+pre,.mp h3+pre {margin-top:5px}
22
+ .mp img {display:block;margin:auto}
23
+ .mp h1.man-title {display:none}
24
+ .mp,.mp code,.mp pre,.mp tt,.mp kbd,.mp samp,.mp h3,.mp h4 {font-family:monospace;font-size:14px;line-height:1.42857142857143}
25
+ .mp h2 {font-size:16px;line-height:1.25}
26
+ .mp h1 {font-size:20px;line-height:2}
27
+ .mp {text-align:justify;background:#fff}
28
+ .mp,.mp code,.mp pre,.mp pre code,.mp tt,.mp kbd,.mp samp {color:#131211}
29
+ .mp h1,.mp h2,.mp h3,.mp h4 {color:#030201}
30
+ .mp u {text-decoration:underline}
31
+ .mp code,.mp strong,.mp b {font-weight:bold;color:#131211}
32
+ .mp em,.mp var {font-style:italic;color:#232221;text-decoration:none}
33
+ .mp a,.mp a:link,.mp a:hover,.mp a code,.mp a pre,.mp a tt,.mp a kbd,.mp a samp {color:#0000ff}
34
+ .mp b.man-ref {font-weight:normal;color:#434241}
35
+ .mp pre {padding:0 4ex}
36
+ .mp pre code {font-weight:normal;color:#434241}
37
+ .mp h2+pre,h3+pre {padding-left:0}
38
+ ol.man-decor,ol.man-decor li {margin:3px 0 10px 0;padding:0;float:left;width:33%;list-style-type:none;text-transform:uppercase;color:#999;letter-spacing:1px}
39
+ ol.man-decor {width:100%}
40
+ ol.man-decor li.tl {text-align:left}
41
+ ol.man-decor li.tc {text-align:center;letter-spacing:4px}
42
+ ol.man-decor li.tr {text-align:right;float:right}
43
+ </style>
44
+ <style type='text/css' media='all'>
45
+ /* style: toc */
46
+ .man-navigation {display:block !important;position:fixed;top:0;left:113ex;height:100%;width:100%;padding:48px 0 0 0;border-left:1px solid #dbdbdb;background:#eee}
47
+ .man-navigation a,.man-navigation a:hover,.man-navigation a:link,.man-navigation a:visited {display:block;margin:0;padding:5px 2px 5px 30px;color:#999;text-decoration:none}
48
+ .man-navigation a:hover {color:#111;text-decoration:underline}
49
+ </style>
50
+ </head>
51
+ <!--
52
+ The following styles are deprecated and will be removed at some point:
53
+ div#man, div#man ol.man, div#man ol.head, div#man ol.man.
54
+
55
+ The .man-page, .man-decor, .man-head, .man-foot, .man-title, and
56
+ .man-navigation should be used instead.
57
+ -->
58
+ <body id='manpage'>
59
+ <div class='mp' id='man'>
60
+
61
+ <div class='man-navigation' style='display:none'>
62
+ <a href="#NAME">NAME</a>
63
+ <a href="#SYNOPSIS">SYNOPSIS</a>
64
+ <a href="#DESCRIPTION">DESCRIPTION</a>
65
+ <a href="#SYNTAX">SYNTAX</a>
66
+ <a href="#PRIMARY-MODE">PRIMARY MODE</a>
67
+ <a href="#RECIPE-MODE">RECIPE MODE</a>
68
+ <a href="#EXAMPLES">EXAMPLES</a>
69
+ <a href="#BUGS">BUGS</a>
70
+ <a href="#SEE-ALSO">SEE ALSO</a>
71
+ <a href="#AUTHOR">AUTHOR</a>
72
+ <a href="#DOCUMENTATION">DOCUMENTATION</a>
73
+ <a href="#CHEF">CHEF</a>
74
+ </div>
75
+
76
+ <ol class='man-decor man-head man head'>
77
+ <li class='tl'>shef(1)</li>
78
+ <li class='tc'>Chef Manual</li>
79
+ <li class='tr'>shef(1)</li>
80
+ </ol>
81
+
82
+ <h2 id="NAME">NAME</h2>
83
+ <p class="man-name">
84
+ <code>shef</code> - <span class="man-whatis">Interactive Chef Console</span>
85
+ </p>
86
+
87
+ <h2 id="SYNOPSIS">SYNOPSIS</h2>
88
+
89
+ <p><strong>shef</strong> [<em>named configuration</em>] <em>(options)</em></p>
90
+
91
+ <dl>
92
+ <dt><code>-S</code>, <code>--server CHEF_SERVER_URL</code></dt><dd>The chef server URL</dd>
93
+ <dt><code>-z</code>, <code>--client</code></dt><dd>chef-client mode</dd>
94
+ <dt><code>-c</code>, <code>--config CONFIG</code></dt><dd>The configuration file to use</dd>
95
+ <dt><code>-j</code>, <code>--json-attributes JSON_ATTRIBS</code></dt><dd>Load attributes from a JSON file or URL</dd>
96
+ <dt><code>-l</code>, <code>--log-level LOG_LEVEL</code></dt><dd>Set the logging level</dd>
97
+ <dt><code>-s</code>, <code>--solo</code></dt><dd>chef-solo shef session</dd>
98
+ <dt><code>-a</code>, <code>--standalone</code></dt><dd>standalone shef session</dd>
99
+ <dt><code>-v</code>, <code>--version</code></dt><dd>Show chef version</dd>
100
+ <dt><code>-h</code>, <code>--help</code></dt><dd>Show command options</dd>
101
+ </dl>
102
+
103
+
104
+ <p>When no --config option is specified, shef attempts to load a default configuration file:</p>
105
+
106
+ <ul>
107
+ <li>If a <em>named configuration</em> is given, shef will load ~/.chef/<em>named
108
+ configuration</em>/shef.rb</li>
109
+ <li>If no <em>named configuration</em> is given shef will load ~/.chef/shef.rb if it exists</li>
110
+ <li>Shef falls back to loading /etc/chef/client.rb or /etc/chef/solo.rb if -z or
111
+ -s options are given and no shef.rb can be found.</li>
112
+ <li>The --config option takes precedence over implicit configuration
113
+ paths.</li>
114
+ </ul>
115
+
116
+
117
+ <h2 id="DESCRIPTION">DESCRIPTION</h2>
118
+
119
+ <p><code>shef</code> is an <span class="man-ref">irb<span class="s">(1)</span></span> (interactive ruby) session customized for Chef.
120
+ <code>shef</code> serves two primary functions: it provides a means to
121
+ interact with a Chef Server interactively using a convenient DSL; it
122
+ allows you to define and run Chef recipes interactively.</p>
123
+
124
+ <h2 id="SYNTAX">SYNTAX</h2>
125
+
126
+ <p>Shef uses irb's subsession feature to provide multiple modes of
127
+ interaction. In addition to the primary mode which is entered on start,
128
+ <code>recipe</code> and <code>attributes</code> modes are available.</p>
129
+
130
+ <h2 id="PRIMARY-MODE">PRIMARY MODE</h2>
131
+
132
+ <p>The following commands are available in the primary
133
+ session:</p>
134
+
135
+ <dl>
136
+ <dt class="flush"><code>help</code></dt><dd>Prints a list of available commands</dd>
137
+ <dt class="flush"><code>version</code></dt><dd>Prints the Chef version</dd>
138
+ <dt class="flush"><code>recipe</code></dt><dd>Switches to <code>recipe</code> mode</dd>
139
+ <dt><code>attributes</code></dt><dd>Switches to <code>attributes</code> mode</dd>
140
+ <dt><code>run_chef</code></dt><dd>Initiates a chef run</dd>
141
+ <dt class="flush"><code>reset</code></dt><dd>reinitializes shef</dd>
142
+ <dt><code>echo :on|:off</code></dt><dd>Turns irb's echo function on or off. Echo is <em>on</em> by default.</dd>
143
+ <dt><code>tracing :on|:off</code></dt><dd>Turns irb's function tracing feature on or off. Tracing is extremely
144
+ verbose and expected to be of interest primarily to developers.</dd>
145
+ <dt class="flush"><code>node</code></dt><dd>Returns the <em>node</em> object for the current host. See <span class="man-ref">knife-node<span class="s">(1)</span></span>
146
+ for more information about nodes.</dd>
147
+ <dt class="flush"><code>ohai</code></dt><dd>Prints the attributes of <em>node</em></dd>
148
+ </dl>
149
+
150
+
151
+ <p>In addition to these commands, shef provides a DSL for accessing data on
152
+ the Chef Server. When working with remote data in shef, you chain method
153
+ calls in the form <em>object type</em>.<em>operation</em>, where <em>object type</em> is in
154
+ plural form. The following object types are available:</p>
155
+
156
+ <ul>
157
+ <li><code>nodes</code></li>
158
+ <li><code>roles</code></li>
159
+ <li><code>data_bags</code></li>
160
+ <li><code>clients</code></li>
161
+ <li><code>cookbooks</code></li>
162
+ </ul>
163
+
164
+
165
+ <p>For each <em>object type</em> the following operations are available:</p>
166
+
167
+ <dl>
168
+ <dt><em>object type</em>.all(<em>&amp;block</em>)</dt><dd>Loads all items from the server. If the optional code <em>block</em> is
169
+ given, each item will be passed to the block and the results
170
+ returned, similar to ruby's <code>Enumerable#map</code> method.</dd>
171
+ <dt><em>object type</em>.show(<em>object name</em>)</dt><dd><p>Aliased as <em>object type</em>.load</p>
172
+
173
+ <p>Loads the singular item identified by <em>object name</em>.</p></dd>
174
+ <dt><em>object type</em>.search(<em>query</em>, <em>&amp;block</em>)</dt><dd><p>Aliased as <em>object type</em>.find</p>
175
+
176
+ <p>Runs a search against the server and returns the matching items. If
177
+ the optional code <em>block</em> is given each item will be passed to the
178
+ block and the results returned.</p>
179
+
180
+ <p>The <em>query</em> may be a Solr/Lucene format query given as a String, or
181
+ a Hash of conditions. If a Hash is given, the options will be ANDed
182
+ together. To join conditions with OR, use negative queries, or any
183
+ advanced search syntax, you must provide give the query in String
184
+ form.</p></dd>
185
+ <dt><em>object type</em>.transform(:all|<em>query</em>, <em>&amp;block</em>)</dt><dd><p>Aliased as <em>object type</em>.bulk_edit</p>
186
+
187
+ <p>Bulk edit objects by processing them with the (required) code <em>block</em>.
188
+ You can edit all objects of the given type by passing the Symbol
189
+ <code>:all</code> as the argument, or only a subset by passing a <em>query</em> as the
190
+ argument. The <em>query</em> is evaluated in the same way as with
191
+ <strong>search</strong>.</p>
192
+
193
+ <p>The return value of the code <em>block</em> is used to alter the behavior
194
+ of <code>transform</code>. If the value returned from the block is <code>nil</code> or
195
+ <code>false</code>, the object will not be saved. Otherwise, the object is
196
+ saved after being passed to the block. This behavior can be
197
+ exploited to create a dry run to test a data transformation.</p></dd>
198
+ </dl>
199
+
200
+
201
+ <h2 id="RECIPE-MODE">RECIPE MODE</h2>
202
+
203
+ <p>Recipe mode implements Chef's recipe DSL. Exhaustively documenting this
204
+ DSL is outside the scope of this document. See the following pages in
205
+ the Chef documentation for more information:</p>
206
+
207
+ <ul>
208
+ <li><a href="http://wiki.opscode.com/display/chef/Resources" data-bare-link="true">http://wiki.opscode.com/display/chef/Resources</a></li>
209
+ <li><a href="http://wiki.opscode.com/display/chef/Recipes" data-bare-link="true">http://wiki.opscode.com/display/chef/Recipes</a></li>
210
+ </ul>
211
+
212
+
213
+ <p>Once you have defined resources in the recipe, you can trigger a
214
+ convergence run via <code>run_chef</code></p>
215
+
216
+ <h2 id="EXAMPLES">EXAMPLES</h2>
217
+
218
+ <ul>
219
+ <li><p>A "Hello World" interactive recipe</p>
220
+
221
+ <p>chef > recipe<br />
222
+ chef:recipe > echo :off<br />
223
+ chef:recipe > file "/tmp/hello_world"<br />
224
+ chef:recipe > run_chef<br />
225
+ [Sat, 09 Apr 2011 08:56:56 -0700] INFO: Processing file[/tmp/hello_world] action create ((irb#1) line 2)<br />
226
+ [Sat, 09 Apr 2011 08:56:56 -0700] INFO: file[/tmp/hello_world] created file /tmp/hello_world<br />
227
+ chef:recipe > pp ls '/tmp'<br />
228
+ [".",<br />
229
+ "..",<br />
230
+ "hello_world"]</p></li>
231
+ <li><p>Search for <em>nodes</em> by role, and print their IP addresses</p>
232
+
233
+ <p>chef > nodes.find(:roles => 'monitoring-server') {|n| n[:ipaddress] }<br />
234
+ => ["10.254.199.5"]</p></li>
235
+ <li><p>Remove the role <em>obsolete</em> from every node in the system</p>
236
+
237
+ <p>chef > nodes.transform(:all) {|n| n.run_list.delete('role[obsolete]') }<br />
238
+ => [node[chef098b2.opschef.com], node[ree-woot], node[graphite-dev], node[fluke.localdomain], node[ghost.local], node[kallistec]]</p></li>
239
+ </ul>
240
+
241
+
242
+ <h2 id="BUGS">BUGS</h2>
243
+
244
+ <p>The name <code>shef</code> is clever in print but is confusing when spoken aloud.
245
+ Pronouncing <code>shef</code> as <code>chef console</code> is an imperfect workaround.</p>
246
+
247
+ <p><code>shef</code> often does not perfectly replicate the context in which
248
+ <span class="man-ref">chef-client<span class="s">(8)</span></span> configures a host, which may lead to discrepancies in
249
+ observed behavior.</p>
250
+
251
+ <p><code>shef</code> has to duplicate much code from chef-client's internal libraries
252
+ and may become out of sync with the behavior of those libraries.</p>
253
+
254
+ <h2 id="SEE-ALSO">SEE ALSO</h2>
255
+
256
+ <p> <span class="man-ref">chef-client<span class="s">(8)</span></span> <span class="man-ref">knife<span class="s">(1)</span></span>
257
+ <a href="http://wiki.opscode.com/display/chef/Shef" data-bare-link="true">http://wiki.opscode.com/display/chef/Shef</a></p>
258
+
259
+ <h2 id="AUTHOR">AUTHOR</h2>
260
+
261
+ <p> Chef was written by Adam Jacob <a href="&#x6d;&#97;&#105;&#x6c;&#x74;&#111;&#x3a;&#x61;&#100;&#x61;&#109;&#64;&#111;&#112;&#x73;&#99;&#111;&#x64;&#x65;&#x2e;&#99;&#111;&#x6d;" data-bare-link="true">&#97;&#x64;&#97;&#x6d;&#x40;&#x6f;&#112;&#x73;&#99;&#x6f;&#x64;&#x65;&#46;&#x63;&#111;&#x6d;</a> with many
262
+ contributions from the community. Shef was written by Daniel DeLeo.</p>
263
+
264
+ <h2 id="DOCUMENTATION">DOCUMENTATION</h2>
265
+
266
+ <p> This manual page was written by Daniel DeLeo <a href="&#109;&#x61;&#105;&#108;&#116;&#111;&#x3a;&#100;&#97;&#110;&#64;&#x6f;&#112;&#115;&#99;&#111;&#100;&#101;&#x2e;&#x63;&#x6f;&#109;" data-bare-link="true">&#100;&#x61;&#x6e;&#x40;&#111;&#x70;&#x73;&#x63;&#x6f;&#x64;&#101;&#x2e;&#x63;&#111;&#x6d;</a>.
267
+ Permission is granted to copy, distribute and / or modify this
268
+ document under the terms of the Apache 2.0 License.</p>
269
+
270
+ <h2 id="CHEF">CHEF</h2>
271
+
272
+ <p> Shef is distributed with Chef. <a href="http://wiki.opscode.com/display/chef/Home" data-bare-link="true">http://wiki.opscode.com/display/chef/Home</a></p>
273
+
274
+
275
+ <ol class='man-decor man-foot man foot'>
276
+ <li class='tl'>Chef 0.10.0.beta.9</li>
277
+ <li class='tc'>April 2011</li>
278
+ <li class='tr'>shef(1)</li>
279
+ </ol>
280
+
281
+ </div>
282
+ </body>
283
+ </html>
@@ -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.8" "Chef Manual"
4
+ .TH "KNIFE\-BOOTRAP" "1" "April 2011" "Chef 0.10.0.beta.9" "Chef Manual"
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBknife\-bootrap\fR \- Install Chef Client on a remote host
@@ -53,8 +53,8 @@ Execute the bootstrap via sudo
53
53
  \fB\-d\fR, \fB\-\-distro DISTRO\fR
54
54
  Bootstrap a distro using a template
55
55
  .
56
- .P
57
- Performs a Chef Bootstrap on the target node\. The goal of the bootstrap is to get Chef installed on the target system so it can run Chef Client with a Chef Server\. The main assumption is a baseline OS installation exists\. This sub\-command is used internally by some cloud computing server create commands and the others will be migrated in a future version of Chef\.
56
+ .SH "DESCRIPTION"
57
+ Performs a Chef Bootstrap on the target node\. The goal of the bootstrap is to get Chef installed on the target system so it can run Chef Client with a Chef Server\. The main assumption is a baseline OS installation exists\. This sub\-command is used internally by some cloud computing plugins\.
58
58
  .
59
59
  .P
60
60
  The bootstrap sub\-command supports supplying a template to perform the bootstrap steps\. If the distro is not specified (via \fB\-d\fR or \fB\-\-distro\fR option), an Ubuntu 10\.04 host bootstrapped with RubyGems is assumed\. The \fBDISTRO\fR value corresponds to the base filename of the template, in other words \fBDISTRO\fR\.erb\. A template file can be specified with the \fB\-\-template\-file\fR option in which case the \fBDISTRO\fR is not used\. The sub\-command looks in the following locations for the template to use:
@@ -71,7 +71,7 @@ The bootstrap sub\-command supports supplying a template to perform the bootstra
71
71
  .IP "" 0
72
72
  .
73
73
  .P
74
- The default bootstrap templates are scripts that get copied to the target node (FQDN)\. As of Chef 0\.9\.8, the following distros are supported:
74
+ The default bootstrap templates are scripts that get copied to the target node (FQDN)\. The following distros are supported:
75
75
  .
76
76
  .IP "\(bu" 4
77
77
  centos5\-gems
@@ -124,6 +124,58 @@ Have run Chef with its default run list if one is specfied\.
124
124
  .P
125
125
  Additional custom bootstrap templates can be created and stored in \fB\.chef/bootstrap/DISTRO\.erb\fR, replacing \fBDISTRO\fR with the value passed with the \fB\-d\fR or \fB\-\-distro\fR option\. See \fBEXAMPLES\fR for more information\.
126
126
  .
127
+ .SH "EXAMPLES"
128
+ Setting up a custom bootstrap is fairly straightforward\. Create a \fB\.chef/bootstrap\fR directory in your Chef Repository or in \fB$HOME/\.chef/bootstrap\fR\. Then create the ERB template file\.
129
+ .
130
+ .IP "" 4
131
+ .
132
+ .nf
133
+
134
+ mkdir ~/\.chef/bootstrap
135
+ vi ~/\.chef/bootstrap/debian5\.0\-apt\.erb
136
+ .
137
+ .fi
138
+ .
139
+ .IP "" 0
140
+ .
141
+ .P
142
+ For example, to create a new bootstrap template that should be used when setting up a new Debian node\. Edit the template to run the commands, set up the validation certificate and the client configuration file, and finally to run chef\-client on completion\. The bootstrap template can be called with:
143
+ .
144
+ .IP "" 4
145
+ .
146
+ .nf
147
+
148
+ knife bootstrap mynode\.example\.com \-\-template\-file ~/\.chef/bootstrap/debian5\.0\-apt\.erb
149
+ .
150
+ .fi
151
+ .
152
+ .IP "" 0
153
+ .
154
+ .P
155
+ Or,
156
+ .
157
+ .IP "" 4
158
+ .
159
+ .nf
160
+
161
+ knife bootstrap mynode\.example\.com \-\-distro debian5\.0\-apt
162
+ .
163
+ .fi
164
+ .
165
+ .IP "" 0
166
+ .
167
+ .P
168
+ The \fB\-\-distro\fR parameter will automatically look in the \fB~/\.chef/bootstrap\fR directory for a file named \fBdebian5\.0\-apt\.erb\fR\.
169
+ .
170
+ .P
171
+ Templates provided by the Chef installation are located in \fBBASEDIR/lib/chef/knife/bootstrap/*\.erb\fR, where \fIBASEDIR\fR is the location where the package or Gem installed the Chef client libraries\.
172
+ .
173
+ .SH "BUGS"
174
+ \fBknife bootstrap\fR is not capable of bootstrapping multiple hosts in parallel\.
175
+ .
176
+ .P
177
+ The bootstrap script is passed as an argument to sh(1) on the remote system, so sensitive information contained in the script will be visible to other users via the process list using tools such as ps(1)\.
178
+ .
127
179
  .SH "SEE ALSO"
128
180
  \fBknife\-ssh\fR(1)
129
181
  .
@@ -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.8" "Chef Manual"
4
+ .TH "KNIFE\-CLIENT" "1" "April 2011" "Chef 0.10.0.beta.9" "Chef Manual"
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBknife\-client\fR \- Manage Chef API Clients
@@ -9,16 +9,8 @@
9
9
  .SH "SYNOPSIS"
10
10
  \fBknife\fR \fBclient\fR \fIsub\-command\fR \fI(options)\fR
11
11
  .
12
- .SH "DESCRIPTION"
13
- Clients are identities used for communication with the Chef Server API, roughly equivalent to user accounts on the Chef Server, except that clients only communicate with the Chef Server API and are authenticated via request signatures\.
14
- .
15
- .P
16
- In the typical case, there will be one client object on the server for each node, and the corresponding client and node will have identical names\.
17
- .
18
- .P
19
- In the Chef authorization model, there is one special client, the "validator", which is authorized to create new non\-administrative clients but has minimal privileges otherwise\. This identity is used as a sort of "guest account" to create a client identity when initially setting up a host for management with Chef\.
20
- .
21
- .SH "CLIENT SUB\-COMMANDS"
12
+ .SH "SUB\-COMMANDS"
13
+ Client subcommands follow a basic create, read, update, delete (CRUD) pattern\. The Following subcommands are available:
22
14
  .
23
15
  .SH "BULK DELETE"
24
16
  \fBknife client bulk delete\fR \fIregex\fR \fI(options)\fR
@@ -85,6 +77,15 @@ Show only one attribute
85
77
  .P
86
78
  Show a client\. Output format is determined by the \-\-format option\.
87
79
  .
80
+ .SH "DESCRIPTION"
81
+ Clients are identities used for communication with the Chef Server API, roughly equivalent to user accounts on the Chef Server, except that clients only communicate with the Chef Server API and are authenticated via request signatures\.
82
+ .
83
+ .P
84
+ In the typical case, there will be one client object on the server for each node, and the corresponding client and node will have identical names\.
85
+ .
86
+ .P
87
+ In the Chef authorization model, there is one special client, the "validator", which is authorized to create new non\-administrative clients but has minimal privileges otherwise\. This identity is used as a sort of "guest account" to create a client identity when initially setting up a host for management with Chef\.
88
+ .
88
89
  .SH "SEE ALSO"
89
90
  \fBknife\-node\fR(1)
90
91
  .
@@ -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.8" "Chef Manual"
4
+ .TH "KNIFE\-CONFIGURE" "1" "April 2011" "Chef 0.10.0.beta.9" "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.8" "Chef Manual"
4
+ .TH "KNIFE\-COOKBOOK\-SITE" "1" "April 2011" "Chef 0.10.0.beta.9" "Chef Manual"
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBknife\-cookbook\-site\fR \- Install and update open source cookbooks
@@ -10,10 +10,43 @@
10
10
  \fBknife\fR \fBcookbook site\fR \fIsub\-command\fR \fI(options)\fR
11
11
  .
12
12
  .SH "COOKBOOK SITE SUB\-COMMANDS"
13
- The following sub\-commands are still in the context of cookbooks, but they make use of Opscode\'s Cookbook Community site, \fIhttp://cookbooks\.opscode\.com/\fR\. That site has an API, and these sub\-commands utilize that API, rather than the Chef Server API\.
13
+ \fBknife cookbook site\fR provides the following subcommands:
14
+ .
15
+ .SH "INSTALL"
16
+ \fBcookbook site install COOKBOOK [VERSION]\fR \fI(options)\fR
17
+ .
18
+ .TP
19
+ \fB\-d\fR, \fB\-\-dependencies\fR
20
+ Grab dependencies automatically
21
+ .
22
+ .P
23
+ Uses git(1) version control in conjunction with the cookbook site to install community contributed cookbooks to your local cookbook repository\. Running \fBknife cookbook site install\fR does the following:
24
+ .
25
+ .IP "1." 4
26
+ A new "pristine copy" branch is created in git for tracking the upstream;
27
+ .
28
+ .IP "2." 4
29
+ All existing cookbooks are removed from the branch;
30
+ .
31
+ .IP "3." 4
32
+ The cookbook is downloaded from the cookbook site in tarball form;
33
+ .
34
+ .IP "4." 4
35
+ The downloaded cookbook is untarred, and its contents commited via git;
36
+ .
37
+ .IP "5." 4
38
+ The pristine copy branch is merged into the master branch\.
39
+ .
40
+ .IP "" 0
41
+ .
42
+ .P
43
+ By installing cookbook with this process, you can locally modify the upstream cookbook in your master branch ant let git maintain your changes as a separate patch\. When an updated upstream version becomes available, you will be able to merge the upstream changes while maintaining your local modifications\.
14
44
  .
15
45
  .P
16
- \fBcookbook site download COOKBOOK [VERSION]\fR \fI(options)\fR
46
+ If \fI\-d\fR is specified, the process is applied recursively to all the cookbooks \fICOOKBOOK\fR depends on (via metadata \fIdependencies\fR)\.
47
+ .
48
+ .SH "DOWNLOAD"
49
+ \fBknife cookbook site download COOKBOOK [VERSION]\fR \fI(options)\fR
17
50
  .
18
51
  .TP
19
52
  \fB\-f\fR, \fB\-\-file FILE\fR
@@ -22,8 +55,8 @@ The filename to write to
22
55
  .P
23
56
  Downloads a specific cookbook from the Community site, optionally specifying a certain version\.
24
57
  .
25
- .P
26
- \fBcookbook site list\fR \fI(options)\fR
58
+ .SH "LIST"
59
+ \fBknife cookbook site list\fR \fI(options)\fR
27
60
  .
28
61
  .TP
29
62
  \fB\-w\fR, \fB\-\-with\-uri\fR
@@ -32,14 +65,14 @@ Show corresponding URIs
32
65
  .P
33
66
  Lists available cookbooks from the Community site\.
34
67
  .
35
- .P
36
- \fBcookbook site search QUERY\fR \fI(options)\fR
68
+ .SH "SEARCH"
69
+ \fBknife cookbook site search QUERY\fR \fI(options)\fR
37
70
  .
38
71
  .P
39
- Searches the Community site with the specified query\.
72
+ Searches for available cookbooks matching the specified query\.
40
73
  .
41
- .P
42
- \fBcookbook site share COOKBOOK CATEGORY\fR \fI(options)\fR
74
+ .SH "SHARE"
75
+ \fBknife cookbook site share COOKBOOK CATEGORY\fR \fI(options)\fR
43
76
  .
44
77
  .TP
45
78
  \fB\-k\fR, \fB\-\-key KEY\fR
@@ -54,32 +87,41 @@ API Client Username
54
87
  A colon\-separated path to look for cookbooks in
55
88
  .
56
89
  .P
57
- Uploads the specified cookbook using the given category to the Opscode cookbooks site\. Requires a login user and certificate for the Opscode Cookbooks site\. See \fBEXAMPLES\fR for usage if the Opscode user and certificate pair are not used for authenticating with the Chef Server\. In other words, if the Chef Server is not the Opscode Platform\.
90
+ Uploads the specified cookbook using the given category to the Opscode cookbooks site\. Requires a login user and certificate for the Opscode Cookbooks site\. By default, knife will use the username and API key you\'ve configured in your configuration file; otherwise you must explicitly set these values on the command line or use an alternate configuration file\.
58
91
  .
59
- .P
60
- \fBcookbook site unshare COOKBOOK\fR
92
+ .SH "UNSHARE"
93
+ \fBknife cookbook site unshare COOKBOOK\fR
61
94
  .
62
95
  .P
63
96
  Stops sharing the specified cookbook on the Opscode cookbooks site\.
64
97
  .
65
- .P
66
- \fBcookbook site show COOKBOOK [VERSION]\fR \fI(options)\fR
98
+ .SH "SHOW"
99
+ \fBknife cookbook site show COOKBOOK [VERSION]\fR \fI(options)\fR
67
100
  .
68
101
  .P
69
102
  Shows information from the site about a particular cookbook\.
70
103
  .
104
+ .SH "DESCRIPTION"
105
+ The cookbook site, \fIhttp://community\.opscode\.com/\fR, is a cookbook distribution service operated by Opscode\. This service provides users with a central location to publish cookbooks for sharing with other community members\.
106
+ .
71
107
  .P
72
- \fBcookbook site vendor COOKBOOK [VERSION]\fR \fI(options)\fR
108
+ \fBknife cookbook site\fR commands provide an interface to the cookbook site\'s HTTP API\. For commands that read data from the API, no account is required\. In order to upload cookbooks using the \fBknife cookbook site share\fR command, you must create an account on the cookbook site and configure your credentials via command line option or in your knife configuration file\.
73
109
  .
74
- .TP
75
- \fB\-d\fR, \fB\-\-dependencies\fR
76
- Grab dependencies automatically
110
+ .SH "EXAMPLES"
111
+ Uploading cookbooks to the Opscode cookbooks site:
77
112
  .
78
- .P
79
- Uses \fBgit\fR version control in conjunction with the cookbook site to download upstream cookbooks\. A new vendor branch is created in git, the cookbook downloaded from the site and untarred, then the master branch is merged\. This allows the user to track upstream changes to cookbooks while merging in customizations\. If \fI\-d\fR is specified, all the cookbooks it depends on (via metadata \fIdependencies\fR) are downloaded and untarred as well, each using their own vendor branch\.
113
+ .IP "" 4
114
+ .
115
+ .nf
116
+
117
+ knife cookbook site share example Other \-k ~/\.chef/USERNAME\.pem \-u USERNAME
118
+ .
119
+ .fi
120
+ .
121
+ .IP "" 0
80
122
  .
81
123
  .SH "SEE ALSO"
82
- \fBknife\-environment\fR(1)
124
+ \fBknife\-cookbook(1)\fR \fIhttp://community\.opscode\.com/cookbooks\fR
83
125
  .
84
126
  .SH "AUTHOR"
85
127
  Chef was written by Adam Jacob \fIadam@opscode\.com\fR with many contributions from the community\.