summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan McLellan <btm@loftninjas.org>2014-02-20 12:58:46 -0500
committerBryan McLellan <btm@loftninjas.org>2014-02-20 12:58:46 -0500
commit364aa72ced08c7d23382b20912e35b2e02a54fb3 (patch)
tree2b8fcf55fa815dbce002c575f0ab5587c6799c21
parentd7b9ab1b21f3aaf5e35c891eec78355f0658c756 (diff)
parente27f5154aed4f4d9e60621169e451ab52da2a03f (diff)
downloadchef-364aa72ced08c7d23382b20912e35b2e02a54fb3.tar.gz
Merge pull request #1274 from opscode/btm/bootstrap_deprecation_note
Add an note about addtional bootstrap templates being deprecated
-rw-r--r--lib/chef/knife/bootstrap/README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/lib/chef/knife/bootstrap/README.md b/lib/chef/knife/bootstrap/README.md
new file mode 100644
index 0000000000..13a0fe7ada
--- /dev/null
+++ b/lib/chef/knife/bootstrap/README.md
@@ -0,0 +1,12 @@
+This directory contains bootstrap templates which can be used with the -d flag
+to 'knife bootstrap' to install Chef in different ways. To simplify installation,
+and reduce the matrix of common installation patterns to support, we have
+standardized on the [Omnibus](https://github.com/opscode/omnibus-ruby) built installation
+packages.
+
+The 'chef-full' template downloads a script which is used to determine the correct
+Omnibus package for this system from the [Omnitruck](https://github.com/opscode/opscode-omnitruck) API. All other templates in this directory are deprecated and will be removed
+in the future.
+
+You can still utilize custom bootstrap templates on your system if your installation
+needs are unique. Additional information can be found on the [docs site](http://docs.opscode.com/knife_bootstrap.html#custom-templates). \ No newline at end of file