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

30 commits

Author SHA1 Message Date
Patrick McKenzie
7d84f8d040 Getting it so zone.records works as expected (loads all records, for that zone only). 2011-11-08 19:18:47 +09:00
Patrick McKenzie
c8c4324549 Allow updates of DNS records. Updates on zones not supported yet. 2011-11-08 18:12:25 +09:00
Patrick McKenzie
8c680f0d80 1) Fix so that getting a single record actually works. 2) zone.records currently returns all records in account, not just records for that zone. Add failing test (temporarily, assumes test account has existing zones for this to actually fail) + fix. 3) Add in data alias for record.value, just in case someone needs it, as Slicehost calls this data. 2011-11-08 16:34:37 +09:00
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
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
e4e33af626 [dns] fixes to get all shared tests passing 2011-01-03 15:39:38 -08:00
geemus
39ed179198 [linode|dns] first pass at models 2010-12-23 16:47:47 -08:00
geemus
13e8141158 [slicehost|dns] first pass at models 2010-12-23 15:36:08 -08:00
geemus
5854e249aa more consistent attribute storage/usage 2010-11-19 13:45:45 -08:00
geemus
8aec42583e remove weird sudo related ssh stuff and don't memoize ssh connection 2010-10-20 16:22:31 -07:00
geemus
4c8c25f361 fixes to make bootstrap play nicer, especially outside the bin/fog context 2010-10-20 14:32:30 -07:00
geemus
e923e3c959 raise an error if trying to re-save a model 2010-10-04 16:08:34 -07:00
geemus
619f7d430f fix paths for core requires 2010-10-04 14:02:08 -07:00
geemus
99ba20f411 [slicehost][compute] get first pass of bootstrap working 2010-09-27 20:38:17 -07:00
geemus
a963703309 fixes for/from specs/tests 2010-09-09 17:50:38 -07:00
geemus
136442206f [slicehost] rename slices to compute for consistency 2010-09-08 15:00:47 -07:00
geemus
6d6eafbb2b update attribute to consistently take hash and remove legacy array of aliases usage 2010-09-07 11:30:02 -07:00
geemus
fd755e042b clean up by changing service abstraction into a class 2010-09-03 15:04:54 -07:00
geemus
f589426319 better more consistent defaults for rackspace and slicehost server models 2010-07-17 17:01:18 -05:00
geemus
936cfc0e95 refactor/cleanup to use service 2010-06-12 15:31:17 -07:00
geemus (Wesley Beary)
c83f0f8e12 [slicehost] fix loading of flavors 2010-04-05 15:26:27 -07:00
geemus (Wesley Beary)
20edaa3097 [slicehost] add mock/real model helpers 2010-04-04 21:41:15 -07:00
geemus (Wesley Beary)
10db608eb1 [slicehost] cleaner mocking/dependencies 2010-03-17 20:51:55 -07:00
geemus (Wesley Beary)
ee5242ba48 consolidate lazy_load code into collection 2010-03-06 20:02:10 -08:00
geemus (Wesley Beary)
ff6fd5c588 [slicehost] Flavor(s) and Image(s) models 2010-02-06 15:39:14 -08:00
geemus (Wesley Beary)
9351fb2bdd [slicehost] add reboot support 2010-02-06 14:51:19 -08:00
geemus (Wesley Beary)
5187883bae cleanup and first pass at slicehost server(s) models 2010-02-04 00:27:14 -08:00