Commit Graph

425 Commits

Author SHA1 Message Date
andreaturli 1b53c2824c issue 384: refactor sendScancode - refactoring with List.partition 2012-01-29 12:20:43 +00:00
andreaturli 8258415bbd issue 384: refactor sendScancode - andrei and adrian comments addressed 2012-01-29 11:32:31 +00:00
Andrea Turli 01c3319258 issue 384: refactor sendScancode 2012-01-27 12:24:17 +00:00
andreaturli f3386f40a7 issue 384: fixed Clone and CreateAndRegister - aledsage comments addressed 2012-01-22 22:30:47 +00:00
andreaturli 6739644809 issue 384: fixed Clone and CreateAndRegister tests 2012-01-22 13:09:24 +00:00
Mattias Holmqvist 02353b93d5 Merge branch 'develop' of https://github.com/andreaturli/jclouds into pull-323
- Changed 'vboxmanage' to 'VBoxManage'
- Did some additional cleanup on the commit. Removed some unused code and some other tidying.
2012-01-20 00:04:20 +01:00
Adrian Cole de720b6da3 Issue 814:move openstack-nova to org.jclouds.labs groupId 2012-01-17 22:07:21 -08:00
andreaturli 8eb13861fc issue 384: refacoring MachineUtils. Eliminate a refuse from CreateAndRegisterMachineFromIsoIfNotAlreadyExists 2012-01-17 19:46:10 +00:00
andreaturli 6302c283a4 issue 384: refactoring of MachineUtils. NB: some tests have been disabled to finalize mock implementation later 2012-01-17 19:40:17 +00:00
Adrian Cole 3df052565f updated current version to 1.4.0-SNAPSHOT 2012-01-16 13:08:32 -08:00
Mattias Holmqvist ef0b689113 First step on IsoSpec/NetworkSpec/IMachineSpec. Also reverted ubuntu version to 11.04. 2012-01-16 00:00:42 +01:00
Mattias Holmqvist f1427fbb74 Moved statements to separate package 2012-01-15 23:49:31 +01:00
Mattias Holmqvist 82e44d952b VirtualBox: Removed private propagate-methods and use Google directly instead. Minor code cleanup. 2012-01-15 23:45:58 +01:00
andreaturli 1807f78ae2 issue 384: change MachineUtils to use MutableMachine function 2012-01-11 00:25:34 +00:00
Andrea Turli 768e16fae7 issue 384: create Mutatemachine 2012-01-11 00:25:33 +00:00
Adrian Cole e46ee9fbc4 Issue 807:update license headers 2012-01-09 10:54:57 -08:00
Adrian Cole 6b1e1af144 updated iso url 2012-01-08 00:04:04 -08:00
Adrian Cole a0e038d9df fixed slf4j format 2012-01-07 16:25:33 -08:00
Adrian Cole b049e93401 switched to slf4j for virtualbox 2012-01-07 16:25:33 -08:00
andreaturli 97d5b49c90 issue 384: change properties.put(PROPERTY_IMAGE_ID, "ubuntu-10.04.3-server-i386"); 2012-01-07 21:14:30 +00:00
andreaturli 46a5d6f504 issue 384: fix some tests, only testCreateNodeWithGroupEncodedIntoNameThenStoreCredentials now fails 2012-01-07 21:09:20 +00:00
Adrian Cole b2a9313c85 refactored config handling in virtualbox and cleaned up classes 2012-01-07 06:11:01 -08:00
Adrian Cole dd5794036a ssh loop shouldn't attempt as root 2012-01-06 15:38:09 -08:00
andreaturli 6507ebbdfe issue 384: add unlockMachineAndApply to MachineUtils, modify CreateMedium, CreateMachine and Clone tests 2012-01-06 22:23:20 +00:00
Adrian Cole dec63d7cbe improved nat rules to survive existing sets, and also made sure we lock machines before attempting to delete them 2012-01-06 12:31:49 -08:00
Adrian Cole 1255d91eef got rid of propertyutils 2012-01-06 11:30:50 -08:00
Adrian Cole 347a12a68f started finishing incomplete mock test 2012-01-06 11:30:27 -08:00
Adrian Cole 66c49135eb worked around deleting where an existing attachment on the same medium 2012-01-06 09:53:06 -08:00
Adrian Cole f7802b09b0 added imageId to the default properties of vbox and fixed a null 2012-01-06 09:52:26 -08:00
Adrian Cole 013c0eaf83 refactored configuration and setup to test with build 4.1.8 2012-01-05 18:57:15 -08:00
Adrian Cole f06e6982eb Issue 800:introduce property for build version 2012-01-05 17:51:55 -08:00
Adrian Cole 99fb37f6cf refactored LiveTest code to share property initialization 2012-01-05 17:51:03 -08:00
Adrian Cole 42137677da Issue 801:fix inconsistency in test property test.provider.apiversion set in pom.xml -> api-version 2012-01-05 13:09:45 -08:00
Andrea Turli 7e68bba81c issue 384: modified CloneAndRegister constructor 2012-01-05 13:46:38 +00:00
andreaturli 85fae1687b issue 384: cosmetic fixes 2012-01-05 07:59:48 +00:00
andreaturli caec80d560 issue 384: add isLinkedClone, modified CloneAndregister and unregisterMachine 2012-01-05 00:27:10 +00:00
andreaturli 2aea0c3caa issue 384: IMachineToVmSpec + Test 2012-01-03 00:27:02 +00:00
Mattias Holmqvist 683b26d876 Fixed broken test in VirtualBox. 2011-12-27 07:31:55 +01:00
andreaturli a877784107 issue 384: refactor UnregisterMachine to take advantage of autoDelete 2011-12-21 00:06:09 +00:00
Andrea Turli 762f8d29bb issue 384: fixed tests 2011-12-20 17:16:01 +00:00
Andrea Turli 3aaaa22660 issue 384: preparation to address https://github.com/jclouds/jclouds/pull/266/files#r304746 2011-12-20 13:07:50 +00:00
andreaturli 912a2f9ae0 issue 384: improve UnregisterMachineIfExistsAndDeleteItsMedia + Test, vmSpec 2011-12-20 08:30:55 +00:00
andreaturli 3f559bf0c5 issue 384: improve UnregisterMachineIfExistsAndDeleteItsMedia + Test 2011-12-19 23:47:10 +00:00
andreaturli 9a460c57d0 issue 384: small fixes to UnregisterMachine to destroy all the media attached 2011-12-18 19:24:08 +00:00
andreaturli cbe1f4d161 Merge branch 'master' of github.com:andreaturli/jclouds 2011-12-18 19:14:48 +00:00
andreaturli f3e8c617ec issue 384: small fixes to UnregisterMachine to destroy all the media attached, removed lzma lib, add memory to CreateAndInstallVmLiveTest 2011-12-18 19:14:12 +00:00
Andrea Turli 4e834c146d issue 384: added Statement to virtualbox 2011-12-17 14:19:12 +00:00
Mattias Holmqvist 1fd77eb348 Added null checks in contructors and more use of Objects.equal/hashCode. 2011-12-15 23:22:36 +01:00
Mattias Holmqvist 6d435742e1 Added support for memory to VmSpec. 2011-12-15 23:15:29 +01:00
Mattias Holmqvist 91e5351ef3 Moved PropertyUtils to src/test. 2011-12-15 22:54:17 +01:00