summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Remove circa ~2005 virtualization hypervisor detectionremove_old_virtualboxTim Smith2018-11-263-62/+1
| | | | | | | | | | This removes support for the following legacy virtualization hypervisors that were based on the VirtualPC tech that Microsoft bought from Connectix and then rebranded. It never worked on Windows 2008 / 7 or later. It's just dead tech that no one is using at this point. See for release details: https://en.wikipedia.org/wiki/Microsoft_Virtual_Server Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 15.0.8 by Chef Expeditorv15.0.8Chef Expeditor2018-11-263-5/+6
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #1303 from safematix/masterTim Smith2018-11-262-0/+24
|\ | | | | Plugin to load hyper_v hostname from guest
| * :art: :hammer: rename virtualization[:host] to virtualization[:hypervisor_host]Ressl Robert2018-11-252-2/+2
| | | | | | | | Signed-off-by: Ressl Robert <r.ressl@safematix.com>
| * :art: :pencil: change describe of test for Hyper-V guest and the hostname of ↵Ressl Robert2018-11-251-1/+1
| | | | | | | | | | | | the host Signed-off-by: Ressl Robert <r.ressl@safematix.com>
| * Update lib/ohai/plugins/linux/virtualization.rbTim Smith2018-11-251-1/+1
| | | | | | | | | | Co-Authored-By: safematix <r.ressl@safematix.com> Signed-off-by: Ressl Robert <r.ressl@safematix.com>
| * :art: :hammer: update chefstyle offensesRessl Robert2018-11-251-4/+4
| | | | | | | | Signed-off-by: Ressl Robert <r.ressl@safematix.com>
| * Merge branch 'master' of https://github.com/chef/ohaiRessl Robert2018-11-251-2/+9
| |\ | | | | | | | | | Signed-off-by: Ressl Robert <r.ressl@safematix.com>
| * | :umbrella: :pencil: add tests for function to load hyper_v hostname from guestRessl Robert2018-11-251-0/+13
| | | | | | | | | | | | Signed-off-by: Ressl Robert <r.ressl@safematix.com>
| * | :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>