summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | :sparkles: :pencil: add function to load hyper_v hostname from guestRessl Robert2018-11-251-0/+11
| | | | | | | | | | | | | | | | Signed-off-by: Ressl Robert <r.ressl@safematix.com>
* | | | Merge pull request #1304 from chef/xenialTim Smith2018-11-261-1/+1
|\ \ \ \ | |_|/ / |/| | | Test on Ubuntu Xenial in Travis
| * | | Test on Ubuntu Xenial in TravisxenialTim Smith2018-11-251-1/+1
|/ / / | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Revert "Remove unnecessary Ruby 2.4 FIPS detection"Tim Smith2018-11-241-2/+9
|/ / | | | | | | This reverts commit 6f02a8bd1bf955019a399797e5f016bcb390c116.
* | Revert "Remove the Ruby < 2.5 logic from the FIPS plugins"Tim Smith2018-11-243-20/+130
| | | | | | | | This reverts commit 63f35470d70930b3d98acb7058d4584178f98246.
* | Remove the Ruby < 2.5 logic from the FIPS pluginsTim Smith2018-11-243-130/+20
| | | | | | | | | | | | So much to delete here. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Remove unnecessary Ruby 2.4 FIPS detectionTim Smith2018-11-241-9/+2
|/ | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 15.0.7 by Chef Expeditorv15.0.7Chef Expeditor2018-11-203-5/+6
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #1292 from nathenharvey/gce/dmiTim Smith2018-11-202-9/+45
|\ | | | | Adds more resilient GCE checking
| * Adds more resilient GCE checkingNathen Harvey2018-11-202-9/+45
|/ | | | | | | | | | | | Check the system information to determine if this system is running on Google Compute Engine. See also the Google Cloud Documentation for [detecting if you are running in Compute Engine](https://cloud.google.com/compute/docs/instances/managing-instances#dmi). Signed-off-by: Nathen Harvey <nathenharvey@google.com> Update release notes Signed-off-by: Nathen Harvey <nathenharvey@google.com>
* Bump version to 15.0.6 by Chef Expeditorv15.0.6Chef Expeditor2018-11-163-5/+6
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #1291 from nathenharvey/gce/user-agentTim Smith2018-11-152-1/+9
|\ | | | | Set User-Agent in HTTP header for GCE plugin
| * Set User-Agent in HTTP header for GCE pluginNathen Harvey2018-11-152-1/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Setting the User-Agent to `chef-ohai/VERSION` will correctly identify ohai as the application making a request to metadata.google.internal. The previous User-Agent header was defaulting to `User-Agent: Ruby` It is now set to `chef-ohai/14.6.2` where `14.6.2` is the value of `Ohai::VERSION` Signed-off-by: Nathen Harvey <nathenharvey@google.com>
* | Bump version to 15.0.5 by Chef Expeditorv15.0.5Chef Expeditor2018-11-163-5/+6
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #1290 from higanworks/ignore_empty_metadata_openstackTim Smith2018-11-152-3/+7
|\ \ | |/ |/| Ignore empty metadata openstack
| * use dummy ipaddress and empty stringsawanoboly2018-11-081-2/+6
| | | | | | | | Signed-off-by: sawanoboly <sawanoboriyu@higanworks.com>
| * ignore empty value to avoid crash of cloud pluginsawanoboly2018-11-081-1/+1
|/ | | | Signed-off-by: sawanoboly <sawanoboriyu@higanworks.com>
* Bump version to 15.0.4 by Chef Expeditorv15.0.4Chef Expeditor2018-10-303-5/+6
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #1280 from chef/refresh_pluginsTim Smith2018-10-302-84/+0
|\ | | | | Removed unused refresh_plugins method in System class
| * Removed unused refresh_plugins method in System classrefresh_pluginsTim Smith2018-10-262-84/+0
| | | | | | | | | | | | We don't run this via Ohai or Chef anymore. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 15.0.3 by Chef Expeditorv15.0.3Chef Expeditor2018-10-303-5/+6
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #1279 from chef/group_helperTim Smith2018-10-301-76/+0
|\ \ | |/ |/| Remove the deprecated Ohai::Util::Win32::GroupHelper class
| * Remove the deprecated Ohai::Util::Win32::GroupHelper classgroup_helperTim Smith2018-10-261-76/+0
| | | | | | | | | | | | We no longer use this and we deprecated it in ohai 14.5 Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 15.0.2 by Chef Expeditorv15.0.2Chef Expeditor2018-10-263-6/+6
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #1278 from chef/prep-15Tim Smith2018-10-264-79637/+0
|\ \ | |/ |/| Remove the deprecated system_profiler plugin
| * Remove the deprecated system_profiler pluginTim Smith2018-10-264-79637/+0
| | | | | | | | | | | | This has been replaced by the hardware plugin on macOS. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 15.0.1 by Chef Expeditorv15.0.1Chef Expeditor2018-10-263-4/+6
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #1250 from chef/chdirTim Smith2018-10-261-4/+0
|\ \ | | | | | | Remove the chdir to / when running ohai
| * | Remove the chdir to / when running ohaichdirTim Smith2018-09-161-4/+0
| | | | | | | | | | | | | | | | | | This is a legacy issue that doesn't seem to be a problem in the modern design of ohai. Additionally it's probably breaking minor / subtle things throughout plugins. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Bump version to 15.0.0 by Chef Expeditorv15.0.0Chef Expeditor2018-10-261-2/+10
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #1277 from chef/prep-15Tim Smith2018-10-265-3/+9
|\ \ \ | | |/ | |/| Update master branch for Ohai 15 development
| * | Update master branch for Ohai 15 developmentTim Smith2018-10-265-3/+9
|/ / | | | | | | | | | | This is necessary before we can start Chef 15 development. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Update appveyor and travis for the 14-stable branchTim Smith2018-10-262-0/+2
| | | | | | | | | | | | Prep branching for Ohai 15 Signed-off-by: Tim Smith <tsmith@chef.io>
* | Make Phil Dibowitz the Ohai 14.6 MVPTim Smith2018-10-111-0/+1
| | | | | | Thanks for all the filesystem work @jaymzh
* | Update CHANGELOG.md to reflect the promotion of 14.6.2Chef Expeditor2018-10-111-19/+16
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Update RELEASE_NOTES.mdTim Smith2018-10-111-1/+1
| |
* | Merge pull request #1273 from chef/146_notesTim Smith2018-10-111-1/+13
|\ \ | | | | | | Add release notes for Ohai 14.6
| * | 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>