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

18 commits

Author SHA1 Message Date
Patrick McKenzie
efeee6f904 Fixing Slicehost DNS so that a) tests pass b) token names map to what Fog expects -- record_type not record-type, value not data, etc c) creation of new DNS records possible 2011-11-08 16:14:30 +09:00
Patrick McKenzie
426815d01d Slicehost uses record-type and zone-id for their API, which messes with Fog internals, so changing these to record_type and zone_id in the parser. 2011-11-08 13:37:56 +09:00
geemus
2f9654993e [core] fixing more paths after rearrange 2011-09-22 19:34:14 -05:00
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
2922a62768 [dns|slicehost] move slicehost dns to its own shared area (namespacing should probably be corrected) 2011-08-24 19:47:21 -05:00
geemus
3be53104be [compute] consolidate 2011-01-07 16:52:09 -08:00
geemus
39b5899163 [dns] consolidate 2011-01-07 16:12:04 -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
geemus (Wesley Beary)
ff6fd5c588 [slicehost] Flavor(s) and Image(s) models 2010-02-06 15:39:14 -08:00
geemus (Wesley Beary)
5187883bae cleanup and first pass at slicehost server(s) models 2010-02-04 00:27:14 -08:00
Wesley Beary
4099ba9310 create/delete slices for slicehost 2009-11-28 16:18:20 -08:00
Wesley Beary
f77cd66ea6 first pass at slicehost support (methods for querying existing stuff) 2009-11-26 21:04:49 -08:00