1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00
Commit graph

17 commits

Author SHA1 Message Date
Edward Muller
57679f4256 Fix describe_instances stateReason handling
Before this the state_reason code was always 0 ('..'.to_i) and message
was lost
2012-11-15 18:47:31 -08:00
Dan Peterson
ab27175aa5 [aws|compute] Support for EBS-optimized instances. 2012-08-01 13:10:06 -03:00
Frederick Cheung
38c75c85ab start an instance with an IAM profile and access the credentials 2012-06-20 23:17:46 +01:00
Artem Veremey
66673e59dd Adding network interface information and security group ids 2012-05-17 21:19:27 -07:00
Ozgur Akan
3e7f55ae00 monitoring-state is enabled or disabled, if enabled returns true 2012-04-14 18:30:31 -04:00
Benton Roberts
67f3bc9ca4 [aws|compute] add networkInterfaceSet context to EC2 instance parser 2012-04-10 11:50:40 -04:00
Sean Porter
e8ecbc25cf [vpc-fixes] AWS security group model + VPC
[vpc-fixes] drop sec group name when id is provided

[vpc-fixes] must use IpPermissions in order to apply

[vpc-fixes] adjust sec group tests since group id can be provided instead of group name

[vpc-fixes] update other methods to allow for name or id

[vpc-fixes] fix whitespace in test

[vpc-fixes] testing nil name and id

[vpc-fixes] get sec group revoke working

[vpc-fixes] name_specified & group_id_specified to catch where GroupId key exists but is nil
2012-04-01 10:23:46 -07:00
Eric Stonfer
39e6d267d6 add subnet and vpc info to instance gets 2012-01-31 23:32:47 -05:00
Artem
1a7c15cbe3 Removing duplicates from reservation's groupSet 2012-01-30 17:44:08 -08:00
geemus
8a8b259a7e [compute|aws] move aws compute to its own shared area (namespacing should probably be corrected) 2011-08-24 20:38:13 -05:00
geemus
3be53104be [compute] consolidate 2011-01-07 16:52:09 -08:00
Matt Griffin
9ff06a8768 Move tag parser higher up so that the more specific use of the item element comes before the less specific. 2010-10-14 01:50:46 +08:00
geemus
f2fd5d30b7 [aws|compute] fleshing out tag support 2010-10-12 11:00:59 -07:00
geemus
cf724053a0 [aws|compute] fixes to make clientToken work properly throughout 2010-10-04 16:27:32 -07:00
geemus
b6ae71066f [aws][compute] describe_instances should return clientToken 2010-10-04 16:17:19 -07:00
geemus
6f2ce0d895 [aws][compute] update describe calls to use filters 2010-10-04 15:46:12 -07:00
geemus
58577e17bf [aws] rename ec2/s3 to compute/storage 2010-09-08 14:40:57 -07:00
Renamed from lib/fog/aws/parsers/ec2/describe_instances.rb (Browse further)