Adrian Cole
1a46eb82ca
Issue 690:Update to guava 10.0
2011-09-28 12:54:28 -07:00
Adrian Cole
d7bb1b7ae7
Merge pull request #81 from ahgittin/patterns-curly-braces
...
Issue 703: fix for bug where unclosed open braces in shell scripts banjax parsing
2011-09-28 12:18:05 -07:00
Alex Heneveld
eeae052890
fix for bug where unclosed open braces in shell scripts (and other places where scriptbuilder Utils does its replacements) banjax parsing
2011-09-28 10:07:34 -07:00
Jason King
5122e2de45
Issue 158: Started implementation of createNodeWithGroupEncodedIntoNameThenStoreCredentials
2011-09-28 17:09:53 +01:00
Jason King
b77bd0e132
Issue 158: Remaining metadata
2011-09-28 17:08:14 +01:00
Jason King
fd3cb496fd
Issue 158: Added operating system and password to virtual guest
2011-09-28 16:59:09 +01:00
Jason King
c24ba815cf
Issue 158: Fixed objectMask for VirtualGuest query
2011-09-28 16:58:08 +01:00
Adrian Cole
c54ce66ead
merged vbox conflict
2011-09-27 15:38:46 -07:00
Adrian Cole
fff450fdf2
roughed out test cases for vbox
2011-09-27 15:37:04 -07:00
Adrian Cole
72989e5482
vbox: switched out use of host, as there's no useful data
2011-09-27 15:36:33 -07:00
andreaturli
d7aa0bda77
Merge branch 'master' of github.com:jclouds/jclouds
2011-09-27 23:15:24 +01:00
andreaturli
de4ad5ba9a
issue 384: add link between Image and Hardware in IMachineToHardware
2011-09-27 23:15:08 +01:00
Adrian Cole
2baf711a32
linked image to hardware in virtualbox
2011-09-27 15:11:39 -07:00
Adrian Cole
65f3bd17a3
Merge pull request #79 from ahgittin/ExceptionChaining-Separate
...
show submission stack trace as part of exceptions thrown by our Future
2011-09-27 14:35:41 -07:00
Alex Heneveld
48be98ee7d
renamed the Future we use to be DescribedFuture (instead of just AddedToStringFuture),
...
and added submission stack trace to that Future, with that trace appended to exceptions returned by the Future.get
(so the stack trace shows the logical continuity of processes submitted to an executor)
2011-09-27 14:27:46 -07:00
Mattias Holmqvist
ea148929ff
Merge branch 'master' of https://github.com/jclouds/jclouds
2011-09-27 23:05:45 +02:00
Mattias Holmqvist
9112a74f6a
Relaxed version parsing in IMachineToImage and started on the VirtualBoxComputeServiceAdapterLiveTest
2011-09-27 23:05:36 +02:00
Adam Lowe
0a289e9dd4
Issue 694: Using "here-document" redirection to wrap commands being passed into sudo
2011-09-27 22:02:33 +01:00
Adrian Cole
0bb51e4f4e
euca doesn't support ebs boot yet
2011-09-27 13:53:54 -07:00
Adrian Cole
a79190e86a
Issue 645: move go2cloud out of sandbox
2011-09-27 13:12:59 -07:00
Adrian Cole
85a54e82bc
Issue 645: go2cloud now passes all but one test
2011-09-27 12:52:28 -07:00
Adrian Cole
2bbb5dbadf
Merge branch 'master' of github.com:jclouds/jclouds
...
* 'master' of github.com:jclouds/jclouds:
Starting on unit tests for functions in virtualbox.
Added todo and some documentation to IMachineToIpAddress
2011-09-27 12:02:48 -07:00
Adrian Cole
eb598a7c39
carved out a test to help guide completion of softlayer
2011-09-27 12:01:40 -07:00
Mattias Holmqvist
215b7c09a3
Merge branch 'master' of https://github.com/jclouds/jclouds
2011-09-27 20:50:43 +02:00
Mattias Holmqvist
91d42c4d4a
Starting on unit tests for functions in virtualbox.
2011-09-27 20:50:35 +02:00
Adrian Cole
5469c324d1
added providermetadata and corrected locations in softlayer
2011-09-27 10:41:38 -07:00
Adrian Cole
3af390a4d3
fixed image matches
2011-09-27 10:37:15 -07:00
Adrian Cole
ea83b1e47d
updated SL to support new SG datacenter
2011-09-27 10:36:00 -07:00
Adrian Cole
8532358193
removed unused imports
2011-09-27 10:34:26 -07:00
Mattias Holmqvist
22fa34fdb5
Added todo and some documentation to IMachineToIpAddress
2011-09-27 18:40:15 +02:00
Adrian Cole
94c74a7424
Merge pull request #78 from jsonking/master
...
Issue 158: Functions for Image and Hardware. Implemented SoftLayerComputeServiceAdapter listImages/listHardwareProfiles methods
2011-09-27 09:04:20 -07:00
Jason King
710055e595
Issue 158: Live test for SoftLayerComputeServiceAdapter listLocations and listHardwareProfiles
2011-09-27 16:43:59 +01:00
Jason King
22bc06243a
Issue 158: Added implementation of destroyNode
2011-09-27 16:02:10 +01:00
Jason King
c6068d23dc
Added SoftLayerTemplateBuilderLiveTest - it fails with isoCodes and the images
2011-09-27 15:18:09 +01:00
Jason King
2f73dbc539
Issue 158: implemented listImages and listHardwareProfiles in SoftLayerComputeServiceAdapter. Tidied ProductItemsToHardware and tests
2011-09-27 15:15:59 +01:00
Jason King
afda717d2f
Issue 158: Removed SoftLayerConstants.CLOUD_SERVER_PACKAGE_NAME as it is passed in via a property
2011-09-27 13:13:22 +01:00
Jason King
753bf9f066
Issue 158: Functions to convert to Image/Hardware, tests and adject the adapter
2011-09-27 13:05:29 +01:00
Jason King
72b7fb0b5f
Merge branch 'master' of git://github.com/jclouds/jclouds
2011-09-27 08:57:03 +01:00
andreaturli
e61054f0eb
issue 384: IMachineToImage + its test - unstable
2011-09-27 01:47:12 +01:00
Jason King
7bcdde91a3
Issue 158: ProductItemToImage implementation and tests
2011-09-26 15:39:34 +01:00
Jason King
7894d830bf
Issue 158: Tidy up VirtualGuest.State after feedback from Softlayer
2011-09-26 10:17:17 +01:00
Adrian Cole
81796319aa
Issue 664: remove bluelock vcenterprise environment
2011-09-26 01:13:26 -07:00
Adrian Cole
fa42041b42
Issue 699:Add support for Dunkel vCloud into sandbox
2011-09-25 19:44:28 -07:00
Adrian Cole
5b12880405
updated tests to use jboss 7.0.2
2011-09-25 15:22:28 -07:00
Adrian Cole
d5a6950864
updated to latest gogrid images
2011-09-25 14:31:26 -07:00
Adrian Cole
09cef638ed
Issue 690:Update to guava 10.0-rc3
2011-09-25 12:01:41 -07:00
Mattias Holmqvist
fc5d172523
Added support for changing the IP of a VBox Node at runtime. Added use of CacheLoader for the VBox ComputeService.
2011-09-24 02:04:44 +02:00
andreaturli
c46c0b4c47
issue 384: VirtualBoxComputeServiceAdapter
2011-09-23 23:10:02 +01:00
Adrian Cole
27ba77e611
Merge pull request #77 from jsonking/master
...
Issue 158 refactoring/tidy-up and a start on the node states.
2011-09-23 09:24:27 -07:00
Jason King
90edc423a8
Issue 158: Put in node states seen in the powerState field and mapped to JClouds states
2011-09-23 16:54:13 +01:00