Commit Graph

1562 Commits

Author SHA1 Message Date
Adrian Cole 6c14ae1831 Issue 244: fixed jsch bug and refactored ssh error handling 2010-05-10 17:41:36 -07:00
Adrian Cole 7363ae6e87 Issue 247: loosened terremark constraints and tested vapp configuration 2010-05-10 10:53:38 -07:00
Adrian Cole d034a737b1 regression on jsch 2010-05-07 18:31:35 -07:00
Adrian Cole dcbcf698f0 Issue 244: made error handling more resilient to ssh connection problems by increasing scope of error retries and larger backoff delay 2010-05-07 17:13:17 -07:00
Alex Yarmula bb52dfd9a2 first attempt at fixing/refactoring destroyNodesWithTag for EC2 2010-05-07 12:51:11 -07:00
Alex Yarmula 7ccc18c0f8 added NodePredicates to simplify node filtering logic 2010-05-07 12:33:49 -07:00
Alex Yarmula dd4087982b added runScriptOnNodesMatching; removed runScriptOnNodesWithTag as it proved unflexible and the new method is a broader case; use runScriptOnNodesMatching instead 2010-05-06 15:53:59 -07:00
Adrian Cole 8b50a401cb updated examples 2010-05-06 09:14:10 -07:00
Adrian Cole fa86b799ab updated examples 2010-05-06 09:07:44 -07:00
Adrian Cole 4e7644bef2 fixed assembly 2010-05-05 11:15:18 -07:00
Adrian Cole 04ae381526 fixed javadoc and assembler 2010-05-05 11:15:08 -07:00
Adrian Cole 168af0a7f6 fixed missing param 2010-05-05 10:07:18 -07:00
Adrian Cole ccdefce626 southeast region for s3 2010-05-05 10:02:45 -07:00
Adrian Cole 0d42c14ae1 updated to latest 2010-05-04 23:12:31 -07:00
Adrian Cole d12a7b611e updated sizes for gogrid and naming convention parser for vcloud 2010-05-04 17:34:45 -07:00
Adrian Cole 681582366a hardened ssh; fixed logging; fixed runscript test 2010-05-04 16:49:44 -07:00
Adrian Cole 0d9a1931f3 fixed exception string on runscript 2010-05-04 15:07:20 -07:00
Adrian Cole 239519c8ca added exceptions to ssh commands and changed interface to not index on id, since ids are not guaranteed unique 2010-05-04 15:01:01 -07:00
Adrian Cole 0d61930192 fixed to not depend on guava uberjar 2010-05-03 12:13:00 -07:00
Adrian Cole 1349a8bdd1 Issue 88: remove buggy httpnio module; also remove outdated codegen mod since we now have maven archetypes 2010-05-03 12:09:59 -07:00
Adrian Cole b432bbbe8c fixed base computeservice test; fixed logging in runScript; fixed terremark to not use the unstable jeos and work around service unauthorized problems 2010-05-03 11:40:27 -07:00
Adrian Cole 98cae35ec6 fixed unit test 2010-05-03 01:12:17 -07:00
Adrian Cole a1c7ccfd3f Issue 241:Add provider to the Location hierarchy and make getParent a Location object; also fixed compute services where broken and added ssh logging for runscript 2010-05-03 01:04:48 -07:00
Adrian Cole ae130eff83 changed to correct guava deps 2010-05-02 18:39:08 -07:00
Adrian Cole 453148e56f Merge branch 'master' of git@github.com:jclouds/jclouds
* 'master' of git@github.com:jclouds/jclouds:
  added AWS Elastic IP Address clojure wrapper
  additional region-related fixes for clojure wrappers
  changed AvailabilityZone to String (from enum)
2010-05-02 17:56:52 -07:00
Chas Emerick 0d5d9c21b5 added AWS Elastic IP Address clojure wrapper 2010-05-01 00:59:03 -04:00
Chas Emerick fb5d3067cf additional region-related fixes for clojure wrappers 2010-05-01 00:58:40 -04:00
Adrian Cole a72035c22b adjusted terremark tests to ensure disks work; updated minimum size to 25GB 2010-04-30 17:44:40 -07:00
Alex Yarmula 9c772c54aa changed AvailabilityZone to String (from enum) 2010-04-30 17:37:15 -07:00
Adrian Cole e8b77d2765 Issue 236: parameterize out runscript name 2010-04-30 14:17:36 -07:00
Adrian Cole 139b5fe312 Merge branch 'master' of git@github.com:jclouds/jclouds
* 'master' of git@github.com:jclouds/jclouds:
  for amazon web services, changed the Region to String format (from enum). clojure code for aws needs verification
2010-04-30 13:28:14 -07:00
Adrian Cole f4f32e07e0 throw root exception for login failures, not provisioningexception 2010-04-30 13:27:55 -07:00
Alex Yarmula d9cbbb8987 Merge branch 'master' of github.com:jclouds/jclouds 2010-04-30 12:29:34 -07:00
Alex Yarmula 6660228b55 for amazon web services, changed the Region to String format (from enum). clojure code for aws needs verification 2010-04-30 12:27:55 -07:00
Adrian Cole be59ba5e5e added test to ensure that images cache properly 2010-04-30 11:20:23 -07:00
Alex Yarmula 3b4551b995 Merge branch 'master' of github.com:jclouds/jclouds 2010-04-29 14:33:51 -07:00
Adrian Cole 2cc949ad49 changed InstanceType to string (from enum) 2010-04-29 14:29:59 -07:00
Adrian Cole ab70929131 Merge branch 'master' of git@github.com:jclouds/jclouds
* 'master' of git@github.com:jclouds/jclouds:
  Added some javadocs to RimuHostingClient.
2010-04-29 10:11:31 -07:00
Adrian Cole bb681a8101 Issue 238 asia/pac ec2 2010-04-28 17:13:02 -07:00
Ivan Meredith eaef2cfa90 Merge branch 'master' of github.com:jclouds/jclouds 2010-04-29 10:59:14 +12:00
Ivan Meredith fc1b296f33 Added some javadocs to RimuHostingClient.
Changed createServer to use options. withPassword, withMetaData.
2010-04-28 15:07:31 +12:00
Chas Emerick 8d2ab81aec AOT-compile clojure code as part of standard compile phase 2010-04-27 20:01:01 -04:00
Ivan Meredith ee38b1e349 Merge branch 'master' of github.com:jclouds/jclouds 2010-04-28 10:23:29 +12:00
Ivan Meredith 39f3b6d12d Added location, and a fix to make node creation work. 2010-04-28 10:22:56 +12:00
Chas Emerick 56f6246d8c fix references to Region.DEFAULT, using nil as default region now 2010-04-27 17:02:37 -04:00
Ivan Meredith 2d61447e05 Fixed the amount of cores in a RimuHosting Size 2010-04-27 21:02:42 +12:00
Adrian Cole e3a816e6cd switch to old google collections syntax to avoid conflict between guava and google collections 2010-04-26 23:46:22 -07:00
Chas Emerick 1af5fccb0c changed create-volume to accept a Snapshot instance for :snapshot 2010-04-26 13:28:43 -04:00
Alex Yarmula 9b366e255c Merge branch 'master' of github.com:jclouds/jclouds 2010-04-26 10:03:08 -07:00
Alex Yarmula a56f2225b7 issue 202. http://code.google.com/p/jclouds/issues/detail?id=202. added withMetadata to TemplateOptions 2010-04-26 10:03:03 -07:00