summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add Ohai 14.8 release notesrelease_notes_14Tim Smith2018-11-281-2/+18
| | | | | | | | There may be a few more things, but this is the general list. I took out the GCE change since that's not visible to end users. That's more for Google. Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 14.8.1 by Chef Expeditorv14.8.1Chef Expeditor2018-11-283-5/+6
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #1308 from chef/hyper_vTim Smith2018-11-272-0/+24
|\ | | | | Linux Virtualization: Load hyper_v hypervsior hostname from guest
| * :art: :hammer: rename virtualization[:host] to virtualization[:hypervisor_host]Ressl Robert2018-11-272-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-271-1/+1
| | | | | | | | | | | | the host Signed-off-by: Ressl Robert <r.ressl@safematix.com>
| * Update lib/ohai/plugins/linux/virtualization.rbTim Smith2018-11-271-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-271-4/+4
| | | | | | | | Signed-off-by: Ressl Robert <r.ressl@safematix.com>
| * :umbrella: :pencil: add tests for function to load hyper_v hostname from guestRessl Robert2018-11-271-0/+13
| | | | | | | | Signed-off-by: Ressl Robert <r.ressl@safematix.com>
| * :sparkles: :pencil: add function to load hyper_v hostname from guestRessl Robert2018-11-271-0/+11
| | | | | | | | Signed-off-by: Ressl Robert <r.ressl@safematix.com>
* | Bump version to 14.8.0 by Chef Expeditorv14.8.0Chef Expeditor2018-11-283-5/+6
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #1307 from chef/opensuse15_on_14Tim Smith2018-11-272-3/+40
|\ \ | |/ |/| Correctly detect openSUSE leap 15+
| * Correctly detect openSUSE leap 15+Tim Smith2018-11-272-3/+40
|/ | | | | | We need to correctly read in the data in /etc/os-release and do the right thing. We already did this for SLES 15. Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 14.7.0 by Chef Expeditorv14.7.0Chef Expeditor2018-11-283-5/+6
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #1306 from chef/slim_14Tim Smith2018-11-2719-2406/+0
|\ | | | | Remove old spec files
| * Remove old spec filesTim Smith2018-11-2719-2406/+0
|/ | | | | | These are unused and add 10k to the gem size. Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 14.6.3 by Chef Expeditorv14.6.3Chef Expeditor2018-11-233-4/+12
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #1296 from chef/expeditor_14Tim Smith2018-11-231-0/+2
|\ | | | | Fix expeditor config for the 14-stable branch
| * Fix expeditor config for the 14-stable branchTim Smith2018-11-231-0/+2
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | Merge pull request #1295 from chef/newer_rubyTim Smith2018-11-231-2/+2
|\ \ | |/ |/| Test on the latest ruby in Travis
| * Test on the latest ruby in Travisnewer_rubyTim Smith2018-11-231-2/+2
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | Merge pull request #1294 from chef/gce_14Tim Smith2018-11-232-1/+11
|\ \ | |/ |/| Set User-Agent in HTTP header for GCE plugin
| * Set User-Agent in HTTP header for GCE pluginNathen Harvey2018-11-232-1/+11
|/ | | | | | | | | | | | | | 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>
* 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>
* | 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>