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

1731 commits

Author SHA1 Message Date
geemus
1bfc211758 [ecloud|compute] skip more tests unless mocked 2011-02-25 12:22:49 -08:00
geemus
2a02fdd0a1 [bluebox|dns] mark unmocked tests pending 2011-02-25 11:55:13 -08:00
geemus
0d1007d233 remove leftover TerremarkEcloud stuff 2011-02-25 11:54:57 -08:00
geemus
def3be4bb3 [dnsimple|dns] small model fixes 2011-02-25 11:25:59 -08:00
geemus
f60ad1cc5f add ecloud to providers list for tests 2011-02-25 11:11:37 -08:00
geemus
d7f214705e Merge branch 'dje' 2011-02-25 11:10:41 -08:00
Darrin Eden
daf0f5e1fd use production system 2011-02-24 21:15:44 -08:00
Darrin Eden
b7ee5ae185 fixing up final model bits 2011-02-24 21:13:16 -08:00
Darrin Eden
7a9d709398 model hacking working towards passing tests 2011-02-24 17:42:24 -08:00
Darrin Eden
37af71d76a initial model work 2011-02-24 17:14:50 -08:00
geemus
478d7ac54b test for pressence of scp/ssh on server 2011-02-24 16:55:18 -08:00
Allan
9c0823bfa5 added scp support 2011-02-25 08:49:11 +08:00
Allan
de7a6b0564 [aws|server] fixed deprecation warnings for ip_address 2011-02-25 08:49:10 +08:00
Allan
5030cbb2fe fixed mock 2011-02-25 08:49:10 +08:00
Allan
8ccbd4917d added basic scp support 2011-02-25 08:49:10 +08:00
bdorry
ad40758c84 [aws|iam] added update signing certificate support 2011-02-24 16:44:03 -08:00
bdorry
6689c6e0a5 [aws|iam] added update group requests and parsers 2011-02-25 08:41:30 +08:00
geemus
10f084e7fe [voxel|compute] cleanup 2011-02-24 16:40:12 -08:00
Darrin Eden
3a8382f666 implemented a few more requests 2011-02-24 15:22:38 -08:00
Darrin Eden
6c8fd4ec8a create_record request 2011-02-23 21:56:16 -08:00
Darrin Eden
2006ff3259 dnsimple credentials default 2011-02-23 21:54:13 -08:00
Darrin Eden
70a7647d5b initial work on dnsimple domain requests 2011-02-23 19:35:05 -08:00
James W. Brinkerhoff
03dbc70741 fixes and updating to new parser 2011-02-23 15:38:59 -08:00
James W. Brinkerhoff
d090b86d6a raise NotFound when hAPI returns error on delete and simple Error on create 2011-02-23 15:38:59 -08:00
James W. Brinkerhoff
d37397becc fix to allow voxcloud_create call with :password and :name vs :admin_password and :hostname
bugfix in voxcloud_delete mock, devices vs servers
2011-02-23 15:38:47 -08:00
James W. Brinkerhoff
bf4ca3621d [voxel|compute] fleshing out testing 2011-02-23 15:38:42 -08:00
James W. Brinkerhoff
138ea7cd94 fixed ready? in server model, minor formatting change in servers 2011-02-23 15:38:41 -08:00
James W. Brinkerhoff
f24fdb028e added root password and ip address support 2011-02-23 15:38:41 -08:00
James W. Brinkerhoff
33c3777e77 added voxcloud_delete request 2011-02-23 15:38:41 -08:00
James W. Brinkerhoff
128d531505 removed forced customer_id, some minor cleanup 2011-02-23 15:38:41 -08:00
James W. Brinkerhoff
2d60d38a52 Switched to using XML rather than JSON, using the xmlsimple 2011-02-23 15:38:15 -08:00
James W. Brinkerhoff
4c6c9c678a modifying voxel provider to conform with new org 2011-02-23 14:51:18 -08:00
James W. Brinkerhoff
c71ce6a3b3 Working excon support, all requests need to be updated 2011-02-23 14:51:18 -08:00
James W. Brinkerhoff
92906b74a1 Fixed some cut and paste fail with the currently unwritten Mocks 2011-02-23 14:51:18 -08:00
James W. Brinkerhoff
221581844a added disk_size to devices.list call 2011-02-23 14:51:18 -08:00
James W. Brinkerhoff
1bbb919dff Compute mostly working for server creates 2011-02-23 14:51:18 -08:00
James W. Brinkerhoff
f475f14e64 Adding support for listing servers 2011-02-23 14:51:18 -08:00
James W. Brinkerhoff
d1606e69cc Initial add of voxel provider, framework in place for compute and image listing 2011-02-23 14:51:13 -08:00
geemus
1a0afbc6ed [dns] alpha sort providers in helper 2011-02-23 11:16:58 -08:00
geemus
8bcd078193 Merge branch 'ggoodale'
Conflicts:
	lib/fog/bin/bluebox.rb
	tests/helper.rb

Closes 
2011-02-23 11:15:03 -08:00
ggoodale
9fb34868d2 Test tweaks 2011-02-23 11:12:53 -08:00
geemus
df510eb28a [aws|iam] get_group set Arn on group/member as appropriate 2011-02-23 10:58:50 -08:00
coliver
1dd105325c Added url reference for update_user parser. Added get_group to IAM. Note: The excon response is not properly adding the Arn to the Users because both the group and user have an element named 'arn'. I'm not sure how to handle this. 2011-02-24 02:53:28 +08:00
coliver
6052d210af Added Update User command to IAM 2011-02-24 02:53:27 +08:00
crazed
1d341d0b04 [aws|compute] fixed missing require line for basic parser 2011-02-24 02:52:18 +08:00
geemus
6f7dd6ddea should extend with deprecation, not include 2011-02-23 10:45:50 -08:00
geemus
9a40a17e9f [compute] consolidate ip accessors
closes 
2011-02-22 16:36:15 -08:00
geemus
8fdab3e8b4 [aws|iam] fix docs. Closes 2011-02-22 11:06:47 -08:00
crazed
4f9972efcd [aws|compute] authorize/revoke security group requests name should be required param 2011-02-23 02:54:54 +08:00
geemus
8880448fcb add changelog for 0.5+
Closes 
2011-02-22 10:38:34 -08:00