summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add release notes for Ohai 14.6146_notesTim Smith2018-10-101-1/+13
| | | | | | This should cover it all Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 14.6.2 by Chef Expeditorv14.6.2Chef Expeditor2018-10-103-5/+6
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #1264 from chef/deprecateTim Smith2018-10-101-0/+8
|\ | | | | Deprecate the system_profile plugin
| * Deprecate the system_profile plugindeprecateTim Smith2018-10-031-0/+8
| | | | | | | | | | | | | | | | | | 1) It's broken 2) It's a huge amount of data on the node 3) It takes 3 seconds to run 4) Hardware plugin does the same thing, but better Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 14.6.1 by Chef Expeditorv14.6.1Chef Expeditor2018-10-103-5/+6
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #1272 from chef/slesTim Smith2018-10-102-2/+3
|\ \ | | | | | | Correctly detect SLES 15 systems as "suse" platform
| * | Correctly detect SLES 15 systems as "suse" platformTim Smith2018-10-102-2/+3
|/ / | | | | | | | | | | This was a mistake when we introduced it. The system self identifies as SLES, but we need to make that suse to align with SLES 11/12 detection in Ohai. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 14.6.0 by Chef Expeditorv14.6.0Chef Expeditor2018-10-103-5/+6
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #1266 from jaymzh/finish_fs2_workTim Smith2018-10-105-344/+704
|\ \ | | | | | | [filesystem] Convert rest of unix to fs2
| * | [filesystem] Convert rest of unix to fs2Phil Dibowitz2018-10-065-344/+704
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This PR [almost] finishes the implementing support for the "filesystem2" format for the rest of the platforms that were never converted - everything except Windows which will be in a follow-up PR. Here's some other cleanup along hte way: * Fix the fact that "allow_partial_data" only worked on Linux. Oops. * Add helper for "allow_partial_data" stuff so that "allow_partial_data" support was easy to be consistent about * Always get all ZFS options, no reason not to provide all data * Change the way zfs options are laid out. The existing way separates everything into two hashes that need be correlated by the user and doesn't seem to make much sense. Signed-off-by: Phil Dibowitz <phil@ipom.com>
* | Bump version to 14.5.10 by Chef Expeditorv14.5.10Chef Expeditor2018-10-103-5/+6
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #1263 from chef/macTim Smith2018-10-102-26/+20
|\ \ | | | | | | Trim out bogus data in system_profile plugin
| * | Trim out bogus data in system_profile pluginmacTim Smith2018-10-032-26/+20
| |/ | | | | | | | | | | Also there's no need to rescue requiring plist since ohai depends on it. We don't do this for anything else in Ohai. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Merge pull request #1269 from chef/btm/appveyor_skipsTim Smith2018-10-081-0/+11
|\ \ | | | | | | Skip appveyor on docs/version bump commits
| * | Skip appveyor on docs/version bump commitsbtm/appveyor_skipsBryan McLellan2018-10-081-0/+11
|/ / | | | | | | | | | | | | | | This will skip commits that only change docs as well as the Expeditor commits that only change the version (which cause a second identical test to run). Signed-off-by: Bryan McLellan <btm@loftninjas.org>
* | Merge pull request #1268 from jaymzh/appveyerTim Smith2018-10-061-1/+1
|\ \ | | | | | | [appveyer] make appveyor retry bundle install
| * | [appveyer] make appveyor retry bundle installPhil Dibowitz2018-10-061-1/+1
|/ / | | | | | | | | | | Straight copy of https://github.com/chef/chef/pull/3015 to Ohai. Signed-off-by: Phil Dibowitz <phil@ipom.com>
* | Bump version to 14.5.9 by Chef Expeditorv14.5.9Chef Expeditor2018-10-043-5/+6
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #1262 from jaymzh/unify_cpu_pluginTim Smith2018-10-0416-593/+425
|\ \ | | | | | | Unify the cpu plugin
| * | Unify the cpu pluginPhil Dibowitz2018-10-0316-593/+425
| |/ | | | | | | | | | | | | Utilize the Ohai 7 syntax to keep the code for all these variations of the plugin in the same place and consistent. Signed-off-by: Phil Dibowitz <phil@ipom.com>
* | Bump version to 14.5.8 by Chef Expeditorv14.5.8Chef Expeditor2018-10-043-5/+6
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #1261 from jaymzh/unify_os_pluginTim Smith2018-10-047-160/+49
|\ \ | |/ |/| Unify the OS plugins
| * Unify the OS pluginsPhil Dibowitz2018-10-037-160/+49
|/ | | | | | | Utilize the Ohai 7 syntax to keep the code for all these variations of the plugin in the same place and consistent. Signed-off-by: Phil Dibowitz <phil@ipom.com>
* Bump version to 14.5.7 by Chef Expeditorv14.5.7Chef Expeditor2018-10-033-5/+6
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #1256 from chef/yard++Tim Smith2018-10-035-2/+39
|\ | | | | Add more yard comments
| * Add more yard commentsyard++Tim Smith2018-09-235-2/+39
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 14.5.6 by Chef Expeditorv14.5.6Chef Expeditor2018-09-273-5/+6
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #1259 from chef/sysctl_lessTim Smith2018-09-272-4/+4
|\ \ | |/ |/| Avoid gathering all data with sysctl which seems to hang
| * Avoid gathering all data with sysctl which seems to hangTim Smith2018-09-272-4/+4
|/ | | | | | | | | | While it works fine for me @bdausses was seeing chef-client hang forever. It turns out running sysctl -a on his host was causing the system to hang. Besides this crash it actually takes about 2x longer to gather the additional data. This shaves a whole 0.033255 seconds from the total runtime. Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 14.5.5 by Chef Expeditorv14.5.5Chef Expeditor2018-09-193-4/+12
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #1255 from chef/mjingle-copyedit1mjingle2018-09-191-4/+4
|\ | | | | Review and copyediting of RELEASE_NOTES
| * Link added to thank you note.Mary Jinglewski2018-09-191-1/+1
| | | | | | | | Signed-off-by: Mary Jinglewski <mjinglewski@chef.io>
| * Copyediting RELEASE_NOTESmjingle2018-09-191-3/+3
|/
* Merge pull request #1254 from chef/codeownersTim Smith2018-09-181-1/+4
|\ | | | | Update the codeowners
| * Update the codeownersTim Smith2018-09-181-1/+4
| | | | | | | | | | | | Lets get input from the docs team when we edit documentation like the readme or release notes Signed-off-by: Tim Smith <tsmith@chef.io>
* | Link to github profiles in the release notesTim Smith2018-09-181-3/+3
|/
* Update CHANGELOG.md to reflect the promotion of 14.5.4Chef Expeditor2018-09-171-14/+11
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Bump version to 14.5.4 by Chef Expeditorv14.5.4Chef Expeditor2018-09-173-5/+6
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #1253 from chef/gceTim Smith2018-09-171-1/+2
|\ | | | | Revert "Connect to GCE metadata by IP not name"
| * Revert "Connect to GCE metadata by IP not name"Tim Smith2018-09-171-1/+2
|/ | | | This reverts commit 192f84944120bed9099a59e42b6fb43155cc0f6c.
* Bump version to 14.5.3 by Chef Expeditorv14.5.3Chef Expeditor2018-09-173-5/+6
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #1252 from chef/gce_metadataTim Smith2018-09-171-2/+1
|\ | | | | Connect to GCE metadata by IP not name
| * Connect to GCE metadata by IP not namegce_metadataTim Smith2018-09-161-2/+1
| | | | | | | | | | | | If you're using a non-GCE nameserver you won't be able to resolve the name. This aligns GCE with other clouds in Ohai. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 14.5.2 by Chef Expeditorv14.5.2Chef Expeditor2018-09-173-5/+6
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #1249 from chef/yardTim Smith2018-09-175-2/+24
|\ \ | | | | | | Add additional yard comments
| * | Add additional yard commentsyardTim Smith2018-09-165-2/+24
| |/ | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | Merge pull request #1251 from chef/require_yajlTim Smith2018-09-171-0/+1
|\ \ | | | | | | Add missing require ffi_yajl in System class
| * | Add missing require ffi_yajl in System classrequire_yajlTim Smith2018-09-161-0/+1
| |/ | | | | | | | | | | This is used several times in this class, but not required. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 14.5.1 by Chef Expeditorv14.5.1Chef Expeditor2018-09-173-4/+12
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #1248 from chef/gemspecTim Smith2018-09-161-1/+0
|\ \ | |/ |/| Remove redundant platform from the gemspec