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

9 commits

Author SHA1 Message Date
geemus
01238bc720 [compute|slicehost] move slicehost compute to its own shared area (namespacing should probably be corrected) 2011-08-24 20:35:05 -05:00
geemus
3be53104be [compute] consolidate 2011-01-07 16:52:09 -08:00
geemus
8b3081ad10 [slicehost|dns] give dns its own namespace/service 2010-12-21 15:25:31 -08:00
Athir Nuaimi
3c69e06f07 complete work on Slicehost DNS functions. all functions now supported
all DNS functions are now working and tested.
any functions that have optional parameters can now accept these
comments cleaned up
note, no mocks or test cases.  will speak to geemus to learn more about how these work.
2010-12-10 11:56:49 -05:00
Athir Nuaimi
5d78577099 added support for managing DNS records through Slicehost
added for functions that work on DNS records.  The full Slicehost DNS API is now supported.
2010-12-09 16:12:32 -05:00
Athir Nuaimi
b1ddc8bf7a completed adding all the Slicehost DNS zone functions
can now add/edit/delete zones in the Slicehost DNS service. Includes the methods create_zone, delete_zone, get_zones, get_zone.  Note, there are no mocks or test cases.
2010-12-09 14:14:48 -05:00
Athir Nuaimi
5b50f8b2a8 slicehost.get_zones fully working
debugged issues with get_zones. still no test cases though.  once get rest of DNS functions working will contact geemus and find out more about how to add test cases
2010-12-09 13:20:44 -05:00
Athir Nuaimi
9d4b6a8bfb add new method to Slicehost - get_zones (not debugged yet)
have added new parser and request for get_zones.  As slicehost docs are sparse, parser has not been updated.  Will do so once I analyze xml that comes back from request (ie next checkin should have working parser)
2010-12-09 11:51:17 -05:00
geemus
136442206f [slicehost] rename slices to compute for consistency 2010-09-08 15:00:47 -07:00