Commit Graph

98 Commits

Author SHA1 Message Date
Adrian Cole 4a5af1e7a5 Issue 441: added new type: LoginCredentials, and (jclouds|provider).image.(login-user|authenticate-sudo) context properties 2011-11-21 11:00:12 +02:00
Adrian Cole 85a0cdfa9c Issue 755:support new cc2.8xlarge instance size 2011-11-16 10:47:44 +02:00
Adrian Cole fa4e7da19d added constructor so that whirr can use it 2011-11-16 08:01:06 +02:00
Adrian Cole 4329129c25 Issue 750:property to set the image id for the default template 2011-11-14 19:25:46 +02:00
Adrian Cole 69467b04e3 Issue 752:move off deprecated systemProperties to systemPropertyVariables in surefire 2011-11-14 19:25:45 +02:00
Adrian Cole c08a7884bd Issue 750:property to set the image id for the default template 2011-11-11 19:48:28 +02:00
Adrian Cole e9cff5e17c Issue 747:add new us-west-2 region 2011-11-09 11:19:40 +01:00
Adrian Cole dd89ad3068 backfilled tests and refactored most of org.jclouds.location.suppliers package 2011-10-23 04:38:25 +02:00
Adrian Cole 552242e863 moved to 1.3.0-SNAPSHOT 2011-10-16 12:26:31 -07:00
Adrian Cole ed47d255b0 Issue 612: added Name support to aws-ec2 2011-10-15 00:26:54 -07:00
Adrian Cole 9104eca282 Issue 717: corrected keyPair state logic which was redundantly creating keys 2011-10-14 01:49:18 -07:00
Adrian Cole 7e5a6e68cf Issue 719: add sha1 support to SshKeys 2011-10-13 23:57:46 -07:00
Adrian Cole c28a2e38c3 Issue 719: added some logging for ssh fingerprints 2011-10-13 01:49:49 -07:00
Adrian Cole 326328b71b spot requests are not opening in us-east-1 or us-west-1: switching to eu-west-1 2011-10-11 17:12:46 -07:00
Adrian Cole cd710a2a94 Issue 715:Unable to resolve symbol: -?> in this context 2011-10-11 09:23:07 -07:00
Adrian Cole bbbd5a35fc Issue 690:Update to guava 10.0.1 2011-10-10 18:00:07 -07:00
Adrian Cole 842da34982 Issue 713:support userMetadata in createNodesInGroup in byon, cloudservers, and aws-ec2 2011-10-07 00:34:44 -07:00
Adrian Cole 04a5aa8f71 Merge pull request #91 from ahgittin/704-clojure13
Issue 704: clojure13
2011-10-04 00:49:43 -07:00
Alex Heneveld 9d30fde375 issue 704, clojure 1.3 compatibility: removed uses of clojure-contrib, bringing in preferred modular dependencies where needed (tools.logging and core.incubator), adding the map-str function (that is all that was missing from clojure-contrib string), changing uses of "condition" to be java.lang.Exception, and changing the reference to private type byte-array-type to be the class directly in its own extend-protocol block since private type isn't liked under clojure 1.3; also removed clojure 1.1 build profile 2011-10-03 11:17:16 +01:00
Adrian Cole ec7a736771 updated eucalyptus tests 2011-09-30 22:38:25 -07:00
Adrian Cole 79a8336b10 Issue 696:The security group 'X' does not exist error when creating nodes 2011-09-22 22:53:09 -07:00
Adrian Cole b4e4c26f44 fixed ec2 regressions related mapmaker -> cachebuilder 2011-09-22 02:29:14 -07:00
Adrian Cole 4cd94489c9 Issue 690:Update to guava 10.0rc2 and change from MapMaker to CacheBuilder 2011-09-22 00:23:29 -07:00
Guillaume Nodet 87dd23551c Avoid using a non official jsr and use our own annotations 2011-09-16 17:52:12 +02:00
Adrian Cole bedfee376a Issue 659:Specify non-default key pair for boot script in EC2 2011-09-07 11:50:31 +02:00
Adrian Cole b20cc16693 Issue 677:Race in authorizeGroupToItself and node launch 2011-09-02 13:43:57 -07:00
Adrian Cole 7f3ca1ad70 Issue 674: fixed merge problem 2011-09-01 16:33:28 -07:00
nterry 428b2bd2ea Fixed ec2 issue where whole thing aborts if one regoin is unavailable. Should be easy to implement with other providers. 2011-09-01 10:36:00 -06:00
Adrian Cole 960bfe709f Issue 663:Update license headers to jclouds, Inc. and setup NOTICE file 2011-08-16 18:14:30 -07:00
Adrian Cole ccb3d84133 Issue 660:null group on nodes from aws-ec2 provider 2011-08-16 09:26:25 -07:00
Adrian Cole 0a8f38b90e bumped snapshot version to 1.2.0-SNAPSHOT 2011-08-05 04:09:23 +01:00
Adrian Cole 2b28c04c0f Issue 539:expose templatebuilder parameter to prefer s3-backed images 2011-08-04 11:25:49 +02:00
Adrian Cole a26c568d7b Issue 606:add ability to authorize ec2 ingress rules by source group constrained by port range 2011-07-29 03:41:20 -07:00
Adrian Cole edc1b10610 Issue 637: moved to sshj and tested on aws-ec2 gogrid cloudservers elastichosts-lon-p trmk-* 2011-07-25 03:59:01 -07: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 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 0502300840 fixed ec2 security group live test 2011-06-27 02:26:51 -07:00
Andrew Phillips 7d2fb23119 Master version is now 1.1.0-SNAPSHOT (= next feature version) now that 1.0.0 is out 2011-06-05 11:17:43 +04:00
Mattias Holmqvist 02391ce2b5 Merge branch 'master' of https://github.com/jclouds/jclouds into ebs2_elastic-ip2 2011-06-03 09:29:41 +02:00
Mattias Holmqvist 69aac6b455 Cleaning up API for ebs2 and elastic-ip2 after review. Minor changes to doc-strings, code formatting and order of args in release fn. 2011-06-03 09:29:04 +02:00
Adrian Cole ac56adc2e1 Issue 592:templateBuilder.fromTemplate loses location when more narrow than region 2011-06-02 13:47:57 -07:00
Adrian Cole a0692e737f refactored so that eucalyptus m1.small can use 64 bit image 2011-06-02 13:20:17 -07:00
Mattias Holmqvist c330e100f0 Fixed typo 2011-06-02 14:00:02 +02:00
Mattias Holmqvist f73b46965b First version of elastic_ip2.clj 2011-06-02 12:45:52 +02:00
Mattias Holmqvist 36cc3805b5 First version of ebs2.clj 2011-06-02 12:11:23 +02:00
Adrian Cole 08c8430619 Merge branch 'master' of git@github.com:jclouds/jclouds
* 'master' of git@github.com:jclouds/jclouds:
  Issue 574: don't make build dependent on tz
  'appid' value in cloudbees-web.xml value is sufficient, no need for it in the bees plugin configt need the bees.appid value in the plugin config as it's already set
  Removed unused deps
  Added the new TweetStore aggregator project to demos
  Created a TweetStore parent project, updated twitter4j to 2.2 and switched to OAuth
  Added instructions to generate Twitter consumer keys and access tokens to READMEs
  added AWS Security Group Clojure wrapper
2011-06-01 16:18:43 -07:00