diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2015-02-17 07:47:03 -0800 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2015-02-17 07:47:03 -0800 |
commit | 80a506852e4a973d666a03a9647d58ad056eea10 (patch) | |
tree | 084391950a4e1b0e06b01d34c64e5bf9fd0d87ed /DOC_CHANGES.md | |
parent | 12af45d8c2d9bdc5043d1f92822d23c12e008378 (diff) | |
download | chef-80a506852e4a973d666a03a9647d58ad056eea10.tar.gz |
forgot my md files for validatorless bootstraps
Diffstat (limited to 'DOC_CHANGES.md')
-rw-r--r-- | DOC_CHANGES.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/DOC_CHANGES.md b/DOC_CHANGES.md index 488adb0daf..cae29adb80 100644 --- a/DOC_CHANGES.md +++ b/DOC_CHANGES.md @@ -67,3 +67,14 @@ A documented feature of the yum_package provider was the ability to specify a ve However, this did not actually work. It has now been fixed, and additionally version requirements are now supported in the `version` attribute of yum_package as well. +## Validatorless bootstraps + +Validation keys are now optional. If the validation key is simply deleted and does not exist, then knife bootstrap will use the +user's key to create a client for the node and create the node object and bootstrap the host. Validation keys can continue to be +used, particularly for autoscaling, but even for that use case a dedicated user for autoscaling would be preferable to the shared +validation key. + +## Bootstrap will create chef-vault items + +The --bootstrap-vault-item, --bootstrap-vault-json, and --bootstrap-vault-file arguments have been added to knife bootstrap providing +three alternative ways to set chef vault items when bootstrapping a host. |