summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Remove the needless require ohai in the ohai pluginchef_packages_updatesTim Smith2018-03-091-2/+0
| | | | | | We're in Ohai. Signed-off-by: Tim Smith <tsmith@chef.io>
* Add debug logging when we can't load the chef gemTim Smith2018-03-091-1/+2
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 14.0.25 by Expeditorv14.0.25Chef Expeditor2018-03-093-5/+6
|
* Merge pull request #1154 from kriszentner/masterTim Smith2018-03-092-16/+24
|\ | | | | Fix bug in azure plugin/update to recent metadata version.
| * Merge branch 'master' of github.com:kriszentner/ohaiKris Zentner2018-03-070-0/+0
| |\ | | | | | | | | | Signed-off-by: Kris Zentner <krisz@microsoft.com>
| | * Fixing so this works with and without network jsonKris Zentner2018-03-071-3/+2
| | | | | | | | | Was missing passing metadata to the network metadata initialization function
| | * Fixing changes via chefstyleKris Zentner2018-03-071-2/+3
| | |
| | * Going with commonly supported versionKris Zentner2018-03-071-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-071-1/+1
| | | | | | | | | New info includes resourceGroupName, availability zone info, subscriptionId, and VMSS info.
| | * Separating network mashKris Zentner2018-03-071-17/+25
| | | | | | | | | In Azure, receiving the network section of the JSON output is not guaranteed, and will crash this plugin in these cases.
| * | Fixing so this works with and without network jsonKris Zentner2018-03-071-3/+2
| | | | | | | | | | | | | | | | | | Was missing passing metadata to the network metadata initialization function Signed-off-by: Kris Zentner <krisz@microsoft.com>
| * | Fixing changes via chefstyleKris Zentner2018-03-071-2/+3
| | | | | | | | | | | | Signed-off-by: Kris Zentner <krisz@microsoft.com>
| * | Going with commonly supported versionKris Zentner2018-03-071-1/+1
| | | | | | | | | | | | | | | | | | | | | This is documented here: https://docs.microsoft.com/en-us/azure/virtual-machines/windows/instance-metadata-service Signed-off-by: Kris Zentner <krisz@microsoft.com>
| * | Receive richer metadata using recent versionKris Zentner2018-03-071-1/+1
| | | | | | | | | | | | | | | | | | New info includes resourceGroupName, availability zone info, subscriptionId, and VMSS info. Signed-off-by: Kris Zentner <krisz@microsoft.com>
| * | Separating network mashKris Zentner2018-03-071-17/+25
| |/ | | | | | | | | | | In Azure, receiving the network section of the JSON output is not guaranteed, and will crash this plugin in these cases. Signed-off-by: Kris Zentner <krisz@microsoft.com>
* | Bump version to 14.0.24 by Expeditorv14.0.24Chef Expeditor2018-03-093-5/+6
| |
* | Merge pull request #1155 from smcavallo/softlayer_cloud_attributesTim Smith2018-03-092-0/+59
|\ \ | |/ |/| add ohai support for softlayer cloud
| * Fix for chefstyle -S.Cavallo2018-03-091-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-092-0/+59
|/ | | | Signed-off-by: S.Cavallo <smcavallo@hotmail.com>
* Bump version to 14.0.23 by Expeditorv14.0.23Chef Expeditor2018-03-073-5/+6
|
* Merge pull request #1153 from chef/green_travisThom May2018-03-0760-133/+130
|\ | | | | Fix chefstyle issues in ohai
| * Resolve the last of the chefstyle warningsgreen_travisTim Smith2018-03-0645-84/+80
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Print out chefstyle version in travis and use Ruby 2.4.3Tim Smith2018-03-061-1/+2
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Chefstyle fixesTim Smith2018-03-0617-48/+48
|/ | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 14.0.22 by Expeditorv14.0.22Chef Expeditor2018-03-063-5/+6
|
* Merge pull request #1140 from b1-systems/masterTim Smith2018-03-062-64/+133
|\ | | | | SUSE: Use /etc/os-release if present for all platform attributes
| * some rubocop fixesEike Waldt2018-03-011-46/+45
| | | | | | | | Signed-off-by: Eike Waldt <waldt@b1-systems.de>
| * Merge branch 'master' of https://github.com/b1-systems/ohaiEike Waldt2018-03-010-0/+0
| |\
| | * add new testcases for SLES15 and restructure old testsEike Waldt2018-03-011-76/+125
| | |
| | * Use os-release (present on all modern linux distros) BUT use old *-release ↵Eike Waldt2018-03-011-126/+128
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | files as fallback. os-release will only be used if no other *-release file is present. We have to do this for compatibility reasons, or older OS releases might get different "platform" or "platform_version" attributes (e.g. SLES12, RHEL7). platform_family also does not need to be hardcoded anymore. This would be the correct way, but we stick with "determine_platform_family" for compatibility reasons.
| | * add more suse distributionsEike Waldt2018-03-011-1/+1
| | |
| | * Merge branch 'master' of https://github.com/b1-systems/ohaiEike Waldt2018-02-260-0/+0
| | |\
| | | * os-release example for SLES 15Eike Waldt2018-02-261-0/+11
| | | |
| | | * use /etc/os-release if it exists on the systemEike Waldt2018-02-261-118/+126
| | | |
| | * | os-release example for SLES 15Eike Waldt2018-02-261-0/+11
| | | |
| | * | use /etc/os-release if it exists on the systemEike Waldt2018-02-261-118/+126
| | |/
| * | add new testcases for SLES15 and restructure old testsEike Waldt2018-03-011-76/+125
| | |
| * | Use os-release (present on all modern linux distros) BUT use old *-release ↵Eike Waldt2018-03-011-126/+128
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | files as fallback. os-release will only be used if no other *-release file is present. We have to do this for compatibility reasons, or older OS releases might get different "platform" or "platform_version" attributes (e.g. SLES12, RHEL7). platform_family also does not need to be hardcoded anymore. This would be the correct way, but we stick with "determine_platform_family" for compatibility reasons.
| * | add more suse distributionsEike Waldt2018-03-011-1/+1
| | |
| * | os-release example for SLES 15Eike Waldt2018-03-011-0/+11
| | |
| * | use /etc/os-release if it exists on the systemEike Waldt2018-03-011-118/+126
| |/
* | Bump version to 14.0.21 by Expeditorv14.0.21Chef Expeditor2018-03-023-5/+6
| |
* | Merge pull request #1148 from chef/kill_win2k3Tim Smith2018-03-024-110/+12
|\ \ | | | | | | Remove support for Windows 2003 from uptime/cpu plugins
| * | Remove support for Windows 2003 from uptime/cpu pluginskill_win2k3Tim Smith2018-02-284-110/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | The uptime plugin will break due to this The CPU plugin will only work if the system is unpatched EXTENDED support for Windows 2003 ended July 14, 2015 Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Bump version to 14.0.20 by Expeditorv14.0.20Chef Expeditor2018-03-013-5/+6
| | |
* | | Merge pull request #1149 from smcavallo/ohai_softlayer_tls_v12Lamont Granquist2018-03-011-1/+1
|\ \ \ | | | | | | | | Softlayer is forcing tlsv1_2 for all API calls
| * | | 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>
* | | Bump version to 14.0.19 by Expeditorv14.0.19Chef Expeditor2018-02-283-5/+6
| | |
* | | Merge pull request #1147 from chef/tidy_upTim Smith2018-02-283-3/+27
|\ \ \ | |/ / |/| | Expand what we blacklist from the kernel/network plugins on Windows
| * | Skip the WMI class names on network adapters as wellTim Smith2018-02-281-1/+3
| | | | | | | | | | | | | | | | | | Another .2k on a standard node Signed-off-by: Tim Smith <tsmith@chef.io>