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

19 commits

Author SHA1 Message Date
geemus
b50b62d7bc [compute|aws] add request level support for spot instances
closes #334
2011-06-27 17:45:37 -07:00
geemus
c8244b4930 [compute|aws] cluster compute placement group implementation
closes #372
2011-06-24 17:31:44 -07:00
geemus
a67a1cf1b3 [compute|aws] fix deprecated compute service accessor usage 2011-06-23 11:51:31 -07:00
Dylan Egan
4acd979a9e You only need either the size or the snapshot_id. 2011-06-20 15:57:32 -07:00
geemus
69407efdbb [compute] refactor provider/service namespacing 2011-06-16 16:29:14 -07:00
Dr Nic Williams
c5f326d8a8 use correct variable name in test description 2011-05-26 17:38:04 -07:00
geemus
a28a7fcb72 [aws|compute] fix instance format in tests 2011-05-26 14:38:55 -07:00
Aaron Suggs
eaab751b4b [compute|aws] Make volumes format more flexible 2011-05-18 16:18:14 -04:00
Aaron Suggs
b0f4d2448c [compute|aws] Better key_pair tests
Also, Fog::AWS::Mock.key_material returns a valid
RSA key
2011-05-18 15:33:13 -04:00
Aaron Suggs
00278cf57a [compute|aws] Add get_password_data request.
This request only applies to MS Windows instances,
so use an MS Win AMI in the instance tests.

Relaxes the parser formats flexible to make tests
less brittle to other instances.

Depends on #302
2011-05-13 12:49:28 -04:00
Aaron Suggs
5895747456 [compute|aws] Fix describe_instances filtering.
describe_instances now correctly handles filters
with a single instance id. E.g.

filters = {'instance-id' => 'i-12345678'}
2011-05-13 12:35:30 -04:00
geemus
f2dd87979d [compute] fix console output format in tests 2011-05-12 13:15:35 -07:00
Aaron Suggs
ad545a64af [compute|aws] Add failing tests for keypair parsing.
The private key is being truncated by the parser.
2011-05-11 13:51:45 -04:00
Aaron Suggs
2d664cdc21 [compute|aws] Use default AMI in tests 2011-04-27 23:20:30 -04:00
Aaron Suggs
8050770377 [compute|aws] Fix & improve some tests.
Use m1.small flavor with gentoo ami; smallest
flavor that supports instance storage.

Expect nullable strings for these attributes:
* snapshot descriptions
* tag descriptions
* volume snapshotIds

Whitespace cleanup.
2011-04-27 16:52:32 -04:00
geemus
17e137efa0 [aws|compute] fix revoke_security_group method signature 2011-03-03 15:44:49 -08:00
geemus
cb4a9d0cd9 [aws|compute] allow deleting all tags 2011-03-02 10:46:35 -08:00
geemus
3fd9d13bc2 [aws|iam] fix helper location 2011-01-03 18:56:02 -08:00
geemus
ed153088d0 [compute] consolidate testing 2011-01-03 13:34:08 -08:00