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

24 commits

Author SHA1 Message Date
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
bb877cb9a7 defer requiring nokogiri 2011-02-16 17:25:50 -08:00
geemus
169557f280 remove no longer used Terremark::Ecloud related stuff 2011-02-16 14:56:26 -08:00
phiggins
0cc5773bf2 Fix a bunch of paths. 2011-01-11 02:20:40 +08:00
geemus
d6c78366cc [core] cleanup/fixes for dependencies 2010-12-16 12:04:28 -08:00
geemus
d5a4b0180c [core] cleanup dependencies 2010-12-16 11:24:52 -08:00
geemus
240f43b98a pushing nokogiri dependency toward leaves as well 2010-10-29 15:25:14 -07:00
Edward Muller
7514c996cb Terremark::Shared
minimal support for TMRK eCloud.
Fixed a small issue with ComputeCapacity not working.

WIP: re-factor Ecloud/Vcloud into seperate modules. Add a shared module for anything shared. Putting everything in there for now. Will review vCloud vs. eCloud once this is done.

WIP ... Terremark::Shared

typo

re-lock

forgot to include parser

WIP shared

not sure how I lost Parsers

note that terremark said they're going to remove this in the future

minimal support for TMRK eCloud.
Fixed a small issue with ComputeCapacity not working.

WIP: re-factor Ecloud/Vcloud into seperate modules. Add a shared module for anything shared. Putting everything in there for now. Will review vCloud vs. eCloud once this is done.

WIP ... Terremark::Shared

typo

re-lock

oops

forgot to include parser

WIP shared

ecloud requires a vdc_id

relocked and got a newer net-ssh

ecloud requires a different path

addresses collection for Terremark

ecloud requires a vdc_id

missed the actual models

[terremark]: get_network request and assocaited parser

cut-n-paste error

[terremark] Network/Networks models

[terremark] don't really need these

cleanup
2010-04-24 12:15:47 -07:00
geemus (Wesley Beary)
998161ef79 [terremark] delete_public_ip 2010-04-21 21:38:49 -07:00
geemus (Wesley Beary)
2d974313aa [terremark] misc fixes, better defaults, get_public_ip method 2010-04-18 20:51:28 -07:00
geemus (Wesley Beary)
c7a39e95c4 [terremark] rough first pass at adding some models 2010-04-18 16:27:22 -07:00
geemus (Wesley Beary)
f0527aaa7b cleanup/fleshing out parsers 2010-04-16 18:31:00 -07:00
Edward Muller
58e58cf213 minimal support for TMRK eCloud.
Fixed a small issue with ComputeCapacity not working.
2010-04-16 23:20:57 +08:00
geemus (Wesley Beary)
f5673d34e0 consolidate parser loading 2010-04-13 14:35:30 -07:00
geemus (Wesley Beary)
715808bafa prevent re-considering requires during connection initialization 2010-04-13 12:40:46 -07:00
geemus (Wesley Beary)
4421d86953 [terremark] cleanup existing and add stuff for connecting ips/services and delete methods 2010-04-05 17:19:03 -07:00
geemus (Wesley Beary)
509bf6e469 defer requires to initialize time, speeding load time for those using fewer services 2010-04-03 00:33:35 -07:00
geemus (Wesley Beary)
d3e375f2a1 [terremark] rough first cut of vcloud express lifecycle functionality 2010-03-29 23:02:20 -07:00
geemus (Wesley Beary)
c066bf58f3 [terremark] train! error on recent cleanup 2010-03-17 21:12:27 -07:00
geemus (Wesley Beary)
f08f98f6bf [terremark] cleaner mocking/dependencies 2010-03-17 21:00:23 -07:00
geemus (Wesley Beary)
d8e8d8885a fix mock related reloading 2010-03-08 15:52:56 -08:00
geemus (Wesley Beary)
aac4131c37 more read-only terremark/vcloud support 2010-02-15 12:44:27 -08:00
geemus (Wesley Beary)
4771ae5d1a cleanup load/reload/require stuff a bit 2010-02-11 23:41:40 -08:00
geemus (Wesley Beary)
082276e051 first pass at read only terremark (vCloud Express) support 2010-02-11 21:34:44 -08:00