summaryrefslogtreecommitdiff
path: root/lib/ohai/plugins/linux/virtualization.rb
Commit message (Expand)AuthorAgeFilesLines
* Update rubocop-performance requirement from 1.15.2 to 1.16.0 (#1784)dependabot[bot]2023-02-201-4/+4
* Dead links fixed, If you need other revisions of the link you can get that fr...SHUVRO-PC\USER2021-04-221-1/+1
* Gather CPU info from lscpu and merge data into cpu attribute namespace (#1454)Lance Albertson2021-04-191-0/+9
* Detect docker properly even if it's within virtualizationPhil Dibowitz2021-02-231-1/+5
* Add support for Podman and fix docker guest detection on Github ActionsLance Albertson2021-02-051-0/+25
* Freeze the strings we're not later modifyingTim Smith2020-10-301-0/+1
* Target Mode OhaiLamont Granquist2020-10-011-23/+23
* Remove Copyright DatesLamont Granquist2020-08-271-1/+1
* Use .match? when we don't need the resultTim Smith2020-07-061-7/+7
* Fix docker detection in ohai virtualizationPhil Dibowitz2020-06-301-2/+5
* Use correct DMI attribute name for product nameLance Albertson2020-04-171-2/+2
* Fix detection of the Openstack virtualization hypervisorTim Smith2019-09-041-10/+11
* Simplify how we create empty mashes in the pluginsmash_newTim Smith2019-06-111-1/+1
* Apply require speedups to ohailcg/require-speedupsLamont Granquist2019-05-151-1/+1
* Unify virtualization detection on a single helperTim Smith2018-12-051-20/+10
* Linux Virtualization: Use the new nests `systems` format for lxd / lxcnested_virtTim Smith2018-11-271-0/+3
* :art: :hammer: rename virtualization[:host] to virtualization[:hypervisor_host]Ressl Robert2018-11-251-1/+1
* Update lib/ohai/plugins/linux/virtualization.rbTim Smith2018-11-251-1/+1
* :art: :hammer: update chefstyle offensesRessl Robert2018-11-251-4/+4
* :sparkles: :pencil: add function to load hyper_v hostname from guestRessl Robert2018-11-251-0/+11
* mechanical conversion of debug to tracetm/inject_logThom May2018-03-161-20/+20
* Merge pull request #1125 from chef/dockerTim Smith2018-02-161-8/+17
|\
| * Detect docker hosts in the Virtualization pluginTim Smith2018-02-151-8/+17
* | annotateSean Zachariasen2018-02-071-0/+8
* | account for snap based installationsSean Zachariasen2018-02-061-4/+9
|/
* (chef/ohai#1110) Fix for issue introduced by docker for mac update.David Salazar2018-01-101-1/+1
* Added systemd-nspawn virtualization detectionZeal Jagannatha2017-11-201-1/+6
* also check for lxc-startJose Asuncion2017-10-061-1/+1
* Merge pull request #1055 from jeunito/bug/833Tim Smith2017-09-081-0/+5
|\
| * change expressionJose Asuncion2017-09-081-1/+1
| * detect lxc guest using /proc/1/environJose Asuncion2017-09-071-0/+5
* | Move all requires into the plugin definitionsTim Smith2017-08-161-2/+1
|/
* Remove a bit of dead codedead_codeTim Smith2017-01-251-4/+0
* Better debug loggingTim Smith2016-12-221-0/+18
* detect lxdJose Asuncion2016-09-011-0/+10
* Also fix DmiDecode mixin.Noah Kantrowitz2016-07-291-2/+1
* FileHelper will just stay in the base Plugin class indefinitely. It's small, ...Noah Kantrowitz2016-07-291-2/+0
* Resolve Chefstyle warningsTim Smith2016-03-011-2/+2
* Detect openstack hosts by nova binaryTim Smith2016-03-011-0/+11
* Differentiate between KVM guests and hostsTim Smith2016-03-011-3/+9
* Comment cleanupTim Smith2016-02-291-9/+1
* Replace unreliable host KVM detection with better guest detectionTim Smith2016-02-291-6/+9
* chefstyle catchup for ohaiLamont Granquist2016-02-111-7/+7
* Style cleanups in the linux virtualization pluginTim Smith2016-02-021-16/+16
* Name the dmi decoding method betterTim Smith2016-02-021-1/+1
* Update e-mails and copyrightsTim Smith2016-01-131-1/+1
* Move dmidecode parsing into a mixin to dedupe codeTim Smith2015-11-271-37/+8
* Add detection for RHEV (on Linux guests) to virtualization pluginJames E. Flemer2015-10-281-1/+1
* Fix #531: Docker changed their cgroups formatJean Baptiste Favre2015-08-131-1/+3
* Detect KVM guest from dmidecodeClaire McQuin2015-08-061-1/+1