summaryrefslogtreecommitdiff
path: root/lib/chef/knife/bootstrap.rb
Commit message (Expand)AuthorAgeFilesLines
* Style/RegexpLiteralLamont Granquist2019-07-051-1/+1
* Style/EmptyLiteralLamont Granquist2019-07-051-2/+2
* Style/EmptyMethodLamont Granquist2019-07-021-6/+3
* Style/SymbolArrayLamont Granquist2019-07-021-1/+1
* fix Layout/EmptyLineAfterGuardClauseLamont Granquist2019-07-021-0/+10
* fix Layout/AlignArgumentslcg/new-chefstyleLamont Granquist2019-07-021-2/+2
* use mixlib-cli's deprecation mechanismMarc A. Paradise2019-06-101-102/+65
* Merge pull request #8633 from chef/constant_warningsTim Smith2019-06-061-2/+2
|\
| * Avoid constant warningsconstant_warningsTim Smith2019-06-031-2/+2
* | Chef-15: Adding short argument's deprecation check (#8626)Nimesh2019-06-051-16/+37
|/
* Add hooks for plugins in knife bootstrapBryan McLellan2019-06-031-0/+38
* Merge pull request #8619 from chef/btm/knife-bootstrap-log-templateTim Smith2019-05-301-1/+1
|\
| * Trace output the actual bootstrap template filenameBryan McLellan2019-05-301-1/+1
* | Fix ssh user set from cli (#8558)dheerajd-msys2019-05-281-2/+2
* | Merge pull request #8460 from cc-build/dist_solo_zeroTim Smith2019-05-271-1/+1
|\ \
| * | more distro constants for "Chef"Marc Chamberland2019-05-231-1/+1
| * | More distro constant applicationsMarc Chamberland2019-05-231-1/+1
| |/
* | Chef-15: Add missing deprecated options (#8573)Vivek Kumar Singh2019-05-241-1/+7
* | fix order of connection before register node (#8574)dheerajd-msys2019-05-241-1/+1
|/
* 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
|\