Commit Graph

5770 Commits

Author SHA1 Message Date
danikov 3295c1fdc7 fix NPE and test ordering 2012-03-20 13:25:53 +00:00
Aled Sage eea5b261ba Issue #830 vcloud-director: added admin-query client 2012-03-20 11:30:41 +00:00
danikov 33128f8d8b fix createUser test 2012-03-20 10:20:06 +00:00
danikov f301a2ec18 adminCatalog live test now uses its own user/owner 2012-03-20 10:20:06 +00:00
danikov 4200f59c29 enable failing live tests
Conflicts:

	labs/vcloud-director/src/test/java/org/jclouds/vcloud/director/v1_5/features/GroupClientLiveTest.java
2012-03-20 10:18:37 +00:00
Adrian Cole ec8b428220 Merge pull request #481 from andrewgaul/use-gmt-for-rfc822-date
Use GMT for RFC 822 dates
2012-03-20 00:41:32 -07:00
Adrian Cole dc5545ef18 Merge pull request #480 from andrewgaul/prefer-entryset
Prefer entrySet() over keySet() followed by get()
2012-03-20 00:37:37 -07:00
Adrian Cole 85e169c071 Merge pull request #479 from andrewgaul/value-or-empty
Prefer Guava.nullToEmpty and HttpUtils.nullToEmpty
2012-03-20 00:35:45 -07:00
Andrew Gaul 8ad10fabaf Prefer entrySet and entries over keySet and keys
Also use type inference for ImmutableMultimap.Builder.
2012-03-20 00:03:10 -07:00
Andrew Gaul 796fbff2a7 Use GMT for RFC 822 dates
This fixes AWS S3 support, which previously complained about a missing
or improper Date header.
2012-03-19 23:36:58 -07:00
Andrew Gaul e2417605a2 Prefer Guava.nullToEmpty and HttpUtils.nullToEmpty
Make HttpUtils.valueOrEmpty static and change method name to
nullToEmpty to mimic Guava.
2012-03-19 20:48:52 -07:00
Adrian Cole 73749de4e3 Merge pull request #478 from andrewgaul/first-headers-to-sign
Prefer ImmutableCollection over mutable array
2012-03-19 19:13:46 -07:00
Andrew Gaul 74862d7321 Prefer ImmutableCollection over mutable array
Also static.
2012-03-19 19:04:42 -07:00
Adrian Cole f2ce700ec1 cleaned security group syntax for rule creation 2012-03-19 18:38:22 -07:00
Adrian Cole acd83ce9f4 Issue 336: define ip permissions syntax 2012-03-19 17:52:47 -07:00
Adrian Cole 206dd67c00 revised syntax of security groups 2012-03-19 17:52:47 -07:00
Adrian Cole a061348989 Merge pull request #476 from andrewgaul/logging-format
Use correct logging format
2012-03-19 17:32:46 -07:00
Andrew Gaul bd2623fc49 Use correct logging format 2012-03-19 17:28:43 -07:00
Adrian Cole e1b1ba4afa all around cleanup on server object; fixed creatednode.nodeId & addressed new node where hostId is not set 2012-03-19 15:52:08 -07:00
Adrian Cole 94f5d230c8 Issue 876:It is possible to write ComputeServiceAdapter in a way that leads to orphaned credentials 2012-03-19 15:52:07 -07:00
Adrian Cole 78c3f1ea1d Merge pull request #474 from aplowe/master
Issue 830: vCloud 1.5 unlockUser live and expect tests
2012-03-19 15:46:30 -07:00
Adrian Cole 8f4307843d Merge pull request #475 from andrewgaul/awaitcompletion-concurrentmap
Collect errors in a thread-safe Map
2012-03-19 15:45:45 -07:00
Andrew Gaul 1652752ee6 Collect errors in a thread-safe Map
Needed since multiple threads can mutate this map.  Also always return
a mutable map for consistency.
2012-03-19 15:03:45 -07:00
Adam Lowe deeaa675bb vcloud-director 1.5: adding tests of unlockUser 2012-03-19 20:15:41 +00:00
Adrian Cole ea382b9f9e Merge pull request #473 from jclouds/support-alpha-versions
Now supporting 'x.y.z-alpha.n' type versions
2012-03-19 12:15:54 -07:00
Andrew Phillips c16a581e1f Now supporting 'x.y.z-alpha.n' type versions 2012-03-19 15:10:04 -04:00
Adrian Cole afb67793e8 Merge pull request #470 from aledsage/issue-830-user-and-task
Issue #830 vcloud-director: fixing live tests (User and Task)
2012-03-19 09:39:59 -07:00
Aled Sage bf5e73f057 Issue #830 vcloud-director: fixing live tests (User and Task) 2012-03-19 08:03:43 +00:00
Adrian Cole 28fd2742fb multizone and floating ip support 2012-03-19 01:03:25 -07:00
Adrian Cole 45b4725fc7 fixed logging as log4j was being inherited 2012-03-19 01:03:25 -07:00
Adrian Cole 9bec280c94 createNodeInGroupWithNameAndTemplate hook 2012-03-19 01:03:24 -07:00
Adrian Cole 9946ee9fd4 changes to facilitate services that do not have regions 2012-03-19 01:03:24 -07:00
Adrian Cole 811abdb43c removed the floating ip option, as it needs more thought 2012-03-19 01:03:24 -07:00
Adrian Cole 31575a812f changed loaders to loaders package 2012-03-19 01:03:24 -07:00
Adam Lowe f0d6c9f10d openstack-nova: wiring Floating IP functionality into ComputeServiceAdaptor and ServerToNodeMetadata 2012-03-19 01:03:24 -07:00
Adam Lowe dd4d13d6bb openstack-nova: wiring in LoadFloatingIpsForInstance 2012-03-19 01:03:24 -07:00
Adam Lowe d7b4a31e70 openstack-nova: adding LoadFloatingIpsForInstance 2012-03-19 01:03:24 -07:00
Adam Lowe cd33c5d901 openstack-nova: fixing getInstanceId 2012-03-19 01:03:24 -07:00
Adam Lowe b290a2e7c9 openstack-nova: adding comment about region support 2012-03-19 01:03:24 -07:00
Adam Lowe cc76f96553 openstack-nova: adjusting in case multiple floating ips are possible 2012-03-19 01:03:24 -07:00
Adam Lowe a58474a674 openstack-nova: adding function to retrieve and filter correct floating ip for a vm 2012-03-19 01:03:23 -07:00
Adam Lowe 706fe80f3d openstack-nova: adding NovaTemplateOptions with floatingIp options 2012-03-19 01:03:23 -07:00
Adam Lowe 7bc3fddbf6 openstack-nova: adding auto-allocate-ips context property 2012-03-19 01:03:23 -07:00
Adrian Cole 8d22256f35 Merge pull request #468 from aledsage/issue-830-vappTemplate
Issue #830 vcloud-director: fix VAppTemplate live tests
2012-03-18 16:29:09 -07:00
Aled Sage 028791a179 Issue #830 vcloud-director: fix VAppTemplate live tests 2012-03-18 18:59:35 +00:00
Adrian Cole 7144a8fcb0 Merge pull request #466 from aledsage/issue-830-query-vms
Issue #830 vcloud-director: fix querying of VMs
2012-03-17 12:14:11 -07:00
Aled Sage 214e25863b Issue #830 vcloud-director: fix querying of VMs (and move instantiateVApp up to BaseVCloudDirectorClientLiveTest) 2012-03-17 17:12:00 +00:00
Adrian Cole 57235198d1 Merge pull request #465 from aledsage/issue-830-query-fix
Issue #830 vcloud-director: add missing class for QueryClient (oops!)
2012-03-17 08:24:41 -07:00
Aled Sage 6852d9b45f Issue #830 vcloud-director: add missing class for QueryClient (oops!) 2012-03-17 13:33:56 +00:00
Adrian Cole 166c7765f0 Merge pull request #464 from dralves/jclouds-vbox-nat-host-only-working-cluster-and-live-test
updated vbox readme
2012-03-16 19:36:12 -07:00