summaryrefslogtreecommitdiff
path: root/lib/chef/knife/bootstrap.rb
Commit message (Expand)AuthorAgeFilesLines
* This hits the ones that are most frequently required.lcg/require-idempotencyLamont Granquist2019-05-201-1/+1
* Only set client_pem in bootstrap_context when validatorlessbtm/client_key_validator_fixBryan McLellan2019-05-171-3/+2
* Enable pty for bootstrap sshbootstrap-uses-ptyMarc A. Paradise2019-05-161-0/+1
* Bootstrap updatesmp/bootstrap-updatesMarc A. Paradise2019-05-141-25/+32
* Merge pull request #8521 from MsysTechnologiesllc/VSingh/bootstrap-session-ti...Bryan McLellan2019-05-131-6/+29
|\
| * Add a warning when session-timeout is too shortMarc A. Paradise2019-05-131-0/+19
| * Revert "Revert default session timeout value"Marc A. Paradise2019-05-131-3/+4
| * Revert default session timeout valueVivek Singh2019-05-141-4/+3
| * Set session timeout default valueVivek Singh2019-05-141-4/+5
| * Add --session-timeout bootstrap option for both ssh & winrmVivek Singh2019-05-131-6/+9
* | Merge pull request #8524 from chef/btm/retry-fingerprintBryan McLellan2019-05-131-19/+29
|\ \
| * | move retry into #connect!Bryan McLellan2019-05-131-21/+19
| * | Update RELEASE NOTES and trim out friendly_opt_listbtm/retry-fingerprintBryan McLellan2019-05-131-10/+2
| * | Use new Net:SSH host key verify valuesBryan McLellan2019-05-131-10/+30
| |/
* | Winrm check code refactorVivek Singh2019-05-131-4/+4
|/
* Merge pull request #8489 from MsysTechnologiesllc/VSingh/bootstrap-parse-max-...Bryan McLellan2019-05-101-1/+1
|\
| * Use #to_f instead of #to_i for the max_wait option.Vivek Singh2019-05-081-1/+1
| * Fixes for bootstrap ssh connection option max-waitVivek Singh2019-05-081-1/+1
* | fix a bunch of weirdly mangled require linesLamont Granquist2019-05-081-1/+1
* | Convert require to require_relativeLamont Granquist2019-05-081-10/+10
|/
* knife bootstrap should only request license when installing Chef 15knife_licensetyler-ball2019-05-071-8/+22
* Merge pull request #8354 from chef/license_acceptanceTyler Ball2019-05-061-0/+4
|\
| * Adding license acceptance support to 'knife bootstrap'tyler-ball2019-05-031-1/+2
| * knife bootstrap is only knife command to have license acceptance flowtyler-ball2019-05-031-0/+3
* | Pass channel directly into the script/url to determine Chef Infra downloadmp/bootstrap/restore-prereleaseMarc A. Paradise2019-05-031-2/+2
* | Change 'prerelease' to 'channel'.Marc A. Paradise2019-05-031-40/+47
* | Restore bootstrap pre-release supportMarc A. Paradise2019-05-031-0/+4
|/
* More periods and product constantsbrandingTim Smith2019-05-021-39/+39
* Improve the warning message about legacy validation key regTim Smith2019-05-021-2/+2
* Provide a friendly list of supported options in helpTim Smith2019-05-021-2/+11
* Merge pull request #8440 from chef/CHEF-8432/fix-default-protocolBryan McLellan2019-05-021-1/+2
|\
| * Require 'net/ssh' before we reference it.Marc A. Paradise2019-05-021-1/+2
* | Reload the changes, adapt a bitTensibai2019-05-021-1/+2
|/
* Fix incorrect deprecation warningsmp/bootstrap-deprecation-fixesMarc A. Paradise2019-05-011-42/+36
* Move most bootstrap requires into deps()Marc A. Paradise2019-04-291-7/+6
* Switch bootstrap to use TrainConnector.Marc A. Paradise2019-04-291-57/+38
* chef-client => Chef::Dist::CLIENTMarc Chamberland2019-04-261-7/+8
* RubocopMarc A. Paradise2019-04-241-6/+6
* Make deprecations more robustMarc A. Paradise2019-04-241-28/+50
* deprecate old version of changed CLI flags.Marc A. Paradise2019-04-241-8/+53
* Move bootstrap CLI options back into BootstrapMarc A. Paradise2019-04-241-4/+308
* Rubocop!Marc A. Paradise2019-04-241-33/+23
* Bootstrap via chef_coreMarc A. Paradise2019-04-241-286/+441
* Add misc YARD commentsyard3Tim Smith2019-03-111-0/+1
* Merge pull request #7489 from chef/bootstrap_identity_fileTim Smith2018-10-261-5/+1
|\
| * Remove the deprecated knife bootstrap --identity-file flagbootstrap_identity_fileTim Smith2018-08-131-5/+1
* | better docs for Chef::Knife::Bootstrap#validate_options!Alexandre IGNJATOVIC2018-10-041-1/+7
|/
* Improve the error message when knife bootstrap windows isn't installedknife_cleanupTim Smith2018-07-131-1/+1
* Add some yard / commentsTim Smith2018-07-131-0/+10
* fix Style/HashSyntaxLamont Granquist2018-07-021-116/+116