Commit Graph

3309 Commits

Author SHA1 Message Date
andreaturli 07ac8e7685 issue 384: use arp to retrieve IP address 2011-09-22 19:10:37 +01:00
Adrian Cole 78d2564ba3 added negative tests so that we know what to update when guava 10.0 final is out 2011-09-22 10:43:04 -07:00
Adrian Cole b0e2dccd43 Issue 692: cloudsigma nodes working with ubuntu 10.04 2011-09-22 10:41:19 -07:00
Andrea Turli 5d102ea0bb issue 384: arp bug fixed 2011-09-22 14:11:46 +01:00
Adrian Cole b4e4c26f44 fixed ec2 regressions related mapmaker -> cachebuilder 2011-09-22 02:29:14 -07:00
Adrian Cole d4323d1ffd updated centos versions 2011-09-22 00:42:43 -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
Adrian Cole d039fe7d96 Issue 692:CloudSigma ssh password support 2011-09-22 00:20:17 -07:00
andreaturli 3f25efa69c issue 384: use arp to retrieve IP address 2011-09-22 02:47:07 +01:00
Adrian Cole 6f01848608 Merge pull request #75 from jsonking/master
Issue 158: Changes to support shutting down a virtual guest. Improved price from item function
2011-09-20 15:49:22 -07:00
andreaturli e49bfd9c59 issue 384: fix bridge inteface detection 2011-09-20 22:06:03 +01:00
Jason King 9282cc8bb8 Issue 158: Fix hashcode and equals on VirtualGuest - billingItem can be null once cancelled 2011-09-20 17:18:34 +01:00
Jason King 0c6845986d Issue 158: Change and move prices method to static function, tests 2011-09-20 16:57:43 +01:00
Jason King d5df2d2057 Issue 158: Added cancel service 2011-09-20 13:32:53 +01:00
Jason King def43f2e67 Issue 158: Adding BillingItemVirtualGuest so the node can be shut down 2011-09-20 11:47:16 +01:00
Mattias Holmqvist aed4e72e49 Added a couple of tests that are run from a main() instead of via TestNG. Added lots of plumbing (ongoing work) for virtualbox. To be reviewed and discussed. 2011-09-20 00:36:36 +02:00
Mattias Holmqvist cdd0c1784a Removed duplicate key for bluelock in rest.properties. 2011-09-20 00:32:20 +02:00
Adrian Cole d1ea2827d1 Merge pull request #74 from jsonking/master
Issues 158: iso3166Code updates
2011-09-19 08:03:40 -07:00
Jason King 148641c3ce Issue 158: Review cleanup: move small classes to static methods 2011-09-19 14:39:06 +01:00
Jason King 4790e588b4 Added ProductItemPredicates.units, function ProductItemPriceFromProductItem and updated the live test to show how to get prices 2011-09-17 22:57:33 +01:00
Jason King 4fc4cb9a75 Issue 158: Adding Predicates and functions to get capacity and category 2011-09-17 20:57:49 +01:00
Jason King 64591e6d0e Issue 158: Added DEFAULT_VIRTUAL_GUEST_PRICES 2011-09-17 19:34:37 +01:00
Jason King 2dd0b0deeb Issue 158: Added ProductItemCategory 2011-09-17 19:25:07 +01:00
Jason King a655d8ab25 Issues 158: iso3166Code: use country only if state is missing. Whitespace trimming and null checking 2011-09-17 10:35:47 +01:00
Jason King e7dce95ace Merge branch 'master' of git://github.com/jclouds/jclouds 2011-09-17 09:20:34 +01:00
Adrian Cole 37c4da6489 Issue 158: stubbed in compute service and tested datacenter -> location translation 2011-09-16 17:53:57 -07:00
Adrian Cole 6ad10cd185 Issue 158: undid circular dependency I created 2011-09-16 17:53:00 -07:00
Adrian Cole 89db566131 Issue 158: Added parent location 2011-09-16 17:01:52 -07:00
Adrian Cole 626b45ee46 Issue 158: Datacenter is more closely related to Location than Address 2011-09-16 16:56:13 -07:00
Adrian Cole e80786a1b2 Issue 158: refactored to find package using Iterables 2011-09-16 16:28:32 -07:00
Adrian Cole a8348fcb17 Issue 158: moved AddressToLocation to the compute package 2011-09-16 16:24:04 -07:00
Adrian Cole 22fbcb7be4 Issue 158: fix to use new Nullable annotations 2011-09-16 16:17:00 -07:00
Adrian Cole 2d4bcb6e08 Merge branch 'master' of https://github.com/jsonking/jclouds
* 'master' of https://github.com/jsonking/jclouds:
  Refactored SoftLayerUtils to ProductPackagePredicates
  Created AccountToLocation function class and added description to Address
  Issue 158 added Address class and included in api calls. Provides iso3166 code
  Fixed @see DatacenterClient
  Issue 158: Extracted getProductPackageId to SoftLayerUtils and added tests
  ProductPackageClientLiveTest used Cloud Server pkg name instead of id
2011-09-16 16:09:18 -07:00
Adrian Cole 982e92fe9f Issue 334: changed AWSEC2ComputeServiceLiveTest.testExtendedOptionsAndLogin to use aws-cloudwatch 2011-09-16 16:05:37 -07:00
Adrian Cole e766248327 Issue 334: added aws-cloudwatch provider 2011-09-16 15:36:29 -07:00
Jason King ec30c998d0 Merge branch 'master' of git://github.com/jclouds/jclouds 2011-09-16 23:12:47 +01:00
Adrian Cole 8a229dc88a Issue 334: fixed cloudwatch to use new nullable annotations 2011-09-16 14:48:52 -07:00
Jason King 5e649d15c6 Refactored SoftLayerUtils to ProductPackagePredicates 2011-09-16 22:45:10 +01:00
Jason King af5cd63dfc Created AccountToLocation function class and added description to Address 2011-09-16 21:30:31 +01:00
Guillaume Nodet 87dd23551c Avoid using a non official jsr and use our own annotations 2011-09-16 17:52:12 +02:00
Jason King 43141bcf78 Issue 158 added Address class and included in api calls. Provides iso3166 code 2011-09-16 16:51:40 +01:00
Jason King 5d53be270c Fixed @see DatacenterClient 2011-09-16 14:34:50 +01:00
Jason King 0f31b1cfb7 Issue 158: Extracted getProductPackageId to SoftLayerUtils and added tests 2011-09-16 14:34:50 +01:00
Jason King c52c13e625 ProductPackageClientLiveTest used Cloud Server pkg name instead of id 2011-09-16 09:57:26 +01:00
Adrian Cole 528a89a6fe Merge pull request #70 from jsonking/master
Issue 158: Test to get the datacenters where CloudLayer Computing Instances are available.
2011-09-15 22:28:07 -07:00
Jason King df696966a0 Issue 158: Test to get the datacenters where CloudLayer Computing Instances are available. 2011-09-15 23:37:08 +01:00
andreaturli 900f019e80 issue 384: tests passed but still connection problem to guest with bridged NIC - fix 2011-09-14 23:36:42 +01:00
andreaturli ba8b26d90e Merge branch 'master' of github.com:jclouds/jclouds 2011-09-14 23:00:24 +01:00
andreaturli 716ae1ad54 issue 384: tests passed but still connection problem to guest with bridged NIC 2011-09-14 23:00:04 +01:00
andreaturli 4b62c4a022 issue 384: VirtualboxAdminTest can clone multiple vms from the admin node in linked mode - still issues with bridged network, so right now NAT is used 2011-09-14 00:52:28 +01:00