Edison Su
|
4b2d9f4415
|
refactor test cases: use testNG instead of junit, as testNG can group test cases and pass parameter to test case
|
2012-12-22 22:10:39 -08:00 |
|
Kelven Yang
|
877e16029c
|
Fix a few Spring issues to Bootstrap javaline server
|
2012-12-21 16:49:27 -08:00 |
|
Edison Su
|
ac88c16be6
|
finaly, finish download template to primary storage
|
2012-12-20 19:06:02 -08:00 |
|
Kelven Yang
|
1d5019c3d0
|
add RPC client side implementation
|
2012-12-20 17:55:06 -08:00 |
|
Edison Su
|
c216990e1c
|
trying to add code to download url into devcloud
|
2012-12-19 18:43:04 -08:00 |
|
Edison Su
|
8aaf5ba3a0
|
fix unit test
|
2012-12-19 16:01:58 -08:00 |
|
Edison Su
|
ad3b226ab2
|
fix test build
|
2012-12-19 12:08:58 -08:00 |
|
Edison Su
|
8214f18897
|
fix build, due to refactor rpc
|
2012-12-19 12:02:11 -08:00 |
|
Kelven Yang
|
ea713c70a2
|
remove parent concept from AsyncCallbackDispatcher, let user of AyncMethod handle high level concept of chaining
|
2012-12-19 11:05:24 -08:00 |
|
Edison Su
|
0581ea763a
|
add xenserver backend code: download template from http directly
|
2012-12-18 18:34:13 -08:00 |
|
Kelven Yang
|
644b783110
|
Modify RPC callback style to be in consist with the latest AsyncMethod callback style
|
2012-12-18 17:09:56 -08:00 |
|
Kelven Yang
|
e6ac3fd199
|
Add chain support to AsyncCallDispatcher
|
2012-12-18 14:15:38 -08:00 |
|
Kelven Yang
|
c1ed9a9010
|
Modify Async callback setup convention
|
2012-12-17 20:37:19 -08:00 |
|
Edison Su
|
aefb657c41
|
Finally, get async api call works for storage subsystem
|
2012-12-17 18:12:46 -08:00 |
|
Edison Su
|
716a5673d0
|
1st try to add async api in the storage component, it's ugly like hell
|
2012-12-14 18:25:40 -08:00 |
|
Kelven Yang
|
01a4a51abf
|
Refactor and finalize framework IPC java package structure
|
2012-12-13 18:44:57 -08:00 |
|
Kelven Yang
|
e998ee59f6
|
fix some RPC problem
|
2012-12-13 18:10:02 -08:00 |
|
Kelven Yang
|
e72417a1e7
|
Fixes/tests on sample management server on new RPC/Async framework
|
2012-12-13 15:19:01 -08:00 |
|
Kelven Yang
|
a6c441fcc5
|
Fixes/tests on sample management server on new RPC/Async framework
|
2012-12-13 15:19:01 -08:00 |
|
Edison Su
|
510d3759a7
|
fix build
|
2012-12-13 15:17:23 -08:00 |
|
Kelven Yang
|
75285f90ba
|
Add sample management server with loosely coupled sample components to test out the new RPC/messaging framework
|
2012-12-12 18:02:05 -08:00 |
|
Kelven Yang
|
11e9baca37
|
Add server side transport driver
|
2012-12-12 11:44:53 -08:00 |
|
Kelven Yang
|
f52950689b
|
Hook server side RPC provider with a server side transport
|
2012-12-11 17:53:46 -08:00 |
|
Kelven Yang
|
98a1295fb3
|
Add transport implementation for RPC/Async framework
|
2012-12-10 18:11:18 -08:00 |
|
Edison Su
|
cdf5511664
|
finish configurator, the default primary storage provider can cover all the hypervisors and protocols
|
2012-12-08 03:16:03 -08:00 |
|
Edison Su
|
7652a44be7
|
add datastore configurator, for each hypervisor and each protocol, needs to have its own configurator
|
2012-12-07 18:23:08 -08:00 |
|
Edison Su
|
ae59bf6c3b
|
add lifecycle on primarydatastore
|
2012-12-07 18:23:08 -08:00 |
|
Alex Huang
|
57c9b4c6b1
|
Figured out how to add annotations to jackson
|
2012-12-07 15:21:22 -08:00 |
|
Alex Huang
|
bdb5be6ee6
|
testing done
|
2012-12-07 15:21:21 -08:00 |
|
Alex Huang
|
35914d6f6a
|
links are working
|
2012-12-07 15:21:20 -08:00 |
|
Alex Huang
|
862dff7d37
|
Removed the Time Service now that we know how to use cxf
|
2012-12-07 15:21:19 -08:00 |
|
Kelven Yang
|
9375ea0bbd
|
Add Void class for AsyncMethod to indicate void return
|
2012-12-06 17:46:13 -08:00 |
|
Kelven Yang
|
e78ccf1dd5
|
Give flexibility to write in-place AsyncMethod callback hanlder
|
2012-12-06 17:11:39 -08:00 |
|
Kelven Yang
|
6fd6b38b43
|
Add AsyncMethod support
|
2012-12-06 15:14:45 -08:00 |
|
Edison Su
|
1b91641397
|
We can directly load xenserver resource in unit test now, that means directly sending commands to hypervisor host in unit test is possible, storage integration test is in a final stage
|
2012-12-05 17:52:24 -08:00 |
|
Edison Su
|
0836bb8ec9
|
add state machine for templateonprimarystorage, thus we don't need hold lock
|
2012-12-04 19:02:14 -08:00 |
|
Kelven Yang
|
eee58d7804
|
Add RpcAddressable to allow upper layer adding address mapping logic for its business object
|
2012-12-04 11:52:29 -08:00 |
|
Kelven Yang
|
1688919218
|
Add compilable client RPC test file
|
2012-12-04 10:43:08 -08:00 |
|
Edison Su
|
2c689adce7
|
add more implementation in volume project
|
2012-12-03 18:34:49 -08:00 |
|
Kelven Yang
|
d836b14a64
|
add anonymouse client RPC endpoint support
|
2012-12-03 16:29:14 -08:00 |
|
Kelven Yang
|
28db7981b9
|
add IPC test
|
2012-12-03 14:52:19 -08:00 |
|
Edison Su
|
54f9a5de65
|
add backup/snapshot project
|
2012-12-03 13:39:44 -08:00 |
|
Edison Su
|
ac5622cc2a
|
add sample driver code: solidfire and s3
|
2012-11-28 19:50:41 -08:00 |
|
Kelven Yang
|
fc16e1ea1a
|
Finish RPC service server side implementation
|
2012-11-28 18:03:20 -08:00 |
|
Kelven Yang
|
1d75063217
|
Finish RPC calling side implementation
|
2012-11-27 20:31:33 -08:00 |
|
Edison Su
|
225ad3c289
|
seperate code into different modules: storage, storage/volume, storage/image, storage/snapshot, storage/backup, storage/integration-test
|
2012-11-27 19:16:28 -08:00 |
|
Edison Su
|
487a0ac43d
|
remove unused code
|
2012-11-26 18:45:49 -08:00 |
|
Edison Su
|
5724f1ca96
|
fix build
|
2012-11-26 11:49:51 -08:00 |
|
Edison Su
|
e436d4327f
|
create volume from template unit test is passed
|
2012-11-26 11:42:34 -08:00 |
|
Kelven Yang
|
d4cb74c77b
|
Add more RPC implementation code
|
2012-11-21 17:11:11 -08:00 |
|