summaryrefslogtreecommitdiff
path: root/lib/ohai/plugins/ec2.rb
Commit message (Expand)AuthorAgeFilesLines
* Update rubocop-performance requirement from 1.15.2 to 1.16.0 (#1784)dependabot[bot]2023-02-201-2/+2
* Fix linter errorMarc A. Paradise2022-10-111-2/+1
* [ohai][ec2][looks_like_ec2] Do not depend on metadata endpoint (#1768)Greg Batye2022-10-111-7/+1
* Updating For Ruby 3.1John McCrae2022-04-061-1/+1
* Stop checking encoding namesJean byroot Boussier2022-02-221-2/+2
* Don't track sensitive new ec2 metadataTim Smith2021-02-011-0/+3
* Freeze the strings we're not later modifyingTim Smith2020-10-301-0/+1
* Merge pull request #1525 from kcbraunschweig/issue1524Tim Smith2020-10-141-5/+11
|\
| * Include IAM role and info in ec2 data (issue #1524)KC Braunschweig2020-10-081-5/+11
* | Target Mode OhaiLamont Granquist2020-10-011-2/+2
|/
* Remove Copyright DatesLamont Granquist2020-08-271-1/+1
* chefstyleLamont Granquist2020-08-251-1/+1
* Move requires into collect methodsTim Smith2020-08-091-1/+2
* Gate more of the external requiresTim Smith2020-08-091-1/+1
* Use .match? when we don't need the resultTim Smith2020-07-061-5/+5
* Chefstyle fixes from Rubocop 0.80Tim Smith2020-02-191-1/+1
* new chefstyle rules for 0.13.2Lamont Granquist2019-07-081-0/+1
* Apply require speedups to ohailcg/require-speedupsLamont Granquist2019-05-151-2/+2
* mechanical conversion of debug to tracetm/inject_logThom May2018-03-161-11/+11
* Detect new Amazon hypervisor used by the C5 instancesTim Smith2017-11-071-16/+37
* Make sure we require wmi/lite in the ec2 pluginec2_missing_requireTim Smith2017-09-191-1/+1
* Move windows detect to its own method and add specsTim Smith2017-09-071-10/+20
* Remove the org detection since it's less reliable that UUIDTim Smith2017-09-061-16/+1
* Detect EC2 using UUIDs on Windows as well as LinuxTim Smith2017-09-061-2/+10
* Improve the existing commentsTim Smith2017-09-061-0/+5
* Move the queries into the actual pluginTim Smith2017-09-061-4/+4
* autofixing cops for 0.5.0Lamont Granquist2017-06-201-5/+5
* [ec2] Add additional data from identity documentSean Escriva2017-03-171-0/+2
* Move duplicate http logic into a helperhttp_helperTim Smith2017-02-031-1/+3
* Fetch AWS Account ID from metadataKirill Shirinkin2016-11-301-0/+1
* Cleanup attribute access in cloud pluginsattribute_cleanupTim Smith2016-05-111-20/+14
* Consistent plugin debug loggingTim Smith2016-04-221-9/+9
* Reduce duplicate codeTim Smith2016-04-071-15/+10
* Ensure we when values exist, but they don't matchTim Smith2016-04-071-0/+6
* Updates based on feebackTim Smith2016-04-071-2/+2
* Add tests for the UUID EC2 detection methodTim Smith2016-04-071-2/+2
* Detect EC2 via Xen Hypervisor UUID starting with ec2Tim Smith2016-03-311-3/+18
* Remove the Xen MAC address detection methodTim Smith2016-03-311-24/+1
* Detect Windows EC2 nodesTim Smith2016-03-311-2/+20
* Remove ec2metadata CLI as a EC2 detection methodTim Smith2016-03-311-19/+9
* Handle mis-identifying ec2 betterTim Smith2016-03-071-3/+9
* chefstyle catchup for ohaiLamont Granquist2016-02-111-6/+6
* Update has_ec2_mac? to has_xen_mac? in 2 spotsTim Smith2016-02-091-1/+1
* Merge branch 'btm/deprecate_ec2_mac' into better_ec2_detection_v2Tim Smith2016-02-041-1/+7
|\
| * deprecate looking for EC2 by macbtm/deprecate_ec2_macBryan McLellan2016-02-031-0/+6
* | Detect paravirt amazon instances without hint filesTim Smith2016-02-041-12/+24
|/
* Clarify where this detection will work in the commentsTim Smith2016-02-021-0/+2
* If dmi data is present use the presence of amazon strings to detect EC2Tim Smith2016-02-011-1/+17
* Handle user data not existing at all in metadataTim Smith2016-02-011-1/+1
* Update e-mails and copyrightsTim Smith2016-01-131-3/+3