Kelven Yang
340e1da4c4
Fix test cases in OSS build caused by CallContext changes
2013-06-20 18:03:08 -07:00
Kelven Yang
0bfc817bc6
Handle transitional states across management server restart
2013-06-19 17:47:14 -07:00
Alex Huang
309f8da6de
Finally starting vm again
2013-06-17 17:25:04 -07:00
Alex Huang
6adf761848
fixes null pointer
2013-06-17 17:25:01 -07:00
Alex Huang
fa525a7d38
Added outcome
2013-06-17 17:25:01 -07:00
Alex Huang
8f00c19192
Finally, we moved AsyncJobManagerImpl out of server package
2013-06-17 17:04:05 -07:00
Alex Huang
aad2bc78c1
Completely Isolated job manager from user
2013-06-17 17:04:03 -07:00
Alex Huang
ea6ca5ff5c
Removed AsyncJobConstant
2013-06-17 17:04:01 -07:00
Alex Huang
2b96665bf4
jobs changes
2013-06-17 17:04:00 -07:00
Kelven Yang
a72ddad92d
Fix another assertion error
2013-06-17 16:18:43 -07:00
Alex Huang
3ef77bc85a
Complete the move of the virtualmachinemanager to cloud-engine
2013-06-13 13:50:59 -07:00
Kelven Yang
39dd4bd26b
Manage active job in run numbers
2013-06-12 14:29:44 -07:00
Kelven Yang
35ea8e149d
Fix errors in bringing up user VM under new VMsync framework
2013-06-12 12:05:26 -07:00
Kelven Yang
f2717207aa
Fix several assert revealed bugs
2013-06-12 09:45:06 -07:00
Alex Huang
1f3d123866
Fixed problem with serializer
2013-06-09 04:38:09 -07:00
Alex Huang
59c211fca7
Changed async manager to use it's own serializer
2013-06-07 20:28:43 -07:00
Alex Huang
ebbd4008ad
zone creation complete once more
2013-06-07 18:15:55 -07:00
Alex Huang
5e6d2cf559
Fixed the start
2013-06-07 10:11:57 -07:00
Alex Huang
2e1e2babcb
More fixes on starting from jobs
2013-06-04 20:10:29 -07:00
Alex Huang
2c75352f7c
Fixed index out of bounds exception
2013-06-04 20:10:28 -07:00
Kelven Yang
70728a7471
Add some comments to help collabrate with other developer
2013-06-04 15:25:33 -07:00
Alex Huang
dd11254087
further refactored jobs
2013-06-04 13:54:33 -07:00
Alex Huang
688b047c2a
Made it all work on startup
2013-06-03 17:10:28 -07:00
Alex Huang
54de6b4868
Revamped UserContext
2013-05-31 04:44:37 -07:00
Alex Huang
7bdddd0726
merged from master
2013-05-29 15:45:38 -07:00
Alex Huang
d84bb9720f
Finally fixed async job
2013-05-29 15:28:00 -07:00
Alex Huang
6a1e1e80fe
Merged from master
2013-05-23 18:16:32 -07:00
Chip Childers
0365d555cf
Adding a name to the framework/jobs/pom.xml file
...
Signed-off-by: Chip Childers <chip.childers@gmail.com>
2013-05-20 19:17:33 +01:00
Alex Huang
cbdc4063c8
Isolated the job queue work in its own project
2013-05-15 10:14:39 -07:00
Alex Huang
d4039743d2
Merged master to vmsync
2013-05-13 17:33:53 -07:00
Nitin Mehta
c11dbad9c9
merge master
2013-05-11 15:28:43 +05:30
Alex Huang
074df0b415
Fixed an incorrect unit test for affinity group. Removed some useless pom.xml.
2013-05-06 16:34:26 -07:00
Alex Huang
ad2777c547
Moved agent commands to core and out of api
2013-05-06 16:34:20 -07:00
Alex Huang
e0d8f01ecd
Removed framework-api which is completely useless. Changed framework-ipc to reference gson itself. Move VOs into engine-schema.
2013-05-06 16:34:16 -07:00
Kelven Yang
86053cd8b2
Add VM work job dispatcher, MethodCapturer etc
2013-04-30 18:12:23 -07:00
Kelven Yang
d44e25efba
add unit test to message bus in master branch
2013-04-29 14:36:03 -07:00
Kelven Yang
85e73d18f5
Refactor message bus facitlity to avoid confusing with event bus for external notification, planning to use it in VMSync
2013-04-29 14:36:03 -07:00
Kelven Yang
f1ba6586b9
Add Predicate and MesageDetector for message bus
2013-04-25 17:57:48 -07:00
Kelven Yang
f640a416d1
Revert back a previous change that was trying to carry more info in state machine listeners
2013-04-22 11:29:07 -07:00
Kelven Yang
f969ec3ccc
Add unit tests to make sure message bus is ready for use
2013-04-21 11:56:48 -07:00
Kelven Yang
967c82226b
Refactor message bus facitlity to avoid confusing with event bus for external notification, planning to use it in VMSync
2013-04-11 15:57:19 -07:00
Brian Spindler
469c4dd139
Removing ^M's from code.
...
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
2013-04-04 00:53:20 +05:30
Hugo Trippaers
c8fd16c03d
Summary: Workaround for CLOUDSTACK-1831 and CLOUDSTACK-1672
...
Exclude the transient dependency on jaxb-impl 2.1.13 in cxf-bundle-jars.
VmWare code depends on the 2.0 version
2013-03-28 15:00:04 +01:00
Noa Resare
2f135be15f
CLOUDSTACK-1415: Debian & Ubuntu packaging work
...
Some concepts included:
* the replace.properties location used by maven is parameterized to allow
for a build that does not modify the currently git tracked files
* package naming is updated along the lines of what was discussed on the
-dev mailing list and between committers at the Build a Cloud Day in Belgi
* package version pattern is updated (since we redo all package names,
we might as well drop the epoch)
2013-02-27 15:44:46 +00:00
Murali Reddy
3e0bdaac1e
CLOUDSTACK-1391: EventBus is not getting injected after javelin merge
...
added logic to inject event bus using ComponentContext.getComponent
Conflicts:
server/src/com/cloud/storage/listener/SnapshotStateListener.java
2013-02-27 18:55:22 +05:30
Edison Su
8eca74134a
rebase to master
2013-02-21 11:22:50 -08:00
Edison Su
a22403edcd
squash changes into one giant patch
2013-02-21 11:22:48 -08:00
Rohit Yadav
80d58b6c73
CLOUDSTACK-1317: Bump CloudStack package version to 4.2.0-SNAPSHOT in all poms
...
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
2013-02-20 16:42:56 +05:30
Hugo Trippaers
9755d9b4a2
Keep naming more or less consistent
2013-02-02 12:43:15 +01:00
Kelven Yang
7b75f0d990
Sync master to javelin one more time
2013-02-01 11:37:33 -08:00