Commit Graph

3500 Commits

Author SHA1 Message Date
Karel Vervaeke 22ed06b641 New scriptbuilder feature: CreateOrOverwriteFile
During the process got rid of the (to me) confusing addSpaceToEnsureWe... method
2011-09-30 16:00:23 +02:00
Jason King b3001aa9ee Issue 158: Removed function to find virtual guest - no longer needed 2011-09-30 13:57:04 +01:00
Alex Heneveld f59d1fec0b allow null/missing for varargs params (needed e.g. for EC2 ElasticBlockStoreAsyncClient.describeVolumesInRegion) 2011-09-30 12:05:49 +01:00
andreaturli 1e2e41f7c1 issue 384: IsoToMachine + Test started 2011-09-30 11:40:59 +01:00
andreaturli 4d624d1d3e issue 384: IsoToMachine + Test started 2011-09-30 11:40:59 +01:00
Adam Lowe 9afa28bab1 Merge branch 'master' of git://github.com/jclouds/jclouds 2011-09-30 11:34:01 +01:00
Alex Heneveld 70d58180e0 fix to check for nullable in those places where we test that nullable is supported, and to test that leaving out nullable disallows null parameters 2011-09-30 11:26:53 +01:00
Alex Heneveld f26887b084 fix for 698, and test (better error messages on illegal null params);
also spotted some tests that don't actually test what's expected
2011-09-30 11:05:15 +01:00
andreaturli 9cc9ecb229 issue 384: IsoToMachine + Test started 2011-09-29 23:17:18 +01:00
andreaturli 9d98d8cc0c Merge branch 'master' of github.com:jclouds/jclouds 2011-09-29 23:12:12 +01:00
andreaturli 1d68a63614 issue 384: IsoToMachine + Test started 2011-09-29 23:12:02 +01:00
Jason King 607ff1c5e4 Issue 158: Property/Predicate/finder to test that the product order got created. Initial timeout of 5s 2011-09-29 21:50:57 +01:00
Jason King e4d002a162 Merge branch 'master' of git://github.com/jclouds/jclouds 2011-09-29 19:10:59 +01:00
Adrian Cole 0847c667ee added option to specify domainName as an option when using softlayer 2011-09-29 19:10:50 +01:00
Adrian Cole 1eaddcde78 fixed location for openhosting to FL, not VA 2011-09-29 19:10:50 +01:00
Adrian Cole 4c042e65c5 added option to specify domainName as an option when using softlayer 2011-09-29 10:11:00 -07:00
Adrian Cole 89c47ed6dd fixed location for openhosting to FL, not VA 2011-09-29 10:10:30 -07:00
Adrian Cole 1649c15ac7 Merge pull request #80 from jsonking/master
Issue 158: Started createNodeWithGroupEncodedIntoNameThenStoreCredentials. Fixed an objectMask and entered rest of metadata
2011-09-29 09:37:20 -07:00
Jason King dd189cf6f0 Issue 158: Added comment about hostname/domain constraints 2011-09-29 10:11:42 +01:00
Jason King 7d7b7df48c Merge branch 'master' of git://github.com/jclouds/jclouds 2011-09-29 09:30:35 +01:00
Adrian Cole c3b94378e8 Issue 669: update openhosting to elasticstack 2.0 2011-09-28 13:28:42 -07:00
Adrian Cole 34bca807d5 Issue 669: ensure elasticstack doesn't pass nic mac address when setting server config 2011-09-28 13:28:16 -07:00
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