Adrian Cole
4d6e8fdd73
Issue 1005:openjdk install fails on ubuntu precise
2012-07-03 22:13:53 -07:00
Fang Sun
3e710c1c7f
add startServer and stopServer
2012-07-03 17:53:33 -06:00
Adrian Cole
493de01cfa
Merge pull request #694 from aplowe/openstack-nova2
...
Openstack & further GSON work: changed new openstack modules to use Named and ConstructorProperties
2012-07-03 07:07:07 -07:00
Adam Lowe
3f5993a2d8
openstack: replacing SerializedName with Named
2012-07-03 14:53:59 +01:00
Adam Lowe
7ed9ebda47
Moving TypeAdapterFactories that eliminate null values in Sets, Maps and Multimaps to jclouds-core.
2012-07-03 14:46:54 +01:00
Adrian Cole
222e2cc367
Merge pull request #693 from dkoper/master
...
don't overwrite USER_AGENT if already there
2012-07-03 06:28:29 -07:00
Adam Lowe
ed536de3d0
openstack: improving reliability of live tests
2012-07-03 12:39:56 +01:00
Adam Lowe
a8a6cb083d
openstack: using Multimaps directly and relying on typeadapters to filter nulls from Maps
2012-07-03 12:39:56 +01:00
Adam Lowe
1d32af6427
openstack: fixing SecurityGroup.cidr deserialization
2012-07-03 12:39:55 +01:00
Adam Lowe
a23048cab2
Adding Multimap TypeAdapterFactory; as well as Set and Map TypeAdapterFactories that filter out nulls
2012-07-03 12:39:55 +01:00
Adam Lowe
9a68d6b115
openstack: removing unnecessary type adapter (taken care of by empty json object change in jclouds-core)
2012-07-03 12:39:55 +01:00
Adam Lowe
3243325878
openstack: adjusting deserialization to treat {} as null if (and ONLY if) a null pointer is thrown when attempting to construct an object from the empty json object ({})
2012-07-03 12:39:53 +01:00
Adam Lowe
908e164698
openstack: adjusting beans in openstack-quantum, openstack-glance and openstack-swift to use ConstructorProperties and Named annotations
2012-07-03 12:39:53 +01:00
Adam Lowe
294e405593
openstack: adjusting beans in openstack-nova and openstack-keystone to use ConstructorProperties/Named annotations
2012-07-03 12:39:53 +01:00
Dies Koper
afdf7f2c37
don't override USER_AGENT if already specified by provider
2012-07-03 16:50:36 +10:00
Adrian Cole
3fd65f25ce
query across all keystone services of type, as opposed to chosing the first one
2012-07-02 19:40:27 -07:00
Adrian Cole
fb98ce82f7
cleanup of module binding, clarity in toStrings, reduced wrapper depth for memoized sets
2012-07-02 19:36:27 -07:00
Adrian Cole
07240f3e77
removed copy/paste code relating to expiration after write
2012-07-02 15:27:31 -07:00
Adrian Cole
17fce87661
switched keystone-backed providers and apis to strictly return a single scope of location
2012-07-02 15:23:52 -07:00
Adrian Cole
ef9a69e7c3
added strict suppliers of scoped locations
2012-07-02 15:22:10 -07:00
Adrian Cole
547c73ab00
cleaner error messages in templateBuilder
2012-07-02 12:21:13 -07:00
Adrian Cole
c016bcc8fd
added policy client to elb
2012-07-01 20:58:35 -07:00
Adrian Cole
98741b40fe
fixed bad test dep
2012-07-01 20:58:19 -07:00
Adrian Cole
49b90879a8
added healthcheck to elb
2012-07-01 11:31:47 -07:00
h h
0d285a7f62
missing imports
...
create-image-in-region works
2012-06-29 11:13:53 -07:00
h h
f65ed49715
base AMI bundling support of a running EBS instance
2012-06-29 11:13:30 -07:00
Adrian Cole
20e60f010d
Merge pull request #692 from aplowe/master
...
cloudstack: adjusting beans to use named and constructorproperties annotations
2012-06-29 11:08:48 -07:00
Adam Lowe
d9c65046d0
cloudstack: adjusting beans to use newer de/serialization annotations
2012-06-29 17:59:55 +01:00
Adrian Cole
b84a923615
added default list op
2012-06-27 12:24:01 -07:00
Adrian Cole
90b1224e7d
started on new loadbalancer object in elb
2012-06-27 12:19:27 -07:00
Adrian Cole
bd0d319473
updated identityName
2012-06-27 12:19:26 -07:00
Adrian Cole
476742eaef
Merge pull request #690 from aledsage/issue-989
...
Issue 989: handles transient node-not-found in nodeRunning
2012-06-26 08:33:07 -07:00
Aled Sage
65b813b1be
Issue 989: handles transient node-not-found in nodeRunning
...
Sometimes on aws-ec2, the client returns null (i.e. node not found).
This fix will cause us retry with the correct node-id, rather than
"forgetting" the original nodeId and retrying with null each time.
2012-06-26 10:09:07 +01:00
Adrian Cole
4171eb9d2c
Merge pull request #688 from dralves/nodepool
...
Nodepool
2012-06-25 22:06:02 -07:00
Adrian Cole
38ee79999a
cleanup of nodepool and start integration of byon
2012-06-25 22:03:54 -07:00
Adrian Cole
8030d0044d
Merge branch 'master' of github.com:jclouds/jclouds into nodepool
...
* 'master' of github.com:jclouds/jclouds:
Issue 997:support AWS IAM api
added paginated set functionality
glesys: updating to API version 0.1.29
glesys: removing ArchiveDetails (duplicate of Archive)
glesys: bean cleaning, using ConstructorProperties for deserialization (note no serialization annotations as we don't currently serialize any of these beans)
glesys: adjusting ParserModule - removing support for odd dates (no longer present in api) and adding support for "yes"/"no" Boolean fields
Specifically adding the osgi import org.apache.commons.io.input;version=[1.4,3)
Upgrading commons-io dependency of sshj driver to 2.0
Improve Maven build time dramatically by moving source and javadoc to profiles.
Issue 992: Fix AWS S3 to work with non-DNS, but still valid, named buckets.
Issue 995: handle illegal argument in vcloud images
Issue 994: fix vcloud sax parsing of namespaces
cloudstack: don't set networkId to default when iptonetworklist is populated
Fix for iptonetworklist (was incorrectly sending ipnetworklist)
Adjusting general strategy to accept @Named in place of @SerializedName. Adding TypeAdapterFactory to handle deserialization based on constructor annotations (Inject/Named and/or ConstructorProperties).
added min-disk to compute2.clj
Issue 988:Extra port added to swift url
consistent ordering of hardware
fixed missing provider name on ninefold test
Eliminate unlikely transient blobstore TOCTOU bug
2012-06-25 16:01:54 -07:00
Adrian Cole
438543c369
Merge pull request #683 from abayer/master
...
Improve Maven build time by moving source and javadoc to profiles
2012-06-25 10:55:58 -07:00
David Ribeiro Alves
a8ea32e29d
refactored nodepool to avoid having internal state and to survive restarts
2012-06-25 03:34:55 +01:00
Adrian Cole
5687a6d8ea
Issue 997:support AWS IAM api
2012-06-24 12:23:06 -07:00
Adrian Cole
763572f8ee
added paginated set functionality
2012-06-24 11:48:18 -07:00
Adrian Cole
01e27603f1
Merge pull request #687 from aplowe/master
...
glesys: updating to v0.1.29 and using ConstructorProperties deserialization annotations
2012-06-24 11:46:55 -07:00
Adrian Cole
825ab6ebcb
Merge pull request #686 from NirmalFdo/master
...
Moving to commons-io 2.0?
2012-06-24 11:46:13 -07:00
Adam Lowe
79dc8b91af
glesys: updating to API version 0.1.29
2012-06-24 19:39:52 +03:00
Adam Lowe
9b4e68cc6b
glesys: removing ArchiveDetails (duplicate of Archive)
2012-06-24 19:05:42 +03:00
Adam Lowe
b1877bbee5
glesys: bean cleaning, using ConstructorProperties for deserialization (note no serialization annotations as we don't currently serialize any of these beans)
2012-06-24 19:05:42 +03:00
Adam Lowe
fd79c479af
glesys: adjusting ParserModule - removing support for odd dates (no longer present in api) and adding support for "yes"/"no" Boolean fields
2012-06-24 19:05:42 +03:00
Nirmal
955cd540ce
Specifically adding the osgi import org.apache.commons.io.input;version=[1.4,3)
2012-06-24 16:52:01 +05:30
Nirmal
e5731df922
Upgrading commons-io dependency of sshj driver to 2.0
2012-06-23 09:48:48 +05:30
Andrew Bayer
9112a832fc
Improve Maven build time dramatically by moving source and javadoc to profiles.
...
This makes a *huge* difference in build time (mvn clean install
-DskipTests takes about 1/3 as long with this in place). It moves
source and javadoc into profiles, so that if you want to build the
source jars and javadoc jars, you specify -Psrc and -Pdoc respectively.
2012-06-22 11:56:41 -07:00
Adrian Cole
1c6e2c64d3
Merge pull request #682 from aledsage/issue-994-vcloud-npe-parsing-image
...
Issue 994: fix vcloud sax parsing of namespaces
2012-06-21 16:24:47 -07:00