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.
Files changed (86) hide show
  1. data/README.rdoc +2 -0
  2. data/distro/common/html/chef-client.8.html +141 -0
  3. data/distro/common/html/chef-expander-cluster.8.html +164 -0
  4. data/distro/common/html/chef-expanderctl.8.html +146 -0
  5. data/distro/common/html/chef-server-webui.8.html +185 -0
  6. data/distro/common/html/chef-server.8.html +182 -0
  7. data/distro/common/html/chef-solo.8.html +191 -0
  8. data/distro/common/html/chef-solr.8.html +163 -0
  9. data/distro/common/html/knife-bootstrap.1.html +3 -3
  10. data/distro/common/html/knife-client.1.html +3 -3
  11. data/distro/common/html/knife-configure.1.html +1 -1
  12. data/distro/common/html/knife-cookbook-site.1.html +3 -3
  13. data/distro/common/html/knife-cookbook.1.html +3 -3
  14. data/distro/common/html/knife-data-bag.1.html +1 -1
  15. data/distro/common/html/knife-environment.1.html +3 -3
  16. data/distro/common/html/knife-exec.1.html +3 -3
  17. data/distro/common/html/knife-index.1.html +1 -1
  18. data/distro/common/html/knife-node.1.html +3 -3
  19. data/distro/common/html/knife-recipe.1.html +1 -1
  20. data/distro/common/html/knife-role.1.html +3 -3
  21. data/distro/common/html/knife-search.1.html +3 -3
  22. data/distro/common/html/knife-ssh.1.html +3 -3
  23. data/distro/common/html/knife-status.1.html +3 -3
  24. data/distro/common/html/knife-tag.1.html +3 -3
  25. data/distro/common/html/knife.1.html +3 -3
  26. data/distro/common/html/shef.1.html +3 -3
  27. data/distro/common/man/man1/knife-bootstrap.1 +1 -1
  28. data/distro/common/man/man1/knife-client.1 +1 -1
  29. data/distro/common/man/man1/knife-configure.1 +1 -1
  30. data/distro/common/man/man1/knife-cookbook-site.1 +1 -1
  31. data/distro/common/man/man1/knife-cookbook.1 +1 -1
  32. data/distro/common/man/man1/knife-data-bag.1 +1 -1
  33. data/distro/common/man/man1/knife-environment.1 +1 -1
  34. data/distro/common/man/man1/knife-exec.1 +1 -1
  35. data/distro/common/man/man1/knife-index.1 +1 -1
  36. data/distro/common/man/man1/knife-node.1 +1 -1
  37. data/distro/common/man/man1/knife-role.1 +1 -1
  38. data/distro/common/man/man1/knife-search.1 +1 -1
  39. data/distro/common/man/man1/knife-ssh.1 +1 -1
  40. data/distro/common/man/man1/knife-status.1 +1 -1
  41. data/distro/common/man/man1/knife-tag.1 +1 -1
  42. data/distro/common/man/man1/knife.1 +1 -1
  43. data/distro/common/man/man1/shef.1 +1 -1
  44. data/distro/common/man/man8/chef-client.8 +53 -32
  45. data/distro/common/man/man8/chef-expander-cluster.8 +97 -0
  46. data/distro/common/man/man8/chef-expanderctl.8 +62 -0
  47. data/distro/common/man/man8/chef-server-webui.8 +121 -72
  48. data/distro/common/man/man8/chef-server.8 +113 -73
  49. data/distro/common/man/man8/chef-solo.8 +131 -30
  50. data/distro/common/man/man8/chef-solr.8 +85 -26
  51. data/distro/common/markdown/man8/chef-client.mkd +65 -0
  52. data/distro/common/markdown/man8/chef-expander-cluster.mkd +82 -0
  53. data/distro/common/markdown/man8/chef-expanderctl.mkd +58 -0
  54. data/distro/common/markdown/man8/chef-server-webui.mkd +121 -0
  55. data/distro/common/markdown/man8/chef-server.mkd +121 -0
  56. data/distro/common/markdown/man8/chef-solo.mkd +107 -0
  57. data/distro/common/markdown/man8/chef-solr.mkd +85 -0
  58. data/lib/chef/config.rb +1 -1
  59. data/lib/chef/cookbook/metadata.rb +1 -0
  60. data/lib/chef/cookbook_uploader.rb +12 -5
  61. data/lib/chef/couchdb.rb +21 -21
  62. data/lib/chef/file_access_control.rb +4 -4
  63. data/lib/chef/knife.rb +11 -3
  64. data/lib/chef/knife/bootstrap/centos5-gems.erb +13 -7
  65. data/lib/chef/knife/bootstrap/fedora13-gems.erb +1 -1
  66. data/lib/chef/knife/bootstrap/ubuntu10.04-apt.erb +2 -2
  67. data/lib/chef/knife/bootstrap/ubuntu10.04-gems.erb +1 -1
  68. data/lib/chef/knife/client_create.rb +1 -1
  69. data/lib/chef/knife/configure.rb +10 -1
  70. data/lib/chef/knife/cookbook_bulk_delete.rb +13 -3
  71. data/lib/chef/knife/cookbook_site_download.rb +5 -5
  72. data/lib/chef/knife/cookbook_site_install.rb +5 -5
  73. data/lib/chef/knife/cookbook_site_list.rb +6 -2
  74. data/lib/chef/knife/cookbook_site_search.rb +1 -1
  75. data/lib/chef/knife/cookbook_site_show.rb +3 -3
  76. data/lib/chef/knife/cookbook_upload.rb +7 -8
  77. data/lib/chef/knife/core/ui.rb +1 -1
  78. data/lib/chef/knife/node_bulk_delete.rb +37 -3
  79. data/lib/chef/knife/recipe_list.rb +0 -1
  80. data/lib/chef/knife/role_bulk_delete.rb +27 -4
  81. data/lib/chef/mixin/language.rb +2 -2
  82. data/lib/chef/resource/deploy_revision.rb +5 -0
  83. data/lib/chef/rest.rb +5 -8
  84. data/lib/chef/version.rb +1 -1
  85. data/lib/chef/version_class.rb +4 -4
  86. metadata +20 -4
@@ -0,0 +1,58 @@
1
+ chef-expanderctl(8) -- management program for chef-expander
2
+ ========================================
3
+
4
+ ## SYNOPSIS
5
+
6
+ __chef-expanderctl__ _COMMAND_
7
+
8
+ __Commands:__
9
+
10
+ * `help`:
11
+ Show help message
12
+ * `queue-depth`:
13
+ display the aggregate queue backlog
14
+ * `queue-status`:
15
+ show the backlog and consumer count for each vnode queue
16
+ * `node-status`:
17
+ show the status of the nodes in the cluster
18
+ * `log-level`:
19
+ sets the log level of all nodes in the cluster
20
+
21
+ ## DESCRIPTION
22
+
23
+ Chef-expanderctl is a management program that allows
24
+ you to get status information or change the logging
25
+ verbosity (without restarting). chef-expanderctl has
26
+ the following commands:
27
+
28
+ * __chef-expanderctl help__
29
+ prints usage.
30
+ * __chef-expanderctl queue-depth__
31
+ Shows the total number of messages in the queues.
32
+ * __chef-expanderctl queue-status__
33
+ Show the number of messages in each queue. This is mainly of use when
34
+ debugging a Chef Expander cluster.
35
+ * __chef-expanderctl log-level LEVEL__
36
+ Sets the log level on a running Chef Expander or cluster.
37
+ If you suspect that a worker process is stuck, as long as you are using
38
+ clustered operation, you can simply kill the worker process and it will
39
+ be restarted by the master process.
40
+
41
+ ## SEE ALSO
42
+
43
+ __chef-expander-cluster__(8)
44
+ __chef-solr__(8)
45
+
46
+ Full documentation for Chef and chef-server is located on the Chef
47
+ wiki, http://wiki.opscode.com/display/chef/Home.
48
+
49
+ ## AUTHOR
50
+
51
+ Chef was written by Adam Jacob <adam@ospcode.com> of Opscode
52
+ (http://www.opscode.com), with contributions from the community. This
53
+ manual page was created by Nuo Yan <nuo@opscode.com>. Permission is
54
+ granted to copy, distribute and / or modify this document under the
55
+ terms of the Apache 2.0 License.
56
+
57
+ On Debian systems, the complete text of the Apache 2.0 License can be
58
+ found in /usr/share/common-licenses/Apache-2.0.
@@ -0,0 +1,121 @@
1
+ chef-server-webui(8) -- Start the Chef Server merb application slice providing Web User Interface (Management Console).
2
+ ========================================
3
+
4
+ ## SYNOPSIS
5
+
6
+ __chef-server-webui__ _(options)_
7
+
8
+ * `-u`, `--user USER`:
9
+ This flag is for having chef-server-webui run as a user other than the
10
+ one currently logged in. Note: if you set this you must also provide a
11
+ --group option for it to take effect.
12
+ * `-G`, `--group GROUP`:
13
+ This flag is for having chef-server-webui run as a group other than the
14
+ one currently logged in. Note: if you set this you must also provide a
15
+ --user option for it to take effect.
16
+ * `-d`, `--daemonize`:
17
+ This will run a single chef-server-webui in the background.
18
+ * `-N`, `--no-daemonize`:
19
+ This will allow you to run a cluster in console mode.
20
+ * `-c`, `--cluster-nodes NUM_MERBS`:
21
+ Number of merb daemons to run for chef-server-webui.
22
+ * `-I`, `--init-file FILE`:
23
+ File to use for initialization on load, defaults to config/init.rb.
24
+ * `-p`, `--port PORTNUM`:
25
+ Port to run chef-server-webui on, defaults to 4040. Additional nodes (-c)
26
+ listen on incrementing port numbers.
27
+ * `-o`, `--socket-file FILE`:
28
+ Socket file to run chef-server-webui on, defaults to
29
+ [Merb.root]/log/merb.sock. This is for web servers, like thin, that use
30
+ sockets. Specify this *only* if you *must*.
31
+ * `-s`, `--socket SOCKNUM`:
32
+ Socket number to run chef-server-webui on, defaults to 0.
33
+ * `-n`, `--name NAME`:
34
+ Set the name of the application. This is used in the process title and
35
+ log file names.
36
+ * `-P`, `--pid PIDFILE`:
37
+ PID file, defaults to [Merb.root]/log/merb.main.pid for the master
38
+ process and[Merb.root]/log/merb.[port number].pid for worker processes.
39
+ For clusters, use %s to specify where in the file chef-server-webui
40
+ should place the port number. For instance: -P myapp.%s.pid.
41
+ * `-h`, `--host HOSTNAME`:
42
+ Host to bind to (default is 0.0.0.0).
43
+ * `-m`, `--merb-root PATH_TO_APP_ROOT`:
44
+ The path to the Merb.root for the app you want to run
45
+ (default is current working directory).
46
+ * `-a`, `--adapter ADAPTER`:
47
+ The rack adapter to use to run chef-server-webui (default is mongrel)
48
+ [mongrel, emongrel, thin, ebb, fastcgi, webrick].
49
+ * `-R`, `--rackup FILE`:
50
+ Load an alternate Rack config file (default is config/rack.rb).
51
+ * `-i`, `--irb-console`:
52
+ This flag will start chef-server-webui in irb console mode. All your models
53
+ and other classes will be available for you in an irb session.
54
+ * `-S`, `--sandbox`:
55
+ This flag will enable a sandboxed irb console. If your ORM supports
56
+ transactions, all edits will be rolled back on exit.
57
+ * `-l`, `--log-level LEVEL`:
58
+ Log levels can be set to any of these options:
59
+ debug < info < warn < error < fatal (default is info).
60
+ * `-L`, `--log LOGFILE`:
61
+ A string representing the logfile to use. Defaults to
62
+ [Merb.root]/log/merb.[main].log for the master process and
63
+ [Merb.root]/log/merb[port number].logfor worker processes.
64
+ * `-e`, `--environment STRING`:
65
+ Environment to run Merb under [development, production, testing]
66
+ (default is development).
67
+ * `-r`, `--script-runner ['RUBY CODE'| FULL_SCRIPT_PATH]`:
68
+ Command-line option to run scripts and/or code in the chef-server-webui
69
+ app.
70
+ * `-K`, `-graceful PORT or all`:
71
+ Gracefully kill chef-server-webui proceses by port number.
72
+ Use chef-server -K all to gracefully kill all merbs.
73
+ * `-k`, `--kill PORT`:
74
+ Force kill one merb worker by port number. This will cause the worker
75
+ to be respawned.
76
+ * `--fast-deploy`:
77
+ Reload the code, but not yourinit.rb or gems.
78
+ * `-X`, `--mutex on/off`:
79
+ This flag is for turning the mutex lock on and off.
80
+ * `-D`, `--debugger`:
81
+ Run chef-server-webui using rDebug.
82
+ * `-V`, `--verbose`:
83
+ Print extra information.
84
+ * `-C`, `--console-trap`:
85
+ Enter an irb console on ^C.
86
+ * `-?`, `-H`, `--help`:
87
+ Show this help message.
88
+
89
+ ## DESCRIPTION
90
+
91
+ The Chef Server WebUI (Management Console) is a Merb application slice.
92
+ The default listen port is 4040.
93
+
94
+ The Management Console is Chef Server's web interface. Nodes, roles,
95
+ cookbooks, data bags, and API clients can be managed through the Management
96
+ Console. Search can also be done on the console.
97
+
98
+ In order to start using the Management Console, you need to first create
99
+ a user or change the default password on the "admin" user.
100
+
101
+ The default credentials are:
102
+
103
+ - `Username`: admin
104
+ - `Password`: p@ssw0rd1
105
+
106
+ ## SEE ALSO
107
+
108
+ Full documentation for Chef and chef-server-webui (Management Console)
109
+ is located on the Chef wiki, http://wiki.opscode.com/display/chef/Home.
110
+
111
+ ## AUTHOR
112
+
113
+ Chef was written by Adam Jacob <adam@ospcode.com> of Opscode
114
+ (http://www.opscode.com), with contributions from the community. This
115
+ manual page was written by Joshua Timberman <joshua@opscode.com> with
116
+ help2man for the Debian project (but may be used by others). Permission
117
+ is granted to copy, distribute and / or modify this document under the
118
+ terms of the Apache 2.0 License.
119
+
120
+ On Debian systems, the complete text of the Apache 2.0 License can be
121
+ found in /usr/share/common-licenses/Apache-2.0.
@@ -0,0 +1,121 @@
1
+ chef-server(8) - Start the Chef Server merb application slice.
2
+ ========================================
3
+
4
+ ## SYNOPSIS
5
+
6
+ __chef-server__ _(options)_
7
+
8
+ * `-u`, `--user USER`:
9
+ This flag is for having chef-server-webui run as a user other than the
10
+ one currently logged in. Note: if you set this you must also provide a
11
+ --group option for it to take effect.
12
+ * `-G`, `--group GROUP`:
13
+ This flag is for having chef-server-webui run as a group other than the
14
+ one currently logged in. Note: if you set this you must also provide a
15
+ --user option for it to take effect.
16
+ * `-d`, `--daemonize`:
17
+ This will run a single chef-server-webui in the background.
18
+ * `-N`, `--no-daemonize`:
19
+ This will allow you to run a cluster in console mode.
20
+ * `-c`, `--cluster-nodes NUM_MERBS`:
21
+ Number of merb daemons to run for chef-server-webui.
22
+ * `-I`, `--init-file FILE`:
23
+ File to use for initialization on load, defaults to config/init.rb.
24
+ * `-p`, `--port PORTNUM`:
25
+ Port to run chef-server-webui on, defaults to 4040. Additional nodes (-c)
26
+ listen on incrementing port numbers.
27
+ * `-o`, `--socket-file FILE`:
28
+ Socket file to run chef-server-webui on, defaults to
29
+ [Merb.root]/log/merb.sock. This is for web servers, like thin, that use
30
+ sockets. Specify this *only* if you *must*.
31
+ * `-s`, `--socket SOCKNUM`:
32
+ Socket number to run chef-server-webui on, defaults to 0.
33
+ * `-n`, `--name NAME`:
34
+ Set the name of the application. This is used in the process title and
35
+ log file names.
36
+ * `-P`, `--pid PIDFILE`:
37
+ PID file, defaults to [Merb.root]/log/merb.main.pid for the master
38
+ process and[Merb.root]/log/merb.[port number].pid for worker processes.
39
+ For clusters, use %s to specify where in the file chef-server-webui
40
+ should place the port number. For instance: -P myapp.%s.pid.
41
+ * `-h`, `--host HOSTNAME`:
42
+ Host to bind to (default is 0.0.0.0).
43
+ * `-m`, `--merb-root PATH_TO_APP_ROOT`:
44
+ The path to the Merb.root for the app you want to run
45
+ (default is current working directory).
46
+ * `-a`, `--adapter ADAPTER`:
47
+ The rack adapter to use to run chef-server-webui (default is mongrel)
48
+ [mongrel, emongrel, thin, ebb, fastcgi, webrick].
49
+ * `-R`, `--rackup FILE`:
50
+ Load an alternate Rack config file (default is config/rack.rb).
51
+ * `-i`, `--irb-console`:
52
+ This flag will start chef-server-webui in irb console mode. All your models
53
+ and other classes will be available for you in an irb session.
54
+ * `-S`, `--sandbox`:
55
+ This flag will enable a sandboxed irb console. If your ORM supports
56
+ transactions, all edits will be rolled back on exit.
57
+ * `-l`, `--log-level LEVEL`:
58
+ Log levels can be set to any of these options:
59
+ debug < info < warn < error < fatal (default is info).
60
+ * `-L`, `--log LOGFILE`:
61
+ A string representing the logfile to use. Defaults to
62
+ [Merb.root]/log/merb.[main].log for the master process and
63
+ [Merb.root]/log/merb[port number].logfor worker processes.
64
+ * `-e`, `--environment STRING`:
65
+ Environment to run Merb under [development, production, testing]
66
+ (default is development).
67
+ * `-r`, `--script-runner ['RUBY CODE'| FULL_SCRIPT_PATH]`:
68
+ Command-line option to run scripts and/or code in the chef-server-webui
69
+ app.
70
+ * `-K`, `-graceful PORT or all`:
71
+ Gracefully kill chef-server-webui proceses by port number.
72
+ Use chef-server -K all to gracefully kill all merbs.
73
+ * `-k`, `--kill PORT`:
74
+ Force kill one merb worker by port number. This will cause the worker
75
+ to be respawned.
76
+ * `--fast-deploy`:
77
+ Reload the code, but not yourinit.rb or gems.
78
+ * `-X`, `--mutex on/off`:
79
+ This flag is for turning the mutex lock on and off.
80
+ * `-D`, `--debugger`:
81
+ Run chef-server-webui using rDebug.
82
+ * `-V`, `--verbose`:
83
+ Print extra information.
84
+ * `-C`, `--console-trap`:
85
+ Enter an irb console on ^C.
86
+ * `-?`, `-H`, `--help`:
87
+ Show this help message.
88
+
89
+ ## DESCRIPTION
90
+
91
+ The Chef Server provides a central point for the distribution of Cookbooks,
92
+ management and authentication of Nodes, and the use of Search. It provides
93
+ a REST API.
94
+
95
+ The API service is what clients use to interact with the server to manage
96
+ node configuration in Chef. By default, the service is started on port 4000
97
+ as a Merb application slice running with the thin server adapter.
98
+
99
+ The two methods of interaction with the API for humans are the command-line
100
+ tool Knife and the Management Console. The Chef Client library is used for
101
+ interacting with the API for client nodes.
102
+
103
+ ## SEE ALSO
104
+
105
+ __chef-client__(8)
106
+ __chef-server-webui__(8)
107
+ __knife__(1)
108
+
109
+ Full documentation for Chef and chef-server is located on the Chef
110
+ wiki, http://wiki.opscode.com/display/chef/Home.
111
+
112
+ ## AUTHOR
113
+
114
+ Chef was written by Adam Jacob <adam@ospcode.com> of Opscode
115
+ (http://www.opscode.com), with contributions from the community. This
116
+ manual page was written by Joshua Timberman <joshua@opscode.com> with
117
+ help2man. Permission is granted to copy, distribute and / or modify
118
+ this document under the terms of the Apache 2.0 License.
119
+
120
+ On Debian systems, the complete text of the Apache 2.0 License can be
121
+ found in /usr/share/common-licenses/Apache-2.0.
@@ -0,0 +1,107 @@
1
+ chef-solo(8) -- Runs chef in solo mode against a specified cookbook location.
2
+ ========================================
3
+
4
+ ## SYNOPSIS
5
+
6
+ __chef-solo__ _(options)_
7
+
8
+ * `-c`, `--config CONFIG`:
9
+ The configuration file to use
10
+ * `-d`, `--daemonize`:
11
+ Daemonize the process
12
+ * `-g`, `--group GROUP`:
13
+ Group to set privilege to
14
+ * `-i`, `--interval SECONDS`:
15
+ Run chef-client periodically, in seconds
16
+ * `-j`, `--json-attributes JSON_ATTRIBS`:
17
+ Load attributes from a JSON file or URL
18
+ * `-l`, `--log_level LEVEL`:
19
+ Set the log level (debug, info, warn, error, fatal)
20
+ * `-L`, `--logfile LOGLOCATION`:
21
+ Set the log file location, defaults to STDOUT - recommended for
22
+ daemonizing
23
+ * `-N`, `--node-name NODE_NAME`:
24
+ The node name for this client
25
+ * `-r`, `--recipe-url RECIPE_URL`:
26
+ Pull down a remote gzipped tarball of recipes and untar it to the
27
+ cookbook cache.
28
+ * `-s`, `--splay SECONDS`:
29
+ The splay time for running at intervals, in seconds
30
+ * `-u`, `--user USER`:
31
+ User to set privilege to
32
+ * `-v`, `--version`:
33
+ Show chef version
34
+ * `-h`, `--help`:
35
+ Show this message
36
+
37
+ ## DESCRIPTION
38
+
39
+ Chef Solo allows you to run Chef Cookbooks in the absence of a Chef Server.
40
+ To do this, the complete cookbook needs to be present on disk.
41
+
42
+ By default Chef Solo will look in /etc/chef/solo.rb for its configuration.
43
+ This configuration file has two required variables: file_cache_path and
44
+ cookbook_path.
45
+
46
+ For example:
47
+ file_cache_path "/var/chef-solo"
48
+ cookbook_path "/var/chef-solo/cookbooks"
49
+
50
+ For your own systems, you can change this to reflect any directory you like,
51
+ but you'll need to specify absolute paths and the cookbook_path directory
52
+ should be a subdirectory of the file_cache_path.
53
+
54
+ You can also specify cookbook_path as an array, passing multiple locations
55
+ to search for cookbooks.
56
+
57
+ For example:
58
+ file_cache_path "/var/chef-solo"
59
+ cookbook_path ["/var/chef-solo/cookbooks", "/var/chef-solo/site-cookbooks"]
60
+
61
+ Note that earlier entries are now overridden by later ones.
62
+
63
+ Since chef-solo doesn't have any interaction with a Chef Server, you'll need
64
+ to specify node-specifc attributes in a JSON file. This can be located on the
65
+ target system itself, or it can be stored on a remote server such as S3, or a
66
+ web server on your network.
67
+
68
+ Within the JSON file, you'll also specify the recipes that Chef should run in
69
+ the "run_list". An example JSON file, which sets a resolv.conf:
70
+
71
+ {
72
+ "resolver": {
73
+ "nameservers": [ "10.0.0.1" ],
74
+ "search":"int.example.com"
75
+ },
76
+ "run_list": [ "recipe[resolver]" ]
77
+ }
78
+
79
+ Then you can run chef-solo with -j to specify the JSON file. It will look for
80
+ cookbooks in the cookbook_path configured in the configuration file, and apply
81
+ attributes and use the run_list from the JSON file specified.
82
+
83
+ You can use -c to specify the path to the configuration file (if you don't want
84
+ chef-solo to use the default). You can also specify -r for a cookbook tarball.
85
+
86
+ For example:
87
+ chef-solo -c ~/solo.rb -j ~/node.json -r http://www.example.com/chef-solo.tar.gz
88
+
89
+ In the above case, chef-solo would extract the tarball to your specified
90
+ cookbook_path, use ~/solo.rb as the configuration file, and apply attributes
91
+ and use the run_list from ~/node.json.
92
+
93
+ ## SEE ALSO
94
+
95
+ Full documentation for Chef and chef-solo is located on the Chef wiki,
96
+ http://wiki.opscode.com/display/chef/Home.
97
+
98
+ ## AUTHOR
99
+
100
+ Chef was written by Adam Jacob <adam@ospcode.com> of Opscode
101
+ (http://www.opscode.com), with contributions from the community. This
102
+ manual page was written by Joshua Timberman <joshua@opscode.com> with
103
+ help2man. Permission is granted to copy, distribute and / or modify
104
+ this document under the terms of the Apache 2.0 License.
105
+
106
+ On Debian systems, the complete text of the Apache 2.0 License can be
107
+ found in /usr/share/common-licenses/Apache-2.0.
@@ -0,0 +1,85 @@
1
+ chef-solr(8) -- Runs as Chef's search server
2
+ ========================================
3
+
4
+ ## SYNOPSIS
5
+
6
+ __chef-solr__ _(options)_
7
+
8
+ * `-c`, `--config CONFIG`:
9
+ The configuration file to use
10
+ * `-d`, `--daemonize`:
11
+ Daemonize the process
12
+ * `-g`, `--group GROUP`:
13
+ Group to set privilege to
14
+ * `-l`, `--log_level LEVEL`:
15
+ Set the log level (debug, info, warn, error, fatal)
16
+ * `-L`, `--logfile LOGLOCATION`:
17
+ Set the log file location, defaults to STDOUT - recommended for daemonizing
18
+ * `-D`, `--solr-data-dir PATH`:
19
+ Where the Solr data lives
20
+ * `-x`, `--solor-heap-size SIZE`:
21
+ Set the size of the Java Heap
22
+ * `-H`, `--solr-home-dir PATH`:
23
+ Solr home directory
24
+ * `-j`, `--java-opts OPTS`:
25
+ Raw options passed to Java
26
+ * `-W`, `--solr-jetty-dir PATH`:
27
+ Where to place the Solr Jetty instance
28
+ * `-u`, `--user USER`:
29
+ User to set privilege to
30
+ * `-v`, `--version`:
31
+ Show chef-solr version
32
+ * `-h`, `--help`:
33
+ Show this message
34
+
35
+ ## DESCRIPTION
36
+
37
+ Chef-solr provides search service for Chef. You need to have both
38
+ chef-solr and chef-expander-cluster running in order for search to work.
39
+
40
+ __Installation__
41
+
42
+ Make sure you backed up your data if you are upgrading from a previous version.
43
+ Run chef-solr-installer to upgrade your Chef Solr installation. Answer "yes"
44
+ when prompted for confirmation. The process should look like this:
45
+
46
+ yourshell> chef-solr-installer
47
+ Configuration setting solr_heap_size is unknown and will be ignored
48
+
49
+ Chef Solr is already installed in /var/chef/solr
50
+ Do you want to overwrite the current install? All existing Solr data will be lost. [y/n] y
51
+ Removing the existing Chef Solr installation
52
+ rm -rf /var/chef/solr
53
+ rm -rf /var/chef/solr-jetty
54
+ rm -rf /var/chef/solr/data
55
+ Creating Solr Home Directory
56
+ mkdir -p /var/chef/solr
57
+ entering /var/chef/solr
58
+ tar zxvf /Users/ddeleo/opscode/chef/chef-solr/solr/solr-home.tar.gz
59
+ Creating Solr Data Directory
60
+ mkdir -p /var/chef/solr/data
61
+ Unpacking Solr Jetty
62
+ mkdir -p /var/chef/solr-jetty
63
+ entering /var/chef/solr-jetty
64
+ tar zxvf /Users/ddeleo/opscode/chef/chef-solr/solr/solr-jetty.tar.gz
65
+
66
+ Successfully installed Chef Solr.
67
+ You can restore your search index using `knife index rebuild`
68
+
69
+ ## SEE ALSO
70
+
71
+ __chef-expander-cluster__(8)
72
+
73
+ Full documentation for Chef and chef-server is located on the Chef
74
+ wiki, http://wiki.opscode.com/display/chef/Home.
75
+
76
+ ## AUTHOR
77
+
78
+ Chef was written by Adam Jacob <adam@ospcode.com> of Opscode
79
+ (http://www.opscode.com), with contributions from the community. This
80
+ manual page was written by Joshua Timberman <joshua@opscode.com> with
81
+ help2man. Permission is granted to copy, distribute and / or modify
82
+ this document under the terms of the Apache 2.0 License.
83
+
84
+ On Debian systems, the complete text of the Apache 2.0 License can be
85
+ found in /usr/share/common-licenses/Apache-2.0.