| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Signed-off-by: Tim Smith <tsmith@chef.io>
|
|
|
|
|
|
| |
Prep branching for Ohai 15
Signed-off-by: Tim Smith <tsmith@chef.io>
|
|
|
| |
Thanks for all the filesystem work @jaymzh
|
|
|
|
| |
Obvious fix; these changes are the result of automation not creative thinking.
|
| |
|
|\
| |
| | |
Add release notes for Ohai 14.6
|
|/
|
|
|
|
| |
This should cover it all
Signed-off-by: Tim Smith <tsmith@chef.io>
|
|
|
|
| |
Obvious fix; these changes are the result of automation not creative thinking.
|
|\
| |
| | |
Deprecate the system_profile plugin
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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>
|
| |
| |
| |
| | |
Obvious fix; these changes are the result of automation not creative thinking.
|
|\ \
| | |
| | | |
Correctly detect SLES 15 systems as "suse" platform
|
|/ /
| |
| |
| |
| |
| | |
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>
|
| |
| |
| |
| | |
Obvious fix; these changes are the result of automation not creative thinking.
|
|\ \
| | |
| | | |
[filesystem] Convert rest of unix to fs2
|
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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>
|
| |
| |
| |
| | |
Obvious fix; these changes are the result of automation not creative thinking.
|
|\ \
| | |
| | | |
Trim out bogus data in system_profile plugin
|
| |/
| |
| |
| |
| |
| | |
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>
|
|\ \
| | |
| | | |
Skip appveyor on docs/version bump commits
|
|/ /
| |
| |
| |
| |
| |
| |
| | |
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>
|
|\ \
| | |
| | | |
[appveyer] make appveyor retry bundle install
|
|/ /
| |
| |
| |
| |
| | |
Straight copy of https://github.com/chef/chef/pull/3015 to Ohai.
Signed-off-by: Phil Dibowitz <phil@ipom.com>
|
| |
| |
| |
| | |
Obvious fix; these changes are the result of automation not creative thinking.
|
|\ \
| | |
| | | |
Unify the cpu plugin
|
| |/
| |
| |
| |
| |
| |
| | |
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>
|
| |
| |
| |
| | |
Obvious fix; these changes are the result of automation not creative thinking.
|
|\ \
| |/
|/| |
Unify the OS plugins
|
|/
|
|
|
|
|
| |
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>
|
|
|
|
| |
Obvious fix; these changes are the result of automation not creative thinking.
|
|\
| |
| | |
Add more yard comments
|
| |
| |
| |
| | |
Signed-off-by: Tim Smith <tsmith@chef.io>
|
| |
| |
| |
| | |
Obvious fix; these changes are the result of automation not creative thinking.
|
|\ \
| |/
|/| |
Avoid gathering all data with sysctl which seems to hang
|
|/
|
|
|
|
|
|
|
|
| |
While it works fine for me @bdausses was seeing chef-client hang
forever. It turns out running sysctl -a on his host was causing the
system to hang. Besides this crash it actually takes about 2x longer to
gather the additional data. This shaves a whole 0.033255 seconds from
the total runtime.
Signed-off-by: Tim Smith <tsmith@chef.io>
|
|
|
|
| |
Obvious fix; these changes are the result of automation not creative thinking.
|
|\
| |
| | |
Review and copyediting of RELEASE_NOTES
|
| |
| |
| |
| | |
Signed-off-by: Mary Jinglewski <mjinglewski@chef.io>
|
|/ |
|
|\
| |
| | |
Update the codeowners
|
| |
| |
| |
| |
| |
| | |
Lets get input from the docs team when we edit documentation like the readme or release notes
Signed-off-by: Tim Smith <tsmith@chef.io>
|
|/ |
|
|
|
|
| |
Obvious fix; these changes are the result of automation not creative thinking.
|
|
|
|
| |
Obvious fix; these changes are the result of automation not creative thinking.
|
|\
| |
| | |
Revert "Connect to GCE metadata by IP not name"
|
|/
|
|
| |
This reverts commit 192f84944120bed9099a59e42b6fb43155cc0f6c.
|
|
|
|
| |
Obvious fix; these changes are the result of automation not creative thinking.
|
|\
| |
| | |
Connect to GCE metadata by IP not name
|
| |
| |
| |
| |
| |
| | |
If you're using a non-GCE nameserver you won't be able to resolve the name. This aligns GCE with other clouds in Ohai.
Signed-off-by: Tim Smith <tsmith@chef.io>
|
| |
| |
| |
| | |
Obvious fix; these changes are the result of automation not creative thinking.
|