Commit Graph

3981 Commits

Author SHA1 Message Date
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
Andrew Donald Kennedy 3a2660ad5d Added Snapshot live tests 2011-11-22 15:19:32 +00:00
andreisavu f0fc752865 A VM and an IP address can have multiple forwarding rules attached 2011-11-22 16:37:10 +02:00
Jason King c4f1fa040f Issue 695: Added getTasksByVirtualMachine method call 2011-11-22 14:31:59 +00:00
Jason King bf6c0f4984 Merge branch 'master' of https://github.com/grkvlt/jclouds into grkvlt-master
Conflicts:
	apis/cloudstack/src/test/java/org/jclouds/cloudstack/features/VolumeClientLiveTest.java
2011-11-22 12:30:53 +00:00
Andrew Donald Kennedy 2fe71a4ea2 Added unit test for getVolume 2011-11-22 11:26:35 +00:00
Andrew Donald Kennedy 7a2c6c6edd Add extra test for getVolume 2011-11-22 11:11:45 +00:00
Jason King 4341cc21e5 Merge pull request #182 from andreisavu/admin-remove-vlan
Use the domain admin client to remove the vlan network
2011-11-22 02:35:28 -08:00
Jason King f5fb1e6ee2 Merge pull request #183 from jsonking/695-1
Issue 695: Created builders for collection wrapper classes. Removed setters and annotation postiton.
2011-11-22 02:15:52 -08:00
Jason King f823a4d9de Issue 695: Added VirtalMachines builder+test 2011-11-22 10:08:55 +00:00
andreisavu 1d7fd87f59 Use the domain admin client to remove the vlan network 2011-11-22 11:47:20 +02:00
Jason King 0cada01d5e Issue 695: Moved DisksTest package into correct parent 2011-11-22 09:44:55 +00:00
Andrew Donald Kennedy 42a2cc73e4 Added getVolume command 2011-11-21 18:40:08 +00:00
Adrian Cole 8bbef427ca Merge pull request #181 from danikov/master
pair of bugfixes for the cloadloadbalancers work
2011-11-21 10:01:32 -08:00
Adrian Cole 009c1e30f6 made new cloudstackcontext with visibility to domainAdmin and also globalAdmin clients 2011-11-21 19:57:39 +02:00
Jason King c67072f5b5 Issue 695: Added builder for Tasks, test and removed setter 2011-11-21 17:48:19 +00:00
Andrew Donald Kennedy 4095ebd4ab Clean up volume tests 2011-11-21 17:44:09 +00:00
Andrew Donald Kennedy 192956705b Add IntelliJ .eml files to .gitignore globally 2011-11-21 17:43:29 +00:00
Jason King a1c0041650 Issue 695: Removed setter and put annotation on field 2011-11-21 17:35:21 +00:00
danikov 3cc79d3cdd tweaked the test to be simpler & more accurate 2011-11-21 17:34:47 +00:00
Jason King 7feefaff9e Issue 695: Added Builder+Test for Nics 2011-11-21 17:18:06 +00:00
Jason King e2d7b66b0c Issue 695: Created builder for links and fixed order of constructor args 2011-11-21 16:53:46 +00:00
danikov 381ce837d2 correctly test weighting dependent on loadbalancer algorithm 2011-11-21 16:50:44 +00:00
Jason King ca69fbf0f7 Issue 695: Added builder for Disks and removed setter, test. Used Actions builder externally and made constructor private 2011-11-21 16:01:55 +00:00
danikov 2c034b6a25 finalising constants :D 2011-11-21 15:09:39 +00:00
danikov e28773337e fixed UK provider/region not working + regression tests 2011-11-21 15:09:38 +00:00
Jason King 8752b29b16 Issue 695: Refactored domain package: created packages: virtualmachine,hardware,software,network 2011-11-21 15:09:37 +00:00
Jason King d8156f6717 Issue 695: Removed addAction method, and created Builder and added TestActions class 2011-11-21 15:09:37 +00:00
danikov 76cecee53a fixed UK provider/region not working + regression tests 2011-11-21 14:58:39 +00:00
Adrian Cole db54e0c426 Merge pull request #180 from jsonking/695-1
Issue 695: Removed addAction method, and created Builder and added Test
2011-11-21 06:32:26 -08:00
Jason King 5cd43815af Issue 695: Refactored domain package: created packages: virtualmachine,hardware,software,network 2011-11-21 13:58:41 +00:00
Jason King e5a845ec9f Issue 695: Removed addAction method, and created Builder and added TestActions class 2011-11-21 13:44:23 +00:00
danikov a1f02ad0bc bugfix: allow inconsistent null weights from listNodes 2011-11-21 10:28:19 +00:00
Adrian Cole 4a5af1e7a5 Issue 441: added new type: LoginCredentials, and (jclouds|provider).image.(login-user|authenticate-sudo) context properties 2011-11-21 11:00:12 +02:00
Adrian Cole 1b2a221744 rightscale now supports rhel 2011-11-21 11:00:01 +02:00
Adrian Cole 8b50a08362 Merge pull request #178 from andreisavu/expose-injector
Expose the Guice injector as a @Beta API
2011-11-21 00:59:35 -08:00
andreisavu 3cec3293f0 Expose the Guice injector as a @Beta API 2011-11-21 10:52:32 +02:00
Adrian Cole 8dd04b5ce5 Merge pull request #176 from andreisavu/option-for-static-nat
Allow users to disable the creation of a static nat for a new VM
2011-11-20 23:05:21 -08:00
andreisavu 4dfa16c6f8 Allow users to disable the creation of a static nat for a new virtual machine 2011-11-20 18:25:33 +02:00
Adrian Cole 264a542428 Issue 756:recreate ssh client on failure, rather than session 2011-11-20 10:45:33 +02:00
Adrian Cole eef1272ea2 switched to single testcase at a time 2011-11-20 10:45:32 +02:00
Adrian Cole 024a0f31e5 Merge pull request #173 from iocanel/master
Improve modularity and OSGi support
2011-11-20 00:40:32 -08:00
Adrian Cole 1b869696fa Merge pull request #172 from jsonking/695-1
Issue 695: Converted setAction to addAction and moved annotation to field
2011-11-20 00:31:21 -08:00