Mattias Holmqvist
|
ebe75e3ff2
|
Added RedirectRule to wrap parameters for AttachNATRedirectRuleToMachine.
|
2011-11-27 14:26:36 +01:00 |
Mattias Holmqvist
|
a006d63b44
|
.contains() instead of .indexOf()
|
2011-11-27 14:26:10 +01:00 |
Mattias Holmqvist
|
66a42c372c
|
Argument name
|
2011-11-27 14:25:44 +01:00 |
Mattias Holmqvist
|
d06394514f
|
Renamed DetachDistroMediumFromMachine and inject port and device instead of hard-coding.
|
2011-11-27 13:12:23 +01:00 |
Mattias Holmqvist
|
40e603d7e0
|
Moved MachineUtils to util package
|
2011-11-27 13:02:03 +01:00 |
Mattias Holmqvist
|
65e0b937ae
|
Cleanup and improved readability for CloneAndRegisterMachineFromIMachineIfNotAlreadyExists.
|
2011-11-27 02:17:47 +01:00 |
Mattias Holmqvist
|
4effcc39ad
|
Some cleanup of RetrieveActiveBridgedInterfaces and added copyright.
|
2011-11-27 02:11:23 +01:00 |
Adrian Cole
|
9272136548
|
Merge pull request #192 from andreaturli/clonemachine
issue 384: added CloneAndRegisterMachineFromIsoIfNotAlreadyExists + Live...
|
2011-11-26 08:18:13 -08:00 |
Adrian Cole
|
c15400ca0e
|
Merge pull request #190 from iocanel/master
Udpdated Fragment definitions so that they are compatible with OSGi 4.3.
|
2011-11-26 08:16:18 -08:00 |
Jason King
|
81cbe7c0b1
|
Merge pull request #194 from jsonking/695-1
Added Templates+client classes and calls+tests, plus some refactoring
|
2011-11-26 02:27:34 -08:00 |
Jason King
|
8f4a12f359
|
Issue 695: Refactoring2: Introduced Resource for links,actions,name from schema. Removes duplication
|
2011-11-26 10:22:30 +00:00 |
andreaturli
|
3de92bd292
|
issue 384: added DetachDistroMedium and RetrieveBridgedInterface + Test
|
2011-11-25 22:45:25 +00:00 |
andreaturli
|
4214382b8d
|
issue 384: added DetachDistroMedium and RetrieveBridgedInterface + Test
|
2011-11-25 22:41:20 +00:00 |
Andrea Turli
|
536b8ff790
|
issue 384: added CloneAndRegisterMachineFromIsoIfNotAlreadyExists + LiveTest
|
2011-11-25 17:02:05 +00:00 |
Jason King
|
22a63f7177
|
Issue 695: Refactoring1: Pushed up links, actions to BaseResource as lots of duplication. Added some getAttributes overrides in builders
|
2011-11-25 15:39:31 +00:00 |
Jason King
|
115f93a7d7
|
Issue 695: Removed Row and Group: Use NamedResource instead
|
2011-11-25 14:42:56 +00:00 |
Jason King
|
e0500af771
|
Issue 695: Added Templates client+classes+tests
|
2011-11-25 11:59:28 +00:00 |
Mattias Holmqvist
|
1aad827aaa
|
Extracted utility functions from IsoToIMachine.
|
2011-11-25 07:13:25 +01:00 |
Mattias Holmqvist
|
46301c800e
|
Fixed assertion from equals to compare on Id.
|
2011-11-24 23:17:41 +01:00 |
Mattias Holmqvist
|
e6c13a4f32
|
Fixed broken test
|
2011-11-24 22:40:18 +01:00 |
Mattias Holmqvist
|
2c2eadc2e0
|
Merge branch 'master' of https://github.com/jclouds/jclouds into vbox-cleanup
|
2011-11-24 21:56:34 +01:00 |
Mattias Holmqvist
|
57cef512cb
|
Added check for web server in IsoToIMachine.
|
2011-11-24 21:55:59 +01:00 |
Mattias Holmqvist
|
e6200d6374
|
Formatting
|
2011-11-24 21:53:47 +01:00 |
Jason King
|
be5d6be149
|
Merge pull request #191 from jsonking/695-1
Issue 695: Actions on virtual machine (poweron/off/tools mount/unmount). Template
|
2011-11-24 10:05:58 -08:00 |
Jason King
|
81605f1258
|
Issue 695: Added Templates class, and client call to retrieve them
|
2011-11-24 18:03:10 +00:00 |
Jason King
|
2595aa5b7b
|
Issue 695: Removed setter
|
2011-11-24 17:32:31 +00:00 |
Jason King
|
acb62e1cee
|
Issue 695: Used expected from setup method
|
2011-11-24 17:30:50 +00:00 |
Jason King
|
636dafe1d3
|
Issue 695: Added Template, TemplateStorage,Template*Client, JAXB Test and Test files
|
2011-11-24 17:05:59 +00:00 |
Jason King
|
1cf89c6b6f
|
Issue 695: Added remove virtual machine call, plus test and commented out live test
|
2011-11-24 14:58:52 +00:00 |
Jason King
|
4b03bb707f
|
Issue 695: Added mount/unmount tools+test+live test to take through power cycles with tools
|
2011-11-24 12:57:37 +00:00 |
Jason King
|
8a3c919009
|
Issue 695: Methods to powerOn/powerOff/shutdown/reboot a VM
|
2011-11-24 11:01:37 +00:00 |
Mattias Holmqvist
|
9deaa23502
|
Unnecessary call to super().
|
2011-11-24 07:43:02 +01:00 |
Ioannis Canellos
|
70bb4a17e2
|
Updated fragment declarations so that they can comply with OSGi 4.3 specification.
|
2011-11-23 19:03:51 +02:00 |
Jason King
|
9a8dc49a78
|
Merge pull request #188 from andreisavu/template-fixes
A few test & template extraction fixes
|
2011-11-23 08:56:59 -08:00 |
Jason King
|
f3efe7fafe
|
Merge pull request #189 from jsonking/695-1
Issue 695: Remainder of VirtualMachineConfigurationOptions and HardwareConfiguration
|
2011-11-23 08:41:28 -08:00 |
Jason King
|
835ea8bb57
|
Issue 695: Service call for HardwareConfiguration+parsing+tests
|
2011-11-23 16:35:30 +00:00 |
Jason King
|
39be81a337
|
Issue 695: Renamed method
|
2011-11-23 15:52:31 +00:00 |
andreisavu
|
89e575f2b3
|
A few test & template extraction fixes
|
2011-11-23 17:51:34 +02:00 |
Jason King
|
1a2db01330
|
Issue 695: Additional objects for rest of VirtualMachineConfigurationOptions
|
2011-11-23 13:21:15 +00:00 |
Jason King
|
42926bd5ad
|
Issue 695: Added tests for missing virtualmachine(s) cases and introduced ReturnEmptyVirtualMachinesOnNotFoundOr404
|
2011-11-23 10:41:23 +00:00 |
Mattias Holmqvist
|
0d6fd403bc
|
Formatting
|
2011-11-23 07:33:56 +01:00 |
Mattias Holmqvist
|
1d5472d082
|
Cleanup IsoToIMachine
|
2011-11-23 07:33:38 +01:00 |
Adrian Cole
|
8370a20654
|
fixed broken tests
|
2011-11-22 23:59:17 +02:00 |
Adrian Cole
|
e2372fa4c2
|
Merge pull request #187 from jsonking/695-1
Issue 695: Added service calls for getTasksByVirtualMachine and getVirtualMachineConfigOptions
|
2011-11-22 13:44:23 -08:00 |
Jason King
|
4aa9e4e8c5
|
Merge pull request #185 from andreisavu/multiple-ip-forwarding
A VM and an IP address can have multiple forwarding rules attached
|
2011-11-22 09:52:31 -08:00 |
Jason King
|
82d58502c9
|
Merge pull request #186 from grkvlt/master
Added live tests for Snapshot
|
2011-11-22 09:33:02 -08:00 |
Jason King
|
18f2060502
|
Added VirtualMachineConfigurationOptions, ResourceCapacityRange, Service call and tests
|
2011-11-22 17:08:04 +00:00 |
Mattias Holmqvist
|
860f7ad831
|
Renamed GetIPAddressFromMAC to correct spelling
|
2011-11-22 17:56:55 +01:00 |
Mattias Holmqvist
|
20868e7072
|
Cleanup AttachMediumToMachineIfNotAlreadyAttached.
|
2011-11-22 17:46:30 +01:00 |
Jason King
|
2aa0fff801
|
Issue 695: Removed Size and Memory classes as can use ResourceCapacity directly
|
2011-11-22 16:11:32 +00:00 |