summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Convert @ohai => let(:ohai) in system_spec.OC-10998sersut2014-01-141-78/+64
|
* Decrease the chance of specs failing to 1 / 2^32sersut2014-01-141-1/+1
|
* Move constant clean up functions to its own mixin.sersut2014-01-144-48/+57
|
* Fix network plugin specs.sersut2014-01-143-6/+15
|
* Remove the forgotten :focus in system tests.sersut2014-01-141-1/+1
|
* Make sure the file_path is passed to eval.sersut2014-01-141-1/+1
|
* Fix and/or Turn off the errors, warnings from ohai in the default run condition.sersut2014-01-148-25/+47
|
* Reset the plugin information when all_plugins is called consecutively in ↵sersut2014-01-143-9/+76
| | | | | | order to pick up any changes to the plugins that happened in the meantime. This is needed for ohai resource of Chef which calls all_plugins during :reload action.
* Merge pull request #271 from opscode/merge-6-stableSerdar Sutay2014-01-1330-125/+1197
|\ | | | | Merge 6 stable
| * Remove the unneeded line from aix filesystem plugin.merge-6-stablesersut2014-01-131-1/+0
| |
| * Convert AIX plugins to use shell_out.sersut2014-01-1311-164/+148
| |
| * Fix gce plugin and gce plugin specs. The changes are:sersut2014-01-132-78/+15
| | | | | | | | | | 1-) Remove the dmi related code from gce plugin since it's not used anymore. 2-) When the hints file doesn't exist, gce plugin will still try to find the metadata server and get required information from it.
| * merge gce pluginClaire McQuin2014-01-121-3/+22
| |
| * merge cloud pluginClaire McQuin2014-01-121-5/+12
| |
| * convert aix unit tests to version 7 test formatClaire McQuin2014-01-128-116/+141
| |
| * merged most of 6-stable into master. remaining files: ↵Claire McQuin2014-01-0927-50/+1151
| |\ | | | | | | | | | lib/ohai/plugins/cloud.rb, lib/ohai/plugins/gce.rb, spec/unit/plugins/gce_spec.rb
| | * Merge pull request #212 from opscode/lcg/java-stdout-buglamont-granquist2014-01-081-4/+4
| | |\ | | | | | | | | swap order of redirects
| | | * swap order of redirectsLamont Granquist2013-10-111-4/+4
| | | | | | | | | | | | | | | | - you need to dup2 before redirecting
| | * | Clean up `jenkins_run_tests.bat`Seth Chisamore2013-12-051-4/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This change ensures the bat file is in sync with what we have in opscode/chef. Conflicts: ci/jenkins_run_tests.bat
| | * | Merge pull request #235 from opscode/OHAI-537Bryan McLellan2013-12-042-2/+13
| | |\ \ | | | | | | | | | | OHAI-537: Require the os plugin in the hostname plugin
| | | * | OHAI-537: Require the os plugin in the hostname pluginBryan McLellan2013-12-042-2/+13
| | |/ / | | | | | | | | | | | | | | | | | | | | The hostname plugin uses the os plugin, so it needs to be loaded first. In a normal run it happens to be loaded but if you're only running the hostname plugin it will fail without the os plugin.
| | * | CHEF-4714jamescott2013-11-041-1/+1
| | | |
| | * | fix to say "The version of Ohai."jamescott2013-10-311-1/+1
| | | |
| | * | Bump the version number to 6.20.0 for release.6.20.0sersut2013-10-311-1/+1
| | | |
| | * | update man page per OHAI-515jamescott2013-10-282-3/+10
| | | |
| | * | update Ohai man pagejamescott2013-10-221-18/+80
| | | |
| | * | Bump the version to 6.20.0.rc.16.20.0.rc.1sersut2013-10-211-1/+1
| | | |
| | * | Merge pull request #216 from opscode/systemu-version-pinSerdar Sutay2013-10-181-9/+1
| | |\ \ | | | | | | | | | | Pin version of systemu to the same version included in chef.
| | | * | Pin version of systemu to the same version included in chef.systemu-version-pinsersut2013-10-181-9/+1
| | | | |
| | * | | OHAI-412 was reverted on the 6-stable branchBryan McLellan2013-10-180-0/+0
| | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | The OHAI-412 changes are for Ohai 7.0.0+ and were accidentally merged to the 6-stable branch. They were reverted in these commits: 87042c00beb7e1563310d8d208a93216f89e5134 91edd2b8b7e7bd0c846efe773d131e98d4ed1229
| | * | Bump version for 6.20.0 RC.6.20.0.rc.0sersut2013-10-171-1/+1
| | | |
| | * | Merge pull request #213 from opscode/lcg/force-encodelamont-granquist2013-10-172-5/+26
| | |\ \ | | | | | | | | | | Test for LANG=C and input contains UTF-8
| | | * | force encode all strings to UTF-8lcg/force-encodeLamont Granquist2013-10-172-7/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - this is a bit of a hack for ohai-6 while we're still using popen4 instead of mixlib-shellout - this may mean that we poorly support ISO-8851 / Shift_JIS or other non-UTF-8 encodings for characters where there is no translation between the external encoding and UTF-8 - this essentially standardizes on using UTF-8 internally
| | | * | Test for LANG=C and input contains UTF-8Lamont Granquist2013-10-171-0/+20
| | |/ / | | | | | | | | | | | | - currently we bomb with "invalid byte sequence in US-ASCII"
| | * | fix jenkins script for windowsLamont Granquist2013-10-171-1/+1
| | |/
| | * Merge pull request #209 from opscode/adamed-ohai-507-dmiAdam Edwards2013-10-106-91/+67
| | |\ | | | | | | | | OHAI-507: GCE Ohai plugin update for GCE v1beta1 compatibility
| | | * Merge branch '6-stable-gce-metadata-update' into 6-stablePaul Rossman2013-10-101-1/+27
| | | | | | | | | | | | | | | | | | | | Conflicts: lib/ohai/plugins/gce.rb
| | | * Restore Ohai 6 compatibility in spec testadamedx2013-10-101-18/+18
| | | |
| | | * clarify spec descriptionPaul Rossman2013-10-101-1/+1
| | | |
| | | * fixed spec errorsPaul Rossman2013-10-101-4/+4
| | | |
| | | * fix spec errorsPaul Rossman2013-10-101-14/+3
| | | |
| | | * verify gce only by metadata.google.internal, remove dmi checkPaul Rossman2013-10-102-10/+2
| | | |
| | | * GCEL is deprecatedPaul Rossman2013-10-102-12/+3
| | | |
| | | * updated metadata hostnamePaul Rossman2013-10-101-1/+1
| | | |
| | | * small change for hostnamePaul Rossman2013-10-101-1/+1
| | | |
| | | * typoPaul Rossman2013-10-101-2/+2
| | | |
| | | * new metadata server urlPaul Rossman2013-10-103-38/+16
| | |/
| | * Merge pull request #210 from opscode/enable-manhattanSerdar Sutay2013-10-092-0/+22
| | |\ | | | | | | | | Add CI automation scripts to ohai
| | | * Add scripts that can run specs on jenkins.enable-manhattansersut2013-10-092-0/+22
| | |/
| | * Merge pull request #207 from opscode/adamed-OC-9106-re-mergeAdam Edwards2013-09-2915-19/+905
| | |\ | | | | | | | | OC-9106 AIX Ohai changes re-merge