Commit Graph

3169 Commits

Author SHA1 Message Date
Adrian Cole 919093ea9b Issue 628: fixed error on vCloud find network 2011-07-23 10:19:21 +10:00
Adrian Cole 7d93c86588 better error on network timeouts 2011-07-23 10:18:18 +10:00
Adrian Cole 162214f209 Issue 628: fixed error on vCloud find network 2011-07-23 10:17:50 +10:00
Adrian Cole 2ac2524baa Issue 628: fixed error on vCloud find network 2011-07-23 10:17:09 +10:00
Adrian Cole 6928082674 Issue 487:Add hostname property to nodemetadata 2011-07-22 21:21:33 +10:00
Adrian Cole acd4b4a628 clean up style warnings 2011-07-22 12:48:59 +10:00
Adrian Cole 0f9dd50d7d Issue 628:expose properties to choose default Org and vDC in vCloud-based implementations 2011-07-22 11:03:29 +10:00
Adrian Cole c1ae4d06e6 update amazon template to reflect current images 2011-07-22 10:46:40 +10:00
Adrian Cole 6662614023 update slicehost default template properties 2011-07-22 10:46:09 +10:00
Adrian Cole feaef2b6eb work around condition where occasionally gogrid is late making credentials available for a newly started server 2011-07-22 10:45:26 +10:00
Adrian Cole ee797da004 Issue 632:enhance and automatically work around nodes with sftp problems 2011-07-22 10:43:19 +10:00
Adrian Cole 0921cea2c7 make test singlethreaded to avoid surefire hangs 2011-07-22 10:42:37 +10:00
Adrian Cole f3a0e6d0bd Issue 632:enhance and automatically work around nodes with sftp problems 2011-07-22 10:41:43 +10:00
Adrian Cole b09c81177b added function to get a configuration property without binding to Guice explicitly 2011-07-22 10:35:48 +10:00
Adrian Cole dddbd10490 eagerly check null on constructor 2011-07-20 23:51:02 +10:00
Adrian Cole f81bb95ab0 Issue 542: updated terremark eCloud implementation to 2.8 version of Org and added Tag and DataCenter queries 2011-07-17 18:44:44 +10:00
Adrian Cole bbcf87265e Merge branch 'master' of git@github.com:jclouds/jclouds
* 'master' of git@github.com:jclouds/jclouds:
  fixes clojure's blobstore clear-container wrapper fn
2011-07-13 14:33:11 -07:00
Adrian Cole 92bcb2b822 Issue 622:Unable to clone machine of Terremark VCloud Express 2011-07-13 14:30:32 -07:00
Adrian Cole 67a3366d87 Merge pull request #57 from bmabey/master
fixes clojure's blobstore clear-container wrapper fn
2011-07-13 13:57:18 -07:00
Adrian Cole 46c7822b4a Issue 624:update terremark config to use ubuntu 10.04 templates 2011-07-12 20:53:06 -07:00
Ben Mabey 19339b807a fixes clojure's blobstore clear-container wrapper fn 2011-07-12 16:46:54 -06:00
Seshu Pasam 35d5131ba9 Oops, missed some files in previous commit. New files for vApp extended info. 2011-07-12 13:35:28 -04:00
spasam d9b9c61ce6 Implented vApp tag support for Terremark Enterprise.
Also added configurable exponential delay between automatic retries.
2011-07-12 11:21:20 -04:00
Adrian Cole 5f54110a47 Issue 623:clean up exception messages when templateBuilder fails to match an image 2011-07-12 00:16:02 -07:00
Adrian Cole 6e2cf793b2 Issue 613:Automatically parse cluster ami list 2011-07-08 02:13:12 -07:00
Adrian Cole 3c200645bc added ec2 support for image filters 2011-07-08 02:13:12 -07:00
Adrian Cole 537691226e added hypervisor property to ec2 image 2011-07-08 02:13:12 -07:00
Adrian Cole c8ebbc2f02 updated cloudservers uk template settings to match current images 2011-07-08 02:13:12 -07:00
Adrian Cole b4e3bec644 changed builders to accept iterable as it is easier in guava than sets 2011-07-08 02:13:12 -07:00
Adrian Cole 7f1a543fb6 fixed problem where empty query string doesn't work: Issue 576 2011-07-08 02:13:12 -07:00
Adrian Cole b037be29fa updated rackspace default version to ubuntu 11.04 2011-07-08 02:13:11 -07:00
Andrew Phillips 73117e3662 Updated KickStart args and integration test setup 2011-07-07 22:35:09 -04:00
Andrew Phillips c3b92ef911 Removed an unused bit of surefire plugin configuration 2011-07-07 22:09:07 -04:00
Andrew Phillips f1e93cb0f3 Moved GAE-like TaskQueue from org.jclouds.demo.tweetstore.config.util to org.jclouds.demo.tweetstore.taskqueue 2011-07-07 21:52:17 -04:00
Andrew Phillips 741920278b Now determining the list of blobstores based on the available identity/credential property pairs, with optional override via the 'jclouds.tweetstore.blobstores' system property 2011-07-07 21:52:16 -04:00
Andrew Phillips 0b7bcb7b3f Removed the default for 'jclouds.tweetstore.blobstores' which would not work in any case if the required credential properties were not available 2011-07-07 21:52:15 -04:00
Andrew Phillips 4f09edec73 Removed ImmutableHttpCommand that had previously been inlined in HttpRequestTask 2011-07-07 21:52:14 -04:00
Andrew Phillips 5b82761396 Added Maps2.fromKeys 2011-07-07 21:52:14 -04:00
Adrian Cole b889188b86 Merge branch 'master' of github.com:jclouds/jclouds
* 'master' of github.com:jclouds/jclouds:
  Also generating the XML EMMA report as required by the Jenkins EMMA plugin
  Switching to a local 1.3-SNAPSHOT version of the emma-maven-plugin to resolve https://cloudbees.zendesk.com/tickets/1198
  utils -> util in package names
2011-07-07 17:03:46 -07:00
Adrian Cole 37e6424040 Issue 557:support Virtacore vCloud Express 2011-07-07 17:03:32 -07:00
Andrew Phillips 94e6d5834e Also generating the XML EMMA report as required by the Jenkins EMMA plugin 2011-07-07 19:46:05 -04:00
Andrew Phillips 2c832fef46 Switching to a local 1.3-SNAPSHOT version of the emma-maven-plugin to resolve https://cloudbees.zendesk.com/tickets/1198 2011-07-07 19:17:41 -04:00
Andrew Phillips bde7a9d4c8 utils -> util in package names 2011-07-07 19:17:40 -04:00
Adrian Cole c58dba41e9 Issue 621:don't start test instances with http-accessible services running as root 2011-07-07 01:23:01 -07:00
Adrian Cole 32e4065bb7 fix runScriptOnNode which wasn't processing options 2011-07-07 01:14:27 -07:00
Adrian Cole bc103209db bug where an init script ran without root privs finds the wrong path 2011-07-07 01:13:20 -07:00
Adrian Cole 0b4347772b don't exit unless process has already started 2011-07-07 01:12:09 -07:00
Adrian Cole 712d50dea8 avoid finding yourself when looking for a process match 2011-07-07 01:10:57 -07:00
Adrian Cole 0e8385aa83 Issue 610: greenhouse data now passes 2011-07-07 01:06:45 -07:00
Adrian Cole 17545cca29 fixed credential persistence in gogrid 2011-07-07 01:06:01 -07:00