Commit Graph

1586 Commits

Author SHA1 Message Date
Alex Yarmula f0dca57629 added a properties test for gogrid 2010-03-06 10:43:42 -08:00
Alex Yarmula eff1de764c added compute service support and a basic test. fixed template builder bug (see comment). 2010-03-06 10:34:12 -08:00
Alex Yarmula c76ebb43bb added compute service support. todo password service, tests 2010-03-04 19:45:41 -08:00
Hugo Duncan ba6f4c461c Added resources directory back as a resource 2010-03-04 22:05:06 -05:00
Adrian Cole 0bc94f517e corrected swank version 2010-03-04 15:35:41 -08:00
Hugo Duncan 828560d87e Added clojars repository for swank-clojure 2010-03-04 16:57:07 -05:00
Hugo Duncan 82f60d2e0c added clojure repository 2010-03-04 16:36:32 -05:00
Hugo Duncan 88f992a53e Added clojure to tests and jar 2010-03-04 16:03:34 -05:00
Hugo Duncan 4747272667 Merge branch 'master' of git@github.com:jclouds/jclouds 2010-03-04 09:22:18 -05:00
Hugo Duncan 6ad07515c5 Removed static dependency on extension modules. Removed lein project.clj files. 2010-03-04 09:22:01 -05:00
Alex Yarmula 0152fabd6c Merge branch 'master' of github.com:jclouds/jclouds 2010-03-03 14:34:18 -08:00
Hugo Duncan 68be4884ff import bindings from crane. Merge branch 'jclouds' of git://github.com/bradford/crane 2010-03-03 14:33:28 -08:00
Alex Yarmula 4bbff2caf5 included image functionality, disabled live tests by default 2010-03-03 14:32:55 -08:00
Alex Yarmula 202dd690f0 added image support; changed lists to sorted sets in domain objects; added a live test 2010-03-03 14:15:43 -08:00
Alex Yarmula d8d88c3321 reverted an accidental commit of several files; added editing to load balancer 2010-03-03 09:13:10 -08:00
Alex Yarmula 86471b0a5a added support for more load balancer operations, extended the main live test 2010-03-03 09:13:09 -08:00
Alex Yarmula 9df9d45859 added load balancer methods, enums replaced for several option-based objects, tests 2010-03-03 09:13:09 -08:00
Alex Yarmula 4892b843d8 added jobs and ip services; more test; single live test 2010-03-03 09:13:09 -08:00
Alex Yarmula ddc1a30b55 finished with server functionality; extended tests 2010-03-03 09:13:09 -08:00
Alex Yarmula 6abc2110c5 added 2 more methods for managing servers 2010-03-03 09:13:09 -08:00
Alex Yarmula 2b41b83f0c added a custom error handler 2010-03-03 09:13:09 -08:00
Alex Yarmula b88b6beb9f Moved the server related methods to a separate service 2010-03-03 09:13:09 -08:00
Alex Yarmula 23a1435417 Finished with the first method, getServerList 2010-03-03 09:13:09 -08:00
Alex Yarmula 6a37d171f0 initial commit with gogrid code - raw from archetype 2010-03-03 09:13:08 -08:00
Hugo Duncan 33a31c03ed import bindings from crane. Merge branch 'jclouds' of git://github.com/bradford/crane 2010-03-03 09:17:00 -05:00
Adrian Cole 2dda30b922 removed atmos from demos, since it is unreliable 2010-03-01 23:36:47 -08:00
Adrian Cole 8ad3955e36 example of testing request signing 2010-02-25 13:32:34 -08:00
Alex Yarmula d71b439981 Changed the instance Size to support floating-point type of # of cores (ex, 6.5 cores). Propogated the change to template builder and related ComputeService usages. 2010-02-23 13:24:57 -08:00
Alex Yarmula c0b5d832b5 added support for m2.xlarge instance type in ec2. added tests in EC2ComputeServiceTest 2010-02-23 11:54:46 -08:00
Adrian Cole e6b5978616 more parser tests 2010-02-22 21:27:05 -08:00
Adrian Cole b59faeb385 fix where username and password cannot both contain @ 2010-02-22 20:49:32 -08:00
Adrian Cole 300963078c Issue 181: add extra system metadata to vcloud services 2010-02-22 18:45:16 -08:00
Adrian Cole 99cc8000e8 added multi-vdc images to vcloud 2010-02-22 17:35:51 -08:00
Adrian Cole ea8bb3f454 Issue 176: initial bluelock support 2010-02-21 13:10:26 -08:00
Adrian Cole f2fb83abaf Merge branch 'master' of git@github.com:jclouds/jclouds
* 'master' of git@github.com:jclouds/jclouds:
  Changed the way device name is passed
2010-02-21 10:58:36 -08:00
Adrian Cole a72efaea6d Issue 177: support scheme-only redirects 2010-02-21 10:43:00 -08:00
Alex Yarmula db31695940 Changed the way device name is passed 2010-02-20 15:55:03 -08:00
Alex Yarmula 55c8ce03ad Improved #equals for RunningInstance.EbsBlockDevice
Added the header to BlockDeviceMapping
2010-02-20 12:54:07 -08:00
Alex Yarmula a607d3573f Removed the class that's no longer used 2010-02-20 12:43:32 -08:00
Alex Yarmula 7133a0b2ad Fixed wrong dependency 2010-02-20 12:35:05 -08:00
Alex Yarmula 0097a2ded6 Replaced string representation of BlockDeviceMapping with the class for Instance(Async)Client#setBlockDeviceMappingForInstanceInRegion, getBlockDeviceMappingForInstanceInRegion
Fixed the tests and some logic for BlockDeviceMapping. NOTE: Now it receives and returns instances of RunningInstance.EbsBlockDevice
2010-02-20 12:23:16 -08:00
Alex Yarmula cec1a92bb4 Added root volume deletion after the test ends 2010-02-19 12:33:07 -08:00
Alex Yarmula 6786db2738 code refactoring for the test 2010-02-19 10:47:52 -08:00
Alex Yarmula 338257ea98 Merge branch 'master' of github.com:jclouds/jclouds into issue174 2010-02-18 16:59:03 -08:00
Alex Yarmula 14d9862853 Added a new live test (InstanceVolumeManagerLiveTest.java).
Changed the snapshot taking behavior: snapshot is deleted when it's no longer needed.
Exposed some of the object on InstanceVolumeManager for tests
2010-02-18 16:56:36 -08:00
Adrian Cole 118129714c updated javadoc wrt runscript 2010-02-17 21:59:10 -08:00
Alex Yarmula 1b09ebb041 Cleaned up SshExecutor 2010-02-17 10:51:32 -08:00
Alex Yarmula 543af26e92 Added SocketOpen retryable predicate for connecting to ssh
Some refactoring, including use of guava's checkState and more precise method parameters
2010-02-17 10:40:35 -08:00
Alex Yarmula a46542ee91 removed incorrect path to key 2010-02-17 00:51:14 -08:00
Alex Yarmula 4d8050105a added new demos in .pom
added proper headers
2010-02-17 00:48:21 -08:00