Commit Graph

4006 Commits

Author SHA1 Message Date
andreisavu 09de9bf00e Use enums for status, result code & error code for async jobs 2011-11-30 17:44:58 +02:00
andreisavu 3b785994c7 Added enums with all the known error & status codes for async jobs 2011-11-30 17:43:14 +02:00
Mattias Holmqvist 13f1a68b67 Removed settingsFile until properly supported. Added live tests for AttachDistroMediumToMachine. 2011-11-30 10:28:44 +01:00
Mattias Holmqvist be1847ce9b .indexOf() -> .contains() 2011-11-30 10:28:44 +01:00
Mattias Holmqvist e885fabcad Added live test for CreateMediumIfNotAlreadyExists. 2011-11-30 10:28:44 +01:00
Mattias Holmqvist caff96fbb0 Added fail() 2011-11-30 10:28:44 +01:00
Mattias Holmqvist b36b304dce Live test for CreateAndRegisterMachineFromIsoIfNotAlreadyExists. 2011-11-30 10:28:44 +01:00
Mattias Holmqvist 3921f86ae6 .indexOf() -> .contains() 2011-11-30 10:28:44 +01:00
Mattias Holmqvist 79c32c22e2 .indexOf() -> .contains() 2011-11-30 10:28:44 +01:00
Adrian Cole 4535f92c51 added skeleton for Ip features 2011-11-29 15:03:11 -05:00
Adrian Cole 5c315686e8 added skeleton for Ip features 2011-11-29 14:59:51 -05:00
Adrian Cole 95708f36ea updated to latest parsing format 2011-11-29 14:44:01 -05:00
Adrian Cole b909137c4a mocks are not multithread capable 2011-11-29 13:58:40 -05:00
Adrian Cole f03424cb35 Merge pull request #195 from andreisavu/tests-for-predicates
Added more tests for cloudstack predicates
2011-11-29 10:23:59 -08:00
andreisavu 3ea37bbbe3 Added a few more negative tests 2011-11-29 18:19:33 +02:00
andreisavu 6afe98304c Added more tests for cloudstack predicates 2011-11-29 18:04:57 +02:00
Adrian Cole 5762f0f851 Merge pull request #179 from andreisavu/vm-expunged-predicate
Defined new predicate to check if a VM is expunged
2011-11-29 07:46:02 -08:00
andreisavu eed9501a1c Added unit test for VirtualMachineExpunged predicate 2011-11-29 14:01:45 +02:00
andreisavu 77f05795df Defined new predicate to check if a VM is expunged 2011-11-29 13:00:39 +02:00
Adrian Cole 96d4766d68 Issue 762: started support for the GleSYS API 2011-11-28 20:17:58 -05:00
Mattias Holmqvist 16144a3a48 Removed broken dependency in pom.xml so that -Plive can be run from Maven. 2011-11-28 18:52:47 +01:00
Adrian Cole 09678a1df0 Issue 760:sshj driver throws exception disconnecting when client is already disconnected 2011-11-28 12:11:55 -05:00
Adrian Cole 4981ca6efb updated clone on templateoptions 2011-11-28 09:19:49 -05:00
Adrian Cole 933c9102ec updated cloudstack impl based on advice from citrix 2011-11-28 00:25:14 -05:00
Adrian Cole d31844469b ninefold is now version 2.2.12 2011-11-27 23:59:59 -05:00
Adrian Cole 51ad3139c9 updated cloudstack to setup multiple port forwarding rules so that inboundPorts Template Option can operate 2011-11-27 23:32:42 -05:00
Adrian Cole fc4d4fcd2c block on job complete 2011-11-27 18:45:52 -05:00
Adrian Cole 424351b1c3 assigned correct defaults for ninefold template 2011-11-27 18:16:41 -05:00
Adrian Cole 9dc71cec3a corrected the disableStaticNAT functions, and added code to properly clean up on destroy node 2011-11-27 18:15:58 -05:00
Adrian Cole 1dbb34c2aa log more details when jboss service fails to start 2011-11-27 18:13:05 -05:00
Adrian Cole 6823659613 Issue 758:new endpoint for cloudsigma-zrh 2011-11-27 16:20:46 -05:00
Adrian Cole 4c835851de fixed some quality issues 2011-11-27 11:30:19 -05:00
Adrian Cole a530b5b5d6 fixed bad state in cloudstack when node is stopped 2011-11-27 11:13:55 -05:00
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