summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* detect red hat openstack clustersbackport_meThom May2018-07-062-5/+27
| | | | Signed-off-by: Thom May <thom@chef.io>
* Merge pull request #1205 from chef/13-releaseTim Smith2018-06-041-0/+24
|\ | | | | Add release notes for 13.9 and 13.9.2
| * Add release notes for 13.9 and 13.9.2Tim Smith2018-06-041-0/+24
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | Merge pull request #1203 from chef/one_more_timeTim Smith2018-06-041-1/+3
|\ \ | |/ |/| Add back missing changelog entries
| * Add back missing changelog entriesone_more_timeTim Smith2018-06-041-1/+3
|/ | | | | | | | Expeditor is smarter than I am. Add these back one more time. After this we're done with the hand edits forever since things are wired up in both branches. Signed-off-by: Tim Smith <tsmith@chef.io>
* Update CHANGELOG.md to reflect the promotion of 13.9.2Chef Expeditor2018-06-041-15/+10
|
* Merge pull request #1202 from chef/add_missingTim Smith2018-06-041-1/+3
|\ | | | | Add missing changelog items to 13 stable
| * Add missing changelog items to 13 stableadd_missingTim Smith2018-06-041-1/+3
|/ | | | | | We have expeditor on 13-stable now so this is the last time ever! Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 13.9.2 by Chef Expeditorv13.9.2Chef Expeditor2018-06-043-5/+6
|
* Merge pull request #1201 from coderanger/m5_awsTim Smith2018-06-042-0/+3
|\ | | | | Detect virtualization on newer AWS instance types. (m5)
| * Detect virtualization on newer AWS instance types. (m5)Chris Bajumpaa2018-06-042-0/+3
| | | | | | | | | | Merging under Obvious Fix policy. Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
* | Bump version to 13.9.1 by Chef Expeditorv13.9.1Chef Expeditor2018-06-043-5/+13
| |
* | Merge pull request #1199 from chef/aix_filesystemTim Smith2018-06-042-11/+11
|\ \ | |/ |/| Fix an issue caused by using the wrong field in the AIX filesystem plugin
| * Fix an issue caused by using the wrong field in the AIX filesystem plugin.aix_filesystemJoshua Justice2018-06-042-11/+11
|/ | | | | | Also alters the test to reveal the exact nature of the issue. Signed-off-by: Joshua Justice <jjustice6@bloomberg.net>
* Merge pull request #1198 from chef/expeditor_13Tim Smith2018-06-044-0/+65
|\ | | | | Add expeditor config to the 13-stable branch
| * Remove maintainer_groupexpeditor_13Tim Smith2018-06-041-3/+0
| | | | | | | | | | | | Per @tduffield Signed-off-by: Tim Smith <tsmith@chef.io>
| * Add version file and add changelog tagsTim Smith2018-06-042-0/+9
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Add expeditor config to the 13-stable branchTim Smith2018-06-042-0/+59
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | Merge pull request #1196 from chef/update_travis_rubiesTim Smith2018-06-041-3/+3
|\ \ | |/ |/| Test on the latest ruby releases in Travis
| * Test on the latest ruby releases in Travisupdate_travis_rubiesTim Smith2018-06-041-3/+3
|/ | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Merge pull request #1194 from gsreynolds/dmi_ids_13Thom May2018-05-304-25/+44
|\ | | | | Backport "Make the DMI IDs we whitelist configurable" to Ohai 13
| * Backport "Make the DMI IDs we whitelist configurable" to Ohai 13Gavin Reynolds2018-05-294-25/+44
|/ | | | | | Backport of #970 Signed-off-by: Gavin Reynolds <gavin@chef.io>
* Merge pull request #1182 from jaymzh/fix_filesystem_13Thom May2018-05-102-0/+247
|\ | | | | [filesystem2] Backport filesystem2 for Ohai 13
| * [filesystem2] Backport filesystem2 for Ohai 13Phil Dibowitz2018-05-042-0/+247
|/ | | | | | | | This is partial backport of #1181. Rather than do the merging it simply makes an additional plugin to be as non-intrusive to 13 as possible, but to provide some level of upgradability to those who need it. Signed-off-by: Phil Dibowitz <phil@ipom.com>
* Merge pull request #1172 from chef/13.9v13.9.0Tim Smith2018-04-092-2/+11
|\ | | | | Release 13.9
| * Release 13.9Tim Smith2018-04-092-2/+11
|/ | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Fix vmware specs to actually run the pluginTim Smith2018-03-271-0/+2
| | | | | | It helps to run the plugin before we make sure the attributes aren't there. Signed-off-by: Tim Smith <tsmith@chef.io>
* Use boot_rom_version to detect VMware guests on macOSTim Smith2018-03-272-3/+2
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Detect virtualbox and vmware guests on MacsTim Smith2018-03-272-0/+33
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* adds test where we saw whitespace conditionRichard Mcleod2018-03-271-5/+9
| | | | Signed-off-by: Richard Mcleod <rmcleod8@ip-1-70-103-68.dob1.bcpc.bloomberg.com>
* adds whitespace stripping for the shellout stdoutRichard McLeod2018-03-271-1/+1
| | | | | turns out, ibm intentionally adds whitespace to the output here when the days number is 1-9. adding .strip cleans up the stdout so the case regex can properly evaluate the data.
* Merge pull request #1157 from chef/softlayerThom May2018-03-192-0/+59
|\ | | | | Backport fix for softlayer not showing up in the node['cloud'] plugin
| * Fix for chefstyle -S.Cavallo2018-03-141-1/+1
| | | | | | | | | | | | spec/unit/plugins/cloud_spec.rb:454:31: C: Style/TrailingCommaInLiteral: Put a comma after the last item of a multiline hash. Signed-off-by: S.Cavallo <smcavallo@hotmail.com>
| * add ohai support for softlayer cloudS.Cavallo2018-03-142-0/+59
| | | | | | | | Signed-off-by: S.Cavallo <smcavallo@hotmail.com>
* | Merge pull request #1156 from chef/azureThom May2018-03-192-16/+24
|\ \ | |/ |/| Fix bug in azure plugin/update to recent metadata version. [ backport #1154]
| * Fixing so this works with and without network jsonazureKris Zentner2018-03-141-3/+2
| | | | | | Was missing passing metadata to the network metadata initialization function
| * Fixing changes via chefstyleKris Zentner2018-03-141-2/+3
| |
| * Going with commonly supported versionKris Zentner2018-03-141-1/+1
| | | | | | | | This is documented here: https://docs.microsoft.com/en-us/azure/virtual-machines/windows/instance-metadata-service
| * Receive richer metadata using recent versionKris Zentner2018-03-141-1/+1
| | | | | | New info includes resourceGroupName, availability zone info, subscriptionId, and VMSS info.
| * Separating network mashKris Zentner2018-03-141-17/+25
|/ | | In Azure, receiving the network section of the JSON output is not guaranteed, and will crash this plugin in these cases.
* Merge pull request #1158 from chef/green_travis2Tim Smith2018-03-141-5/+1
|\ | | | | Pin Chefstyle and remove github_changelog_generator
| * Pin Chefstyle and remove github_changelog_generatorgreen_travis2Tim Smith2018-03-091-5/+1
|/ | | | | | | Pin chefstyle to 0.6.0 so we don't have to fix all the warnings on our legacy branch Signed-off-by: Tim Smith <tsmith@chef.io>
* Merge pull request #1152 from chef/13_8v13.8.0Thom May2018-03-023-8/+13
|\ | | | | Release 13.8.0
| * Release 13.8.013_8Tim Smith2018-03-013-8/+13
|/ | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Merge pull request #1151 from chef/fix_softlayerTim Smith2018-03-011-1/+1
|\ | | | | Backport Fix for Softlayer disabling TLS 1.0/1.1 on 3/1/2018
| * Softlayer is forcing tlsv1_2 for all API calls. tlsv1 calls will stop ↵S.Cavallo2018-03-011-1/+1
|/ | | | | | working on 3/1/2018 Signed-off-by: S. Cavallo <smcavallo@hotmail.com>
* Merge pull request #1115 from chef/13-stable_testingThom May2018-01-112-1/+2
|\ | | | | Swap 8-stable testing for 13-stable testing
| * Swap 8-stable testing for 13-stable testingTim Smith2018-01-102-1/+2
|/ | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Merge pull request #1114 from chef/13.7.1v13.7.1Thom May2018-01-113-288/+324
|\ | | | | Release 13.7.1
| * Release 13.7.1Tim Smith2018-01-103-288/+324
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>