Adrian Cole
c889077f50
cleaning up virtualbox constructors, etc
2011-10-29 12:30:24 +02:00
Adrian Cole
ca723ed909
ensure integration tests only run one at a time, so that troubleshooting is easier
2011-10-29 12:30:03 +02:00
Adrian Cole
fe4a971d55
changed setup function tests to be mocks so they don't conflict with test fixture setup
2011-10-29 12:29:16 +02:00
Adrian Cole
00c47eeab2
removed tests that are too confusing to troubleshoot at this stage of development
2011-10-29 12:28:02 +02:00
Adrian Cole
d300681bcc
formatting in virtualbox
2011-10-29 11:00:02 +02:00
Mattias Holmqvist
f4a53fa0da
Added LaunchMachineIfNotAlreadyRunning to IsoToIMachine.
2011-10-28 21:51:07 +02:00
Mattias Holmqvist
c3eb23399b
Added ErrorCode type and ExecutionType. Now for for LaunchMachine function, but can be re-used.
2011-10-28 21:46:48 +02:00
vijaykiran
ed076a5c4a
Change the test name testListAccount to reflect the api method listAccounts
2011-10-26 16:41:18 +02:00
Mattias Holmqvist
03e0bd46ba
Virtualbox: Re-used AttachMediumToMachineIfNotAlreadyAttached for attaching guest additions DVD.
2011-10-24 00:10:35 +02:00
Mattias Holmqvist
394bb1b602
Added function ApplyMemoryToMachine for virtualbox.
...
commit e52df20b9010ebac266e2b593628ea1876a578f9
Author: Mattias Holmqvist <mattias.holmqvist@gmail.com>
Date: Sun Oct 23 23:59:25 2011 +0200
Added function ApplyMemoryToMachine for virtualbox.
commit a43e189b306fddbdc5ee5930355f20d90d148854
Merge: 3f6de26 041360e
Author: Mattias Holmqvist <mattias.holmqvist@gmail.com>
Date: Sun Oct 23 23:26:42 2011 +0200
Merge branch 'master' of https://github.com/jclouds/jclouds into functionalize
Conflicts:
sandbox-apis/virtualbox/src/main/java/org/jclouds/virtualbox/functions/AttachNATRedirectRuleToMachine.java
commit 3f6de265d7342676fdeab99badd31f31cb43aadc
Author: Mattias Holmqvist <mattias.holmqvist@gmail.com>
Date: Sun Oct 23 23:23:49 2011 +0200
Added AttachNATRedirectRuleToMachine to virtualbox.
2011-10-23 23:59:54 +02:00
Mattias Holmqvist
041360e2e7
Added AttachNATRedirectRuleToMachine to virtualbox.
...
commit 3f6de265d7342676fdeab99badd31f31cb43aadc
Author: Mattias Holmqvist <mattias.holmqvist@gmail.com>
Date: Sun Oct 23 23:23:49 2011 +0200
Added AttachNATRedirectRuleToMachine to virtualbox.
2011-10-23 23:25:39 +02:00
Mattias Holmqvist
f950a9950e
Cleaning up copyrights in virtualbox.
2011-10-23 18:42:18 +02:00
Mattias Holmqvist
dc23ef0c1c
Added CreateMediumIfNotAlreadyExists to IsoToIMachine.
2011-10-23 18:18:56 +02:00
Mattias Holmqvist
f530a5d585
Added @author
2011-10-23 14:30:42 +02:00
Mattias Holmqvist
b64fee01a8
Added AttachHardDiskToMachineIfNotAlreadyAttached and used it from IsoToIMachine.
2011-10-23 14:24:21 +02:00
Adrian Cole
6d4a605f3f
fixed compile problem
2011-10-23 13:50:49 +02:00
Mattias Holmqvist
680ed8c178
Renamed variable.
2011-10-23 12:57:51 +02:00
Mattias Holmqvist
6749cff633
Added missing saveSettings() to network config in IsoToIMachine.
2011-10-23 12:47:03 +02:00
Mattias Holmqvist
242b15f611
Added missing saveSettings() to network config in IsoToIMachine.
2011-10-23 12:43:54 +02:00
Mattias Holmqvist
b04f38b0d8
Fixed CreateAndRegisterMachineFromIsoIfNotAlreadyExists and added more tests.
2011-10-23 12:19:55 +02:00
Mattias Holmqvist
3f716c4f3e
Fixing copyright text.
2011-10-23 12:10:26 +02:00
Mattias Holmqvist
d27e929855
Created CreateAndRegisterMachineFromIsoIfNotAlreadyExists to fail early if Machine of specified name already exists.
2011-10-23 12:06:24 +02:00
Mattias Holmqvist
3be39a870f
Renamed variables.
2011-10-23 11:19:09 +02:00
Mattias Holmqvist
ad8ef18bee
Added AttachDistroMediumToMachine and started using it form IsoToIMachine.
2011-10-23 11:16:55 +02:00
Mattias Holmqvist
f2d4c58a6a
Renamed variables.
2011-10-23 00:42:44 +02:00
Mattias Holmqvist
54c76515ce
Renamed variables.
2011-10-23 00:40:12 +02:00
Mattias Holmqvist
b592196226
Reverted listImages back from Yaml to regular Vbox.
2011-10-23 00:38:14 +02:00
Mattias Holmqvist
f55164e51e
Minor rename
2011-10-22 18:14:50 +02:00
Adrian Cole
926989c5f1
started refactoring IsoToIMachine to re-use error handling
2011-10-22 17:54:35 +02:00
Adrian Cole
aab1290b85
formatting
2011-10-22 17:53:32 +02:00
Adrian Cole
8194e84c30
corrected os family parsing for virtual box
2011-10-22 17:53:10 +02:00
andreaturli
53b652cafe
issue 384: fix IsoToIMachineLiveTest
2011-10-21 22:47:43 +01:00
Mattias Holmqvist
1e1d9ef0eb
Cleanup broken imports.
2011-10-20 19:44:44 +02:00
Mattias Holmqvist
5d6186bce9
Moved functions to admin package.
2011-10-20 19:43:44 +02:00
andreaturli
c5d0543da8
issue 384: Refactoring of listImages to support yaml idea
2011-10-19 00:12:02 +01:00
andreaturli
a3505f80d1
issue 384: removed KickstartAdmin, VirtualboxLiveTest. Refactoring of listImages to support yaml idea
2011-10-18 00:15:46 +01:00
Adrian Cole
552242e863
moved to 1.3.0-SNAPSHOT
2011-10-16 12:26:31 -07:00
Mattias Holmqvist
d0fd7849e5
Started on StartVboxIfNotAlreadyRunning
2011-10-15 17:01:41 +02:00
andreaturli
fb4f8a7cb5
issue 384: StartJettyIfNotAlreadyRunning
2011-10-15 01:00:29 +01:00
Adrian Cole
0f73d04fca
refactored tests so that admin starts first via @BeforeSuite
2011-10-11 09:23:07 -07:00
Mattias Holmqvist
5b4c2ab73b
Continued work on the IsoToIMachine
2011-10-10 23:46:14 +02:00
andreaturli
1a7eebdb31
issue 384: IsoToMachine + Test mock completed
2011-10-04 22:49:36 +01:00
andreaturli
9cc9ecb229
issue 384: IsoToMachine + Test started
2011-09-29 23:17:18 +01:00
andreaturli
1d68a63614
issue 384: IsoToMachine + Test started
2011-09-29 23:12:02 +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
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
Mattias Holmqvist
9112a74f6a
Relaxed version parsing in IMachineToImage and started on the VirtualBoxComputeServiceAdapterLiveTest
2011-09-27 23:05:36 +02:00
Mattias Holmqvist
91d42c4d4a
Starting on unit tests for functions in virtualbox.
2011-09-27 20:50:35 +02:00
Mattias Holmqvist
22fa34fdb5
Added todo and some documentation to IMachineToIpAddress
2011-09-27 18:40:15 +02:00
andreaturli
e61054f0eb
issue 384: IMachineToImage + its test - unstable
2011-09-27 01:47:12 +01:00
Mattias Holmqvist
fc5d172523
Added support for changing the IP of a VBox Node at runtime. Added use of CacheLoader for the VBox ComputeService.
2011-09-24 02:04:44 +02:00
andreaturli
c46c0b4c47
issue 384: VirtualBoxComputeServiceAdapter
2011-09-23 23:10:02 +01:00
Andrea Turli
863bd2aa7b
issue 384: cache loader in testutils - to be finished
2011-09-23 16:33:08 +01:00
Andrea Turli
b524f7c9f2
issue 384: README update
2011-09-23 16:14:13 +01:00
Andrea Turli
4c56255933
issue 384: virtualboxlivetest generalized
2011-09-23 15:21:52 +01:00
Mattias Holmqvist
40e7ca8858
Refactored TestUtils to use CacheNodeStoreModule.
2011-09-23 00:06:10 +02:00
andreaturli
07ac8e7685
issue 384: use arp to retrieve IP address
2011-09-22 19:10:37 +01:00
Andrea Turli
5d102ea0bb
issue 384: arp bug fixed
2011-09-22 14:11:46 +01:00
andreaturli
3f25efa69c
issue 384: use arp to retrieve IP address
2011-09-22 02:47:07 +01:00
andreaturli
e49bfd9c59
issue 384: fix bridge inteface detection
2011-09-20 22:06:03 +01:00
Mattias Holmqvist
aed4e72e49
Added a couple of tests that are run from a main() instead of via TestNG. Added lots of plumbing (ongoing work) for virtualbox. To be reviewed and discussed.
2011-09-20 00:36:36 +02:00
Adrian Cole
e766248327
Issue 334: added aws-cloudwatch provider
2011-09-16 15:36:29 -07:00
Adrian Cole
8a229dc88a
Issue 334: fixed cloudwatch to use new nullable annotations
2011-09-16 14:48:52 -07:00
andreaturli
900f019e80
issue 384: tests passed but still connection problem to guest with bridged NIC - fix
2011-09-14 23:36:42 +01:00
andreaturli
716ae1ad54
issue 384: tests passed but still connection problem to guest with bridged NIC
2011-09-14 23:00:04 +01:00
andreaturli
4b62c4a022
issue 384: VirtualboxAdminTest can clone multiple vms from the admin node in linked mode - still issues with bridged network, so right now NAT is used
2011-09-14 00:52:28 +01:00
andreaturli
78b89d10d2
issue 384: some fixing to VirtualboxLiveTest for cloning vms from admin node - unstable
2011-09-11 21:53:53 +01:00
andreaturli
435253dcb5
issue 384: some fixing to AdminLiveTest for cloning vms from admin node - unstable
2011-09-11 21:52:38 +01:00
andreaturli
fc52cdbaf8
issue 384: kickstart admin node on macosx -> complete
2011-09-11 00:39:03 +01:00
andreaturli
45119e5505
issue 384: kickstart admin node on macosx -> complete
2011-09-11 00:37:18 +01:00
andreaturli
97f93ef779
issue 384: kickstart admin node on macosx -> complete
2011-09-11 00:34:31 +01:00
andreaturli
1c6c85fa51
issue 384: kickstart admin node on macosx -> complete
2011-09-10 23:05:47 +01:00
andreaturli
6092d58046
issue 384: adding vbox - virtualbox installation on macosx
2011-09-09 01:59:45 +01:00
andreaturli
a3d628e688
issue 384: adding vbox - first admin vm launched on macosx
2011-09-08 07:56:11 +01:00
Andrea
8fe01385ac
issue 384: adding vbox - first admin vm launched on macosx
2011-09-08 07:50:36 +01:00
Andrea Turli
2274e7d4e6
Issue 384: support virtualbox 4.1.2r73507
2011-08-21 18:19:31 +01:00
Adrian Cole
04dde80bd4
Issue 384: fixed vbox guest additions download location
2011-08-20 13:39:34 -07:00
Adrian Cole
e3a960e270
fixed pom for temporary github repo
2011-08-20 13:28:48 -07:00
Adrian Cole
43d1db9f48
Issue 384: update to virtualbox 4.1.2r73507
2011-08-20 13:20:51 -07:00
Adrian Cole
960bfe709f
Issue 663:Update license headers to jclouds, Inc. and setup NOTICE file
2011-08-16 18:14:30 -07:00
Adrian Cole
802f813663
Issue 464: updated cloudstack to use new json parsers
2011-08-14 18:06:44 +01:00
Adrian Cole
39f4817b66
Issue 464: added rough ideas on how to parse new cloudstack 2.2.8 format
2011-08-12 17:10:07 +01:00
Adrian Cole
69e7b101bb
cleared up javadoc on blockUntilRunning and blockOnComplete
2011-08-11 15:55:44 +01:00
Adrian Cole
0a8f38b90e
bumped snapshot version to 1.2.0-SNAPSHOT
2011-08-05 04:09:23 +01:00
Adrian Cole
21821231cb
fixed headers and formatting
2011-07-27 02:48:11 -07:00
Adrian Cole
d8dee64cf7
renamed tests that require virtualbox running to Live suffix
2011-07-27 02:45:43 -07:00
Adrian Cole
9fd467d030
renamed tests that require virtualbox running to Live suffix
2011-07-27 02:44:10 -07:00
Adrian Cole
5243790801
Issue 384: switched to vbox 4.1, cleaned up shell commands with byon, fixed so starts to work on osx
2011-07-27 02:31:10 -07:00
Andrea Turli
280c8205f0
adding virtualbox issue 384 - fix hd creation
2011-07-26 14:15:20 +01:00
toor
dc070417a9
adding virtualboxissue 384 - NAT configuration for jetty web server
2011-07-26 01:22:44 +01:00
andreaturli
5a2053a3d0
adding virtualbox issue 384 - sshj
2011-07-25 22:08:12 +01:00
andreaturli
4070a7d689
add virtualbox support issue 384
2011-07-25 19:13:38 +01:00
unknown
64605cd744
issue:384
2011-07-25 18:51:07 +01:00
Adrian Cole
edc1b10610
Issue 637: moved to sshj and tested on aws-ec2 gogrid cloudservers elastichosts-lon-p trmk-*
2011-07-25 03:59:01 -07:00
Adrian Cole
acd4b4a628
clean up style warnings
2011-07-22 12:48:59 +10:00
Andrew Phillips
f89a213843
Updated the sandbox POMs to the new 1.1.0-SNAPSHOT version, since the maven-release-plugin didn't
2011-06-23 01:02:00 +02:00
Adrian Cole
5b10d5d0f8
Merge branch 'master' of https://github.com/dmitri-b/jclouds
...
* 'master' of https://github.com/dmitri-b/jclouds :
non-working live tests is disabled (they are not working due to the issues with OpenStack)
non-working live tests is disabled (they are not working due to the issues with OpenStack)
incorrect imports fix
comments for failing live tests fixes in change password test
more fixes in live tests more debug logging
timeout for tests is increased
live tests bug fixes
comments for JschSshClinet bug fix
JschSshClinet bug fix for exec method
key file for live tests is renamed
additional json test is moved to apis/nova
additional json test
keys for live tests are loaded from the classpath
2011-06-02 17:08:29 -07:00
Adrian Cole
461f49622d
moved scality rs2 services into sandbox due to service problems
2011-06-02 16:52:28 -07:00
Dmitri Babaev
0fedf6e467
Merge commit '7d0248c5dd972287e51ad1971d61a6ddc8bdcdf5'
2011-06-01 20:37:49 +04:00
Dmitri Babaev
c009a89803
additional json test is moved to apis/nova
2011-05-27 23:35:22 +04:00
Dmitri Babaev
dcc97a5387
Merge commit 'a3a97d02b83e613944ca4c1ecc278bc60015daf3' from upstream
2011-05-27 23:27:44 +04:00
Dmitri Babaev
8d7609964b
additional json test
2011-05-27 17:44:24 +04:00
Adrian Cole
ba12d4add5
updated sandbox services so that they compile
2011-05-16 22:13:40 -07:00
Gustavo Morozowski
557c0d75fe
moved maven-bundle-plugin instructions to top project pom
2011-05-16 09:14:12 -03:00
Adrian Cole
ddc514d602
Issue 42: added osgi fragment plugin to poms
2011-05-15 12:08:53 -07:00
Adrian Cole
5b8ee87a4d
major overhaul to ibm smartcloud
2011-05-14 00:44:54 -07:00
Adrian Cole
6ca5a99484
fixed network predicates
2011-05-10 17:16:53 -07:00
Adrian Cole
67d5d8f1e7
corrected syntax for network commands in cloudstack
2011-05-09 22:17:03 -07:00
Adrian Cole
de463ffb8e
updated tests in cloudstack and added network create/destroy
2011-05-09 22:00:10 -07:00
Adrian Cole
3a690186f4
refactored cloudstack tests
2011-05-06 00:30:14 -07:00
Adrian Cole
9388f8b5ca
simpledb back to work
2011-04-29 15:03:19 -07:00
Dmitri Babaev
7717a97466
keys for live tests are loaded from the classpath
2011-04-27 19:31:55 +04:00
Adrian Cole
c638f9f317
moved nova out of sandbox so that others can test
2011-04-27 08:24:03 -07:00
Adrian Cole
8c644108db
Merge branch 'master' of https://github.com/dmitri-b/jclouds
...
* 'master' of https://github.com/dmitri-b/jclouds : (51 commits)
Copyrignt header added, warnings in test are supressed of fixed
Update maven surefire plugin for live tests
test for integer references in json
reboot type is set to soft
Update maven surefire plugin for live tests
Fix for support maven surefire plugin test runner
Fix env to properties
Fix for support maven surefire plugin test runner
Fixes in live tests
Fixes in live tests
Fix after merge
Live tests fix
Fixes in live tests
unit test fixes
test classes for development
Fixes in live tests
Fixes in live tests
Fixes in live tests
Unit test fixes
Fixes in live tests
...
2011-04-27 07:54:07 -07:00
Dmitri Babaev
01706954dd
Copyrignt header added, warnings in test are supressed of fixed
2011-04-27 18:11:52 +04:00
Victor Galkin
b16a74eb47
Update maven surefire plugin for live tests
2011-04-26 20:58:05 +04:00
Dmitri Babaev
b307a55b9f
test for integer references in json
...
maven-remote-resources-plugin is tuned off due to incorrect work in Eclipse
2011-04-26 20:31:47 +04:00
Dmitri Babaev
b11e02d4a8
reboot type is set to soft
...
minor template creation checks
2011-04-26 20:31:46 +04:00
Victor Galkin
4a25594fc8
Update maven surefire plugin for live tests
2011-04-26 20:23:35 +04:00
Victor Galkin
63c7f9c319
Fix for support maven surefire plugin test runner
2011-04-26 19:34:07 +04:00
Victor Galkin
bb09790060
Fix env to properties
2011-04-26 18:41:23 +04:00
Victor Galkin
bacafb98dc
Fix for support maven surefire plugin test runner
2011-04-26 18:19:12 +04:00
Adrian Cole
f8497f1341
fixed signature in cloud.com
2011-04-25 16:21:10 -07:00
Victor Galkin
cfa8b1497a
Fixes in live tests
2011-04-25 22:21:34 +04:00
Adrian Cole
796c441b73
read only admin going away in 2.2.5 cloudstack
2011-04-24 16:00:00 -07:00
Adrian Cole
bd5da6104d
added account features to cloudstack
2011-04-24 01:02:20 -07:00
Victor Galkin
a452ca086e
Fixes in live tests
2011-04-22 23:23:26 +04:00
vicglarson
59c4ae8ede
Fix after merge
2011-04-22 20:34:13 +04:00
vicglarson
8c8161ec79
Live tests fix
2011-04-22 20:30:16 +04:00
vicglarson
b9a5397a45
Fixes in live tests
2011-04-22 20:19:29 +04:00
Dmitri Babaev
27c1162eaf
unit test fixes
2011-04-22 18:01:59 +04:00
Dmitri Babaev
4198f23f4b
test classes for development
2011-04-22 17:14:56 +04:00
vicglarson
78db8f1bfc
Fixes in live tests
2011-04-22 17:14:55 +04:00
vicglarson
d065f61b92
Fixes in live tests
2011-04-22 17:12:55 +04:00
vicglarson
3899ff2f99
Fixes in live tests
2011-04-22 17:11:35 +04:00
Dmitri Babaev
1035516c2d
Unit test fixes
2011-04-22 17:10:34 +04:00
vicglarson
d8a721c175
Fixes in live tests
2011-04-22 17:08:12 +04:00
Dmitri Babaev
06b99c1cdc
unit test fixes
2011-04-22 17:06:53 +04:00
vicglarson
7f02824928
Fixes in live tests
2011-04-22 17:03:07 +04:00
vicglarson
f52f331be9
Fixed tests. Added affinity id and dates.
2011-04-22 17:02:01 +04:00
Dmitri Babaev
69462fb51c
unit test fixes
2011-04-22 16:51:29 +04:00
Dmitri Babaev
cf82aab594
URI is used to calculate the server image and hardware
...
test fixes
2011-04-22 16:45:24 +04:00
vicglarson
3ce5c9fe2c
Added test for ServerStatus
2011-04-22 16:44:51 +04:00
vicglarson
a2ec3ba34c
Ignored some asserts
2011-04-22 16:44:50 +04:00
Dmitri Babaev
a48850f1ac
maven xsd fix
2011-04-22 16:41:42 +04:00
Dmitri Babaev
92f9ae8909
explicit jsch dependency is removed
2011-04-22 16:41:41 +04:00
Dmitri Babaev
72cc633876
jsch dependency version is fixed
2011-04-22 16:41:40 +04:00
Dmitri Babaev
a131e2a34b
Domain model is fixed to match the API v1.1
...
remaining parts of shared ip functionality is removed
2011-04-22 16:41:39 +04:00
vicglarson
82e3c4ddf7
Repair after merge
2011-04-22 14:21:11 +04:00
vicglarson
b17b860279
Changed Addresses and Server domain objects do deserialize current nova response. Updated tests.
2011-04-22 14:19:59 +04:00
Dmitri Babaev
eb4dedca62
slf4j + logback is used for logging in tests
...
numeric IDs instead of URIs in requests
2011-04-22 14:19:57 +04:00
vicglarson
39c642964a
Removed sharedIP. Renamed id to ref in tests.
2011-04-22 14:04:49 +04:00
vicglarson
8d2d3e8088
Changed expectations for parser tests
2011-04-22 14:04:22 +04:00
vicglarson
5e2bae24e8
Changed jsons to parser tests. Removed unnecessary catches.
2011-04-22 14:04:21 +04:00
Dmitri Babaev
f66e27c2ca
test tool
2011-04-22 14:04:19 +04:00
Dmitri Babaev
95b060218a
API is updated to use URI references
2011-04-22 14:04:18 +04:00
Dmitri Babaev
1137e552ae
Shared IP groups is removed
...
Backup management is removed
2011-04-22 14:02:29 +04:00
vicglarson
d210baa962
Removed unneccessary artifact again
2011-04-22 14:00:28 +04:00
vicglarson
ca4b0fe618
Fixed expectations of createRequest tests
2011-04-22 14:00:27 +04:00
vicglarson
e01910ffd8
Removed unusefull properties
2011-04-22 14:00:26 +04:00
Dmitri Babaev
1e204e55cb
removed unnecessary artifacts
2011-04-22 14:00:25 +04:00
Dmitri Babaev
f8afe3860b
test json output
2011-04-22 14:00:24 +04:00
unknown
8fb5ec9555
Added test properties template. Rearranged tests.
2011-04-22 14:00:24 +04:00
Dmitri Babaev
4019137687
unspecified string instead of empty image name or description
2011-04-22 14:00:22 +04:00
Dmitri Babaev
e0a76aa08b
API version is set to 1.1 by default
...
ignoring nulls in name and field for image descriptions
2011-04-22 13:59:00 +04:00
Dmitri Babaev
402ee2adbe
api version in properties builder,
...
more methods in simple client app
2011-04-22 13:54:08 +04:00
Dmitri Babaev
159224de89
Properties builder for Nova,
...
simple client app to test API
2011-04-22 13:54:07 +04:00
Adrian Cole
9e94fc6fc9
updated license headers
2011-04-09 03:20:17 -07:00
Adrian Cole
1cfbdf00f3
Issue 355: shell for nova 1.1 based on cloudservers
2011-04-05 00:14:18 -07:00
Adrian Cole
d169658c65
Issue 427:support deltacloud endpoints
2011-04-04 03:09:36 -07:00
Adrian Cole
fa3c226a86
added computeservice to delta
2011-04-04 02:24:46 -07:00
Adrian Cole
1a51fbc8ad
deltacloud now operates on rackspace
2011-04-04 00:50:49 -07:00
Adrian Cole
4f7a58b498
updated to latest deltacloud 0.3.0 release
2011-04-01 20:27:54 -07:00
Adrian Cole
12d927f40d
workaround for error handling on deltacloud
2011-04-01 14:03:22 -07:00
Adrian Cole
efb7795e5f
incorrect order on state for rackspace in delta
2011-04-01 11:38:55 -07:00
Adrian Cole
7a7ab9ecf2
progress on deltacloud
2011-03-29 16:59:04 -07:00
Adrian Cole
a44abb0768
Issue 374: added slf4j
2011-03-26 21:28:13 -07:00
Adrian Cole
fff61b8b4d
Issue 508: promoted OVF and CIM to jclouds-compute so that they can be reused across vcloud, trmk, and savvis
2011-03-20 22:15:08 -07:00
Adrian Cole
94ac74d711
updated cloudstack to work with both security group and advanced networking
2011-03-14 01:41:08 -07:00
Adrian Cole
9bdd97340b
Issue 506:support hosteurope blobstore; break out scality-rs2
2011-03-12 12:14:11 -08:00
Adrian Cole
8ed7dcde82
Issue 501: break retry loop on timeout or illegal state
2011-03-08 08:47:55 -08:00
Adrian Cole
c1637ba740
added guest os to cloudstack
2011-03-04 15:45:59 -05:00
Adrian Cole
19eea56052
added example for reassigning server ip in cloudsigma
2011-03-04 14:57:35 -05:00
Adrian Cole
739bcc4c68
Issue 491:support new ap-northeast-1 region in aws
2011-03-03 09:44:53 -05:00
Adrian Cole
e8038f5d48
added function to obtain a new ip or reuse
2011-02-27 21:01:07 -08:00
Adrian Cole
ff10f03efc
refactored async job processing in cloudstack
2011-02-27 12:14:09 -08:00
Adrian Cole
bc5b4e8ab3
added generic typed asyncjob fro cloudstack so we can access VM passwords, which are only stored in the async job result
2011-02-26 10:20:47 -08:00
Adrian Cole
95a19b99fd
Issue 430:large blob support on aws-s3
2011-02-24 21:46:14 -08:00
Adrian Cole
d49dea0c50
fixed nat relationship in cloudstack
2011-02-23 20:21:48 -08:00
Adrian Cole
c715e3c208
added load balancer rule tests for cloudstack
2011-02-23 08:02:14 -08:00
Adrian Cole
51cacf03d6
added cloudstack loadbalancer code
2011-02-21 22:41:23 -08:00
Adrian Cole
634a33fe5f
added lifecycle methods to cloudstack
2011-02-21 20:20:37 -08:00
Adrian Cole
90d3cf4654
tested ip and port forwarding rules on cloudstack
2011-02-20 19:19:03 -08:00
Adrian Cole
9943169a80
added firewall rules to cloudstack
2011-02-20 15:29:54 -08:00
Adrian Cole
8b8cf92dd1
added nat functionality to cloudstack
2011-02-20 13:39:56 -08:00
Adrian Cole
3c0cffc54f
in cloudstack operations that affect resources, account and domainid must be paired
2011-02-20 08:41:15 -08:00
Adrian Cole
3b752ea955
Issue 167: removed vi module as it isn't relevant to how we want to cover vsphere support
2011-02-20 08:27:41 -08:00
Adrian Cole
c2ef282acf
added ip address functionality to cloudstack
2011-02-19 21:34:12 -08:00
Adrian Cole
ff1f46ca2c
added state predicates to cloudstack
2011-02-19 19:59:47 -08:00
Adrian Cole
2bc4babe81
stabalized cloudstack when running with basic zone support
2011-02-19 15:48:10 -08:00
Adrian Cole
ee81a8ac43
tested response parsing on cloudstack
2011-02-19 10:06:59 -08:00
Adrian Cole
5f676d99b8
updated pcs
2011-02-18 16:55:18 -08:00
Carlos
3a9ffb5871
Upgrade jsch to 0.1.44-1 and use dependencyManagement for it
2011-02-18 16:44:55 +01:00
Adrian Cole
9e8e1895fa
Merge branch 'master' of https://github.com/carlossg/jclouds
...
* 'master' of https://github.com/carlossg/jclouds :
Rename jclouds-rimu-snapshots-nexus repo to sonatype-nexus-snapshots and ensure only snapshots are pulled from there
Remove java-xmlbuilder and jclouds-googlecode-deploy repos that are not required
Disable releases check in snapshot repo
Add some repos still needed and use javax.inject coordinates in central repo
Ensure some repos are not checked for releases
Readd jclouds repo for some appengine jars
Upgrade guice to 3.0-rc2 which is already in Maven central
Use a fully qualified groupId for swank-clojure
Remove all external repos for releases. Rely only on Maven Central
2011-02-17 18:18:56 -08:00
Adrian Cole
34becf51a7
added builders to cloudstack domain classes
2011-02-17 18:17:54 -08:00
Carlos
b69d781c79
Rename jclouds-rimu-snapshots-nexus repo to sonatype-nexus-snapshots and ensure only snapshots are pulled from there
2011-02-17 15:30:14 +01:00
Carlos
e7daafb101
Merge upstream
2011-02-17 11:55:39 +01:00
Adrian Cole
d6f9297ecc
fixed doc references in cloudstack
2011-02-17 08:44:17 +01:00
Adrian Cole
d09ede92b1
Issue 479:update to log4j 1.2.16
2011-02-15 23:03:02 +01:00
Adrian Cole
af3bf555c1
Issue 478:update to jsch 0.1.44
2011-02-15 18:46:00 +01:00
Adrian Cole
1bd1ff6684
Issue 478:update to jsch 0.1.43
2011-02-15 18:23:02 +01:00
Adrian Cole
5df062ba47
cloudstack: asyncjob
2011-02-13 16:31:35 +01:00
Adrian Cole
4ce474e43c
cloudstack: added virtualmachine and asyncjob features
2011-02-13 14:03:58 +01:00
Adrian Cole
5dcf7e6df9
cloudstack ids are always numeric
2011-02-13 07:23:33 +01:00
Adrian Cole
b0b79e3d5a
When network's vlan tag is not null, broadcast uri is vlan://<vlanTag>
2011-02-13 06:46:59 +01:00
Adrian Cole
5df7f7d148
updated cloudstack to include virtualmachine commands
2011-02-13 00:07:34 +01:00
Adrian Cole
1b91cca8c1
Issue 464: started read-only features
2011-02-06 17:29:52 -08:00
Adrian Cole
359a0feeaa
added missing jsch dep
2011-02-01 21:18:24 -08:00
Andrew Phillips
fab1244828
Moved elb and aws-elb READMEs to sandbox (see 38a04f671d
)
2011-02-01 09:38:40 +01:00
Adrian Cole
38a04f671d
moved elb to sandbox
2011-01-31 19:45:51 -08:00
Adrian Cole
4a52218565
Issue 457: rename tag -> group
2011-01-31 18:02:54 -08:00
Adrian Cole
26638192da
promoted byon
2011-01-31 10:45:00 -08:00
Adrian Cole
e56697170a
incorporated lastest location changes into byon
2011-01-31 10:33:25 -08:00
Adrian Cole
675563c96a
Issue 418: updated location object to include metadata and iso3166codes
2011-01-31 01:00:20 -08:00
Adrian Cole
b351223f5e
removed provider-specific image parsing from base classes
2011-01-29 20:58:51 -08:00
Adrian Cole
81223bcbca
Issue 452: clarified sudo docs
2011-01-28 17:10:38 -08:00
Adrian Cole
48e9f6b7bb
Issue 452: removed need to base64
2011-01-28 16:49:37 -08:00
Adrian Cole
f0a4a23265
Issue 452 os_name -> os_description, +description
2011-01-28 16:22:57 -08:00
Adrian Cole
ce82c05222
Issue 452: renamed description -> name
...
made nodes a list instead of a map
added credential_url
2011-01-28 15:47:24 -08:00
Kelvin Kakugawa
22b1b89e6a
modify yaml format: list of nodes
2011-01-28 12:04:24 -08:00
Carlos
9254305248
Merge remote branch 'upstream/master'
2011-01-27 11:22:06 -08:00
Adrian Cole
bb90123914
Issue 455:rename org.jclouds.ssh.ExecResponse -> org.jclouds.compute.domain.ExecResponse
2011-01-26 11:16:27 -08:00
Carlos
abc59149fc
Merge remote branch 'upstream/master'
2011-01-25 20:05:01 -08:00
Carlos
fe9922acce
Git merge upstream/master
2011-01-25 20:04:37 -08:00
Adrian Cole
ec589e5180
Issue 452: backfilled tests and added sudo password
2011-01-25 20:02:49 -08:00
Kelvin Kakugawa
809d0b4337
WIP: rough code to make test advance
2011-01-25 14:34:44 -08:00
Kelvin Kakugawa
0c9a70ca84
modify code to parse yaml
2011-01-25 13:19:45 -08:00
Kelvin Kakugawa
ceaddcc57f
read in byon config via yaml
2011-01-25 10:52:06 -08:00
Adrian Cole
c8e743c0e1
Issue 452: revised supplier
2011-01-24 12:35:56 -08:00
Adrian Cole
35d736a3ca
Issue 452: added byon provider
2011-01-24 12:23:22 -08:00
Adrian Cole
78b77c8172
reverted as much custom vijava code as possible
2011-01-23 13:04:43 -08:00
Adrian Cole
e182253658
added debug to vsphere adapter
2011-01-23 12:41:00 -08:00
Adrian Cole
ee4845905d
Merge branch 'master' of https://github.com/andreaturli/jclouds
...
* 'master' of https://github.com/andreaturli/jclouds :
testing different version of vCenter - unstable
2011-01-23 12:21:54 -08:00
andreaturli
5b46f081d0
testing different version of vCenter - unstable
2011-01-23 18:03:37 +01:00
Adrian Cole
59d7a46208
according to nirvanix, sdn is a provider of the api called nirvanix
2011-01-16 17:59:47 -08:00
Adrian Cole
04aa3f6f94
Issue 167: revised vi implementation wrt specifying http client
2011-01-16 10:52:20 -08:00
Adrian Cole
2bc2e23d9c
Issue 440: moved all extensions into group id org.jclouds.driver
2011-01-15 20:58:57 -08:00