Commit Graph

5062 Commits

Author SHA1 Message Date
Adrian Cole 9e6960b4a7 Merge branch 'master' of github.com:jclouds/jclouds
* 'master' of github.com:jclouds/jclouds:
  Issue 764: added Suppliers2.memoizeWithExpirationOnAbsoluteInterval
2012-01-09 10:28:14 -08:00
Adrian Cole 9157a19e04 Merge pull request #300 from aledsage/Issue-764-MemoizeWithExpirationOnAbsoluteInterval
Issue 764: added Suppliers2.memoizeWithExpirationOnAbsoluteInterval
2012-01-09 10:26:45 -08:00
Aled Sage 557c5db706 Issue 764: added Suppliers2.memoizeWithExpirationOnAbsoluteInterval 2012-01-09 18:24:58 +00:00
Adrian Cole 33192425a5 removed notice lines for code that is no longer patched 2012-01-09 10:18:34 -08:00
Adrian Cole ae3f9c2f6b Merge pull request #297 from richardcloudsoft/ec2-register-ami-cache-issue
EC2 register AMI cache issue
2012-01-09 09:57:11 -08:00
Richard Downer 48c2d21149 Use ImagePredicates.idEquals, instead of writing idEquals from scratch 2012-01-09 19:48:49 +02:00
Adrian Cole 8c81c34d97 Merge pull request #298 from andreisavu/lb-net-select
Improved network selection for Load Balancer client live test
2012-01-09 09:30:30 -08:00
Adrian Cole be9dac8034 Merge pull request #289 from richardcloudsoft/cs-secgrp
Validating network/security groups in CloudStackComputeServiceAdapter
2012-01-09 09:28:39 -08:00
Andrea Turli 31cf231965 issue 384: create Mutatemachine 2012-01-09 17:17:05 +00:00
andreisavu 3ff038bf31 Complete the Firewall Client API 2012-01-09 18:33:45 +02:00
Richard Downer ce6b79eeca Move the inner classes of OptionsConverter into own classes. Add JavaDoc and unit test. 2012-01-09 15:07:36 +02:00
Richard Downer abe77fd25a Create a LoadingCache that maps from zone ID to Zone object, and use it in createNodeWithGroupEncodedIntoName(). (Review feedback) 2012-01-09 13:56:41 +02:00
andreisavu cc28a2a370 Improved network selection for Load Balancer client live test 2012-01-09 13:24:09 +02:00
Richard Downer 3f6997361d Change test now that computeService.listImages() returns a set that refreshes itself - record the before set *size*, rather than the set itself, because the set's contents and size may change 2012-01-09 10:38:47 +02:00
Richard Downer 0ab8ea1bee Change AWSEC2ImageSupplier to return a ForwardingSet, instead of an ImmutableSet. This means the set returned by the Image supplier will reflect changes in the underlying cache. 2012-01-09 10:38:47 +02:00
Richard Downer 5c2e2576bf After registering a new image, computeService.listImages() does not show the new image (because it is cached). Add a live test that demonstrates this behaviour. 2012-01-09 10:38:46 +02:00
Andrew Phillips 56aa4e5ece Updated maven-gae-plugin version to 0.9.2 2012-01-08 23:16:13 -05:00
Andrew Phillips 54506e6da5 [issue 802] Simplified by using a Maven-provided and generated file instead of jclouds-version.properties 2012-01-08 23:03:47 -05:00
Richard Downer f9c86860ab Use an 'options converter' to switch out the behaviour differences between basic and advanced networking when building a DeployVirtualMachineOptions instance for creating nodes. 2012-01-08 22:05:18 +02:00
Adrian Cole add431a329 missing build property commit 2012-01-08 00:04:04 -08:00
Adrian Cole 6b1e1af144 updated iso url 2012-01-08 00:04:04 -08:00
Andrew Phillips 0dc9ecd531 [issue 802] Another slight improvement: remove unneeded test file 2012-01-07 21:27:38 -05:00
Adrian Cole a0e038d9df fixed slf4j format 2012-01-07 16:25:33 -08:00
Adrian Cole b049e93401 switched to slf4j for virtualbox 2012-01-07 16:25:33 -08:00
Adrian Cole c18696e91c added default jetty version 2012-01-07 16:25:33 -08:00
Mattias Holmqvist ad2c2a03e0 Updated names for add/remove in GleSYS IP client. 2012-01-07 23:37:28 +01:00
Adrian Cole 948a004b60 Merge pull request #296 from andreaturli/dev
issue 384
2012-01-07 14:27:38 -08:00
Adrian Cole 557c51dcb3 slight improvement to 802 2012-01-07 14:13:20 -08:00
andreaturli 97d5b49c90 issue 384: change properties.put(PROPERTY_IMAGE_ID, "ubuntu-10.04.3-server-i386"); 2012-01-07 21:14:30 +00:00
andreaturli 46a5d6f504 issue 384: fix some tests, only testCreateNodeWithGroupEncodedIntoNameThenStoreCredentials now fails 2012-01-07 21:09:20 +00:00
Adrian Cole 6da6869755 Merge pull request #295 from jclouds/issue-802-pull-request
[issue 802] Adding support for programmatically accessible version info
2012-01-07 12:09:21 -08:00
Adrian Cole 0b41e74728 Issue 805:don't reopen oauth package in core 2012-01-07 11:50:42 -08:00
Adrian Cole a238efb786 Issue 804:update tests to jetty 8 and fix deprecated usage 2012-01-07 11:34:20 -08:00
Andrew Phillips 62061d8235 [issue 802] Adding support for programmatically accessible version information 2012-01-07 14:07:41 -05:00
Adrian Cole bbc821a776 Merge pull request #293 from andreisavu/cs-load-balancer
Added missing options & one extra call for CloudStack Load Balancers
2012-01-07 10:24:30 -08:00
andreisavu 2fc3679c76 Added missing options & one extra call for CloudStack Load Balancers 2012-01-07 18:01:46 +02:00
Adrian Cole b2a9313c85 refactored config handling in virtualbox and cleaned up classes 2012-01-07 06:11:01 -08:00
Adrian Cole f390f314ee Issue 803: changes needed when guice is in production mode 2012-01-07 06:08:32 -08:00
Adrian Cole cc5aa5cee2 cloudfiles NPE when CDN not present 2012-01-07 05:13:58 -08:00
Adrian Cole ef021720b1 essential problem from Issue 803:lifecycle calls such as executorService.close() not called 2012-01-07 05:12:49 -08:00
Adrian Cole 0f71ae1596 added image constants 2012-01-07 01:28:12 -08:00
Adrian Cole 3574dededb clarified initial Expect test 2012-01-06 15:38:09 -08:00
Adrian Cole 7e8baf4f02 added default url 2012-01-06 15:38:09 -08:00
Adrian Cole 73e79468f3 added missing binding for RestContext 2012-01-06 15:38:09 -08:00
Adrian Cole dd5794036a ssh loop shouldn't attempt as root 2012-01-06 15:38:09 -08:00
andreisavu 1b9dfc7102 Test for AccountClient.listAccounts using the mock webserver 2012-01-06 15:38:08 -08:00
Mattias Holmqvist dec366c03a Added some functions to GleSYS IP. 2012-01-07 00:21:13 +01:00
Adrian Cole 775dd3a2b9 Merge pull request #292 from andreaturli/dev
issue 384: add unlockMachineAndApply to MachineUtils and
2012-01-06 14:39:25 -08:00
andreaturli 6507ebbdfe issue 384: add unlockMachineAndApply to MachineUtils, modify CreateMedium, CreateMachine and Clone tests 2012-01-06 22:23:20 +00:00
Adrian Cole dec63d7cbe improved nat rules to survive existing sets, and also made sure we lock machines before attempting to delete them 2012-01-06 12:31:49 -08:00