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

29 commits

Author SHA1 Message Date
geemus
aa06767a89 [core] more convenient accessors
closes #515
2011-09-22 19:00:48 -05:00
geemus
b2c8ff0388 [core] work toward separate requires
Should facilitate the following:

    require 'fog/aws'
    require 'fog/compute'
    require 'fog/aws/compute'

I think once you `require 'rubygems'` those should work.

further cleanup should reduce common requires (ie nokogiri)
2011-08-31 15:52:53 -05:00
geemus
eff5e70e7d [compute|bluebox] move bluebox compute to its own shared area (namespacing should probably be corrected) 2011-08-24 20:32:51 -05:00
geemus
5e2a7f3c9d [dns|bluebox] move bluebox dns to its own shared area (namespacing should probably be corrected) 2011-08-24 19:58:47 -05:00
geemus
0e5fe57e3d [core] move providers to lib/fog/. 2011-08-24 14:17:46 -05:00
geemus
865ac70f61 [providers] consolidate 2011-01-07 17:07:09 -08:00
geemus
3be53104be [compute] consolidate 2011-01-07 16:52:09 -08:00
geemus
c49539b2b2 [core] preparing for service based reorg 2011-01-07 15:09:46 -08:00
geemus
d5a4b0180c [core] cleanup dependencies 2010-12-16 11:24:52 -08:00
geemus
a637504d18 [bluebox] rename blocks to compute for consistency 2010-09-08 12:07:45 -07:00
geemus
75ea140b79 [bluebox] nicer deprecation warning around updated blocks namespacing 2010-09-07 16:35:19 -07:00
geemus
8ee2f6a484 [bluebox] tweak into a provider/service for consistency 2010-09-07 16:26:01 -07:00
geemus
fd755e042b clean up by changing service abstraction into a class 2010-09-03 15:04:54 -07:00
geemus
a3af5d7800 working toward more consistent/simpler collection/bin management 2010-09-02 16:01:19 -07:00
geemus
4b736a3979 add connection resetting/persistent option to connections 2010-06-19 18:58:54 -07:00
geemus
936cfc0e95 refactor/cleanup to use service 2010-06-12 15:31:17 -07:00
geemus
61e7ec0ac3 consolidate error slurp/reraising a bit 2010-06-11 23:11:02 -07:00
geemus
43da7a12ef add backtraces and verbose messages to fog errors 2010-06-09 17:53:54 -07:00
geemus
7a000a8e91 less verbose and more consistent requests 2010-06-05 14:25:30 -07:00
geemus
c6bcbc7d40 [bbg] more consistent error handling 2010-06-03 14:48:54 -07:00
geemus
8b2d262818 [bbg] move requires to proper scope 2010-06-03 14:48:54 -07:00
geemus
f13ffdd54c [bbg] get_template 2010-06-03 14:48:54 -07:00
geemus
e01ad95ab2 [bbg] simplify by killing parsers and using json 2010-06-03 14:48:54 -07:00
geemus
2e4ed63eaf [bbg] update credentials to include customer_id 2010-06-03 14:48:54 -07:00
geemus
99556435d1 fix requires 2010-06-03 14:48:54 -07:00
geemus
9f24c7921a [bbg] fix header assignment 2010-06-03 14:48:53 -07:00
geemus
f672badddc [bbg|slicehost] cleanup/consistency update request 2010-06-03 14:48:53 -07:00
ggoodale
2a9224cfa7 [bbg] flesh out bbg support
Added basic spec framework; changed class names to match the template fog seems to prefer

Servers tests pass; create and delete implemented.

Added an example script

Properly handle a 409 response from the API

Fixed BBG code to work with the new api endpoint changes; tweaks to the (currently nonexistent) reboot api call

Implement the reboot command for blocks
2010-06-03 14:48:53 -07:00
Jesse Proudman
b9ad8ea418 First iteration of BBG Block's support. 2010-06-03 14:48:53 -07:00