summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [WIP] - converting sigar -> AIX commandsjtimberman/aix-wipjtimberman2013-05-095-10/+79
* Merge branch 'OHAI-434'Bryan McLellan2013-04-154-53/+189
|\
| * OHAI-434: Raise error on non-200 response while retrieving EC2 metadataMike Javorski2013-04-122-1/+15
| * OHAI-434: Order metadata versions with basic String/Array#sortMike Javorski2013-04-122-1/+4
| * OHAI-434: Raise error when no supported EC2 metadata version is foundMike Javorski2013-04-121-0/+3
| * OHAI-434: Raise error on non-200 response when determining EC2 metadata versionMike Javorski2013-04-121-1/+3
| * WhitespaceMike Javorski2013-04-121-10/+10
| * OHAI-434: Add unit tests for Ec2Metadata#best_api_versionBryan McLellan2013-04-121-0/+72
| * Revert db97a05 "Extend EC2 mixin specs..." as btm has added an additional spec.Mike Javorski2013-04-121-8/+1
| * Extend EC2 mixin specs to ensure that proper metadata API is selectedMike Javorski2013-04-121-1/+8
| * Handle non-200 response codes in response to EC2 best_api_version queryMike Javorski2013-04-121-0/+1
| * Add a class comment explaining the multi-version retrieval logicMike Javorski2013-04-101-0/+16
| * [#OHAI-434] Detect and use the latest (recognized-working) EC2 metadata APIMike Javorski2013-02-063-20/+45
| * Add proper response codes to http request mocksMike Javorski2013-02-062-33/+33
|/
* Bump to 6.16.0 for final release6.16.0danielsdeleo2013-01-171-1/+1
* Use RUBY_PLATFORM instead of Gem::Specification.platformBryan McLellan2012-12-141-1/+4
* Update deprecated rake/gempackagetaskBryan McLellan2012-12-141-2/+2
* 6.16.0.beta.2Bryan McLellan2012-12-121-1/+1
* [OHAI-400] Removed not needed URI normalizationXabier de Zuazo2012-12-121-2/+1
* [OHAI-400] fix URI parsing bug when MAC address starts with a numberXabier de Zuazo2012-12-122-6/+6
* 6.16.0.beta.1 => RubyGems Rational VersioningBryan McLellan2012-12-121-1/+1
* 6.16.0-beta.1Bryan McLellan2012-12-121-1/+1
* [OHAI-423] Add development dependency on rake gemLarry Gilbert2012-12-111-0/+1
* Help Ruby 1.9 find spec/support/platform_helpersBryan McLellan2012-12-071-2/+3
* Don't bother running the darwin profile spec on WindowsBryan McLellan2012-12-061-1/+1
* Refactor unit test layoutBryan McLellan2012-12-0664-1/+44
* Merge branch 'OHAI-408'Bryan McLellan2012-12-061-2/+2
|\
| * More liberal SmartOS detection, to compensate for several changes in /etc/rel...Ben Rockwood2012-12-061-2/+2
|/
* OHAI-395: Use sort_by instead of sort_by!Bryan McLellan2012-12-062-3/+3
* Merge branch 'OHAI-395'Bryan McLellan2012-12-064-8/+79622
|\
| * OHAI-395: Fail obviously if we can't load plistBryan McLellan2012-12-061-1/+8
| * Fixed spec for system_profilerPaul Mooring2012-12-063-12/+17
| * commit broken testsPaul Mooring2012-12-062-0/+79563
| * Added serial_number to system_profile per OHAI-395. The current code isPaul Mooring2012-12-061-5/+44
|/
* Merge branch 'OHAI-416'Bryan McLellan2012-12-062-0/+28
|\
| * OHAI-416: Add tests for get_regionBryan McLellan2012-12-061-0/+14
| * OHAI-416: rescue if xenstore-ls does not existBryan McLellan2012-12-061-0/+2
| * check the output of xenstore-ls vm-data to get the Rackspace region. Other da...Matt Ray2012-12-061-0/+12
|/
* Merge branch 'OHAI-410'Bryan McLellan2012-12-064-15/+67
|\
| * OHAI-410: Remove ununsed family argumentBryan McLellan2012-12-061-2/+2
| * OHAI-410: Only store ipv4 addresses in cloud[:public_ips]Bryan McLellan2012-12-061-2/+0
| * make rackspace ipv6 address accessible in rackspace and cloud plugins if avai...Andreas Gerauer2012-12-064-16/+70
|/
* Merge branch 'OHAI-381'Bryan McLellan2012-12-062-0/+77
|\
| * turns out Rackspace doesn't have the metadata server enabledMatt Ray2012-12-061-2/+0
| * add support for identifying Rackspace, HP or vanilla OpenStackMatt Ray2012-12-062-2/+10
| * switch to hint? methodmattray2012-12-061-1/+1
| * added openstack support to cloudmattray2012-12-061-0/+31
| * use the meta-data service to populate the openstack attributesmattray2012-12-061-62/+12
| * first pass, need to refactor to use the meta-data service insteadmattray2012-12-061-0/+90
|/
* Merge branch 'OHAI-418'Bryan McLellan2012-12-064-37/+307
|\