summaryrefslogtreecommitdiff
path: root/lib/ohai/mixin
Commit message (Expand)AuthorAgeFilesLines
* Extract `hex_to_dec_netmask` into mixin/network_helper.rbKris Shannon2019-11-221-0/+7
* Rename Ohai::Mixin::NetworkConstants to NetworkHelperKris Shannon2019-11-221-1/+1
* Fix detection of the Openstack virtualization hypervisorTim Smith2019-09-041-1/+4
* new chefstyle rules for 0.13.2Lamont Granquist2019-07-083-6/+7
* Use ||= instead of unless defined? for constantsCONVERSION_STATUSTim Smith2019-06-036-14/+14
* fix shellout require idempotencyLamont Granquist2019-05-241-1/+1
* Apply require speedups to ohailcg/require-speedupsLamont Granquist2019-05-158-10/+10
* Chefstyle fixes for Chefstyle 0.12Tim Smith2019-01-241-5/+5
* Fully remove support for HP-UXhpux_removalTim Smith2019-01-231-2/+0
* Unify virtualization detection on a single helperTim Smith2018-12-051-24/+29
* Remove circa ~2005 virtualization hypervisor detectionremove_old_virtualboxTim Smith2018-11-261-9/+1
* Set User-Agent in HTTP header for GCE pluginNathen Harvey2018-11-151-1/+5
* Revert "Connect to GCE metadata by IP not name"Tim Smith2018-09-171-1/+2
* Connect to GCE metadata by IP not namegce_metadataTim Smith2018-09-161-2/+1
* rename timeout to shellout_timeout to make it clearerWheresAlice2018-08-061-1/+1
* Make the default timeout of 30 seconds configurableWheresAlice2018-08-061-2/+2
* fixes for new chefstyle rulesLamont Granquist2018-07-058-22/+22
* Detect virtualization on newer AWS instance types. (m5)Chris Bajumpaa2018-05-241-0/+2
* Remove unnecessary returnsTim Smith2018-05-181-5/+5
* Add more yard commentscommentsTim Smith2018-05-178-1/+39
* Resolve another yard warningTim Smith2018-05-171-5/+4
* mechanical conversion of debug to tracetm/inject_logThom May2018-03-167-19/+19
* Going with commonly supported versionKris Zentner2018-03-071-1/+1
* Receive richer metadata using recent versionKris Zentner2018-03-071-1/+1
* Resolve the last of the chefstyle warningsgreen_travisTim Smith2018-03-064-4/+4
* Softlayer is forcing tlsv1_2 for all API calls. tlsv1 calls will stop workin...S.Cavallo2018-03-011-1/+1
* Add scaleway pluginJonathan Amiez2018-01-291-0/+46
* Merge pull request #993 from chef/ipv4_arrayTim Smith2018-01-101-1/+1
|\
| * Treat local_ipv4 as an arrayipv4_arrayTim Smith2017-11-281-1/+1
* | Fix a few typos in log messagestyposTim Smith2017-12-023-3/+3
|/
* Return nils on error instead of an empty hashTim Smith2017-09-071-2/+2
* Warn in the mixin when things go wrongTim Smith2017-09-071-2/+2
* Add Azure metadata endpoint supportTim Smith2017-08-111-0/+53
* autofixing cops for 0.5.0Lamont Granquist2017-06-204-16/+16
* More consistent debug messagingTim Smith2017-06-012-12/+12
* Add additional debug logging to the metadata mixinreuse_metadata_connectionsTim Smith2017-04-271-1/+4
* Avoid parsing the best api version 2 extra timesTim Smith2017-04-271-33/+28
* Add all the metadata versions Amazon lists right nowTim Smith2017-04-271-2/+1
* Up our keepalive timeout and drop out read timeoutTim Smith2017-04-271-1/+4
* Remove double splitTim Smith2017-04-271-1/+0
* Clarify what’s happening with unsupported metadata a bit betterTim Smith2017-04-271-1/+1
* Merge pull request #992 from chef/new_ec2_metadataTim Smith2017-04-271-2/+2
|\
| * Add support for the 2016 EC2 metadata releasesnew_ec2_metadataTim Smith2017-04-261-2/+2
* | Inject sane paths into shell_outAkira Kitada2017-04-261-0/+5
|/
* Use the new http helper for socket checksGenPage-digitalocean_metadataTim Smith2017-02-231-27/+0
* Log consistencyTim Smith2017-02-231-3/+3
* Parse the JSON so that we can do .each on it laterTim Smith2017-02-231-5/+6
* Use the correct IP address for metadataTim Smith2017-02-231-1/+1
* Chefstyle fixes and fix a bad hashTim Smith2017-02-231-5/+5
* Setup DigitalOcean plugin to use Metadata APIGenPage2017-02-231-0/+73