Commit Graph

189 Commits

Author SHA1 Message Date
Adrian Cole 3febe726a1 Issue 671: NPE on aws-ec2 w/vpc security groups 2012-10-08 15:56:58 -04:00
Adrian Cole 2ad3c38d04 [maven-release-plugin] prepare for next development iteration 2012-07-09 18:14:07 -07:00
Adrian Cole 6137e48e04 [maven-release-plugin] prepare release jclouds-1.4.2 2012-07-09 18:14:00 -07:00
Adrian Cole 05b3958c42 [maven-release-plugin] prepare for next development iteration 2012-06-20 22:47:26 -06:00
Adrian Cole fce5fa31ad [maven-release-plugin] prepare release jclouds-1.4.1 2012-06-20 22:47:01 -06:00
Adrian Cole fe72bb3531 Issue 980:timestamp on ec2 requests are in the future 2012-06-16 09:46:11 -04:00
Adrian Cole 38bfb906d1 cloudservers and aws-ec2 work with tags now 2012-05-18 20:57:20 -07:00
Adrian Cole f7de4b9df4 Issue 891: switch to openjdk; tested on ubuntu 2012-03-30 18:36:33 -07:00
Richard Downer 46138f7cbd Add regexp that matches style of Windows AMI names in EC2 starting March 2012. Add a unit test. 2012-03-26 08:58:55 -07:00
Adrian Cole e4197bec8f [maven-release-plugin] prepare for next development iteration 2012-03-16 02:47:59 -07:00
Adrian Cole 78b44242e3 [maven-release-plugin] prepare release jclouds-1.4.0 2012-03-16 02:47:48 -07:00
Adrian Cole df30b26952 aws-ec2 template update 2012-03-12 21:53:42 -07:00
Adrian Cole f253c7e476 spot test also needs m1.medium 2012-03-09 12:29:36 -08:00
Adrian Cole 179a640f70 Issue 859:AWS EC2 Updates: New Medium Instance, 64-bit Ubiquity 2012-03-08 10:57:34 -08:00
Adrian Cole 5d84bd6b92 updated versions on ec2 images 2012-03-08 10:57:27 -08:00
Andrew Phillips 7610dc3580 [maven-release-plugin] prepare for next development iteration 2012-02-27 12:39:06 +01:00
Andrew Phillips d913521496 [maven-release-plugin] prepare release jclouds-1.4.0-rc.3 2012-02-27 12:38:59 +01:00
Adrian Cole 1ac00f8697 cloudwatch free interval is 5m not 1m 2012-02-26 16:56:41 +02:00
Adrian Cole e4945cc8f8 [maven-release-plugin] prepare for next development iteration 2012-02-19 11:27:41 +02:00
Adrian Cole 8b0d01db24 [maven-release-plugin] prepare release jclouds-1.4.0-rc.2 2012-02-19 11:27:34 +02:00
Ioannis Canellos fcbecf140c Fixed aws-ec2 bundle imports 2012-02-17 02:02:12 +02:00
Ioannis Canellos 2b18a95d86 [842] Added required import packages to cloudfiles api bundle. Improved import packages in all bundles.
Conflicts:

	apis/nova/pom.xml
	labs/openstack-nova/pom.xml
	labs/vcloud-director/pom.xml
2012-02-17 01:01:38 +02:00
Adrian Cole 73cc4a0837 Issue 838: convert jboss tests and java tests to use InstallJDK 2012-02-14 23:24:55 +01:00
Adrian Cole 384b8261ca move to using AtomicReference for retryable predicates saves at least one network call on re-fetch 2012-02-14 23:24:39 +01:00
Adrian Cole 0134c3569b [maven-release-plugin] prepare for next development iteration 2012-02-04 17:45:57 -08:00
Adrian Cole 6aa40ec4c6 [maven-release-plugin] prepare release jclouds-1.4.0-rc.1 2012-02-04 17:45:47 -08:00
Andrei Savu 4ed8f8f85e Renamed getPasswordData to getPasswordDataInRegion & fixed broken unit tests 2012-02-04 20:18:50 +02:00
Aled Sage ef8a2cc01d Issue #445: testing is fixed as side-effect of #364 and #365 work 2012-02-04 15:53:29 +00:00
Aled Sage ab568f0a09 Issues 364 and #365: destroyNode cleans up incidental resources 2012-02-04 15:40:31 +00:00
Adrian Cole 3a9d660b8e refactored ec2 options test, especially to use known image id (it was selecting centos since we changed the location id) 2012-02-03 00:29:42 -08:00
Adrian Cole 3e9c566edc aws related changes for issue 826 2012-02-03 00:29:41 -08:00
Andrei Savu 2b7bb53d20 Changed testTemplateBuilderWithLessRegions to query eu-west-1 2012-02-02 17:41:17 +02:00
Adrian Cole abeffc1119 Issue 824:add field for hypervisor 2012-01-30 22:52:35 -08:00
Adrian Cole 55975af60d Issue 820:Move off PropertiesBuilder for rocoto 2012-01-29 23:11:37 +08:00
Ioannis Canellos 62624e29c7 Added org.jclouds.aws to the imported packages of aws-ec2 bundle. 2012-01-19 02:05:09 +02:00
Ioannis Canellos cfe88031a2 Updated OSGi package imports for compute providers & apis. 2012-01-18 15:02:16 +02:00
Adrian Cole 3df052565f updated current version to 1.4.0-SNAPSHOT 2012-01-16 13:08:32 -08:00
Adrian Cole 9791a51039 better exception message
remoced unused import

removed hokey test
2012-01-15 02:08:14 -08:00
Adrian Cole c151e5bdd7 Issue 730: last deprecated methods scheduled for removal in 1.3 2012-01-10 18:10:55 -08:00
Richard Downer 48c2d21149 Use ImagePredicates.idEquals, instead of writing idEquals from scratch 2012-01-09 19:48:49 +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
Adrian Cole f06e6982eb Issue 800:introduce property for build version 2012-01-05 17:51:55 -08:00
Adrian Cole 99fb37f6cf refactored LiveTest code to share property initialization 2012-01-05 17:51:03 -08:00
Adrian Cole 42137677da Issue 801:fix inconsistency in test property test.provider.apiversion set in pom.xml -> api-version 2012-01-05 13:09:45 -08:00
andreisavu b5228d2299 Allow user to specify the Unit on CloudWatch queries 2011-12-22 17:30:33 +02:00
Adrian Cole 3a8ea09fb9 missing commits 2011-12-22 02:23:20 -08:00
andreisavu 548068c7ff Allow user to specify instance ID as an option for CloudWatch 2011-12-21 23:59:50 -08:00
Adrian Cole f9b38f646c Issue 730: removed deprecated methods from ComputeService RunScript/TemplateOptions SshClient.Factory and replaced occurences of Credentials with LoginCredentials whereever possible 2011-12-20 23:19:45 -08:00