Kelven Yang
43cf095a13
Console proxy refactoring incremental check-in - pluggable framework for VNC and RDP engine
2012-03-27 15:10:14 -07:00
Kelven Yang
d5941bee1c
Console proxy refactoring incremental check-in - build in-memory VncClient contact between VNC client implementation and console proxy
2012-03-27 15:09:27 -07:00
Kelven Yang
271bd15172
Console proxy refactoring incremental check-in - new VNC protocol implementation
...
Reviewed-By: Kelven
2012-03-27 15:06:46 -07:00
kishan
23f87663e4
bug 14512: Create user_stats entry for router while persisting routerVO
...
status 14512: resolved fixed
reviewed-by: Nitin
2012-03-27 19:09:55 +05:30
Kelven Yang
906c979de6
bug 14301:
...
1) Support HTTP keep-alive in clustering communication channel
2) Increase concurrency level for clustering message delivery
Reviewed-By: Kelven (with unit test)
2012-03-26 23:13:08 -07:00
Kelven Yang
6ebf1cdfbb
bug 14301:
...
1) Drop synchronized call semantic for ClusterManagerImpl.broadcast()
2) Have no choice now but to use an unbound thread pool to notify upper layer. This is to prevent thread starvation when we have cross-management server waitings.
Reviewed-By: Kelven(with unit test)
2012-03-26 17:54:02 -07:00
Kelven Yang
b14b35d5f9
bug 14301: fix regressions caused by new clustering transport. Correct usage of HttpClient to avoid socket staying in CLOSE_WAIT state for too long. Reviewed-By: Kelven
2012-03-26 17:54:01 -07:00
Kelven Yang
d9a439a513
bug 14301: Decouple synchronized crosss management server call with clustering transport, remove obsolete code. Reviewed-by: Kelven
...
Conflicts:
server/src/com/cloud/cluster/ClusterServiceServletImpl.java
2012-03-26 17:54:00 -07:00
Kelven Yang
5bdc9da699
bug 14301: Decouple synchronized crosss management server call with clustering transport. Reviewed-by: Kelven
...
Conflicts:
server/src/com/cloud/cluster/ClusterServiceServletImpl.java
server/src/com/cloud/cluster/DummyClusterManagerImpl.java
2012-03-26 17:53:59 -07:00
Kelven Yang
a0c4095601
bug 14301: Decouple synchronized crosss management server call with clustering transport, remove obsolete code. Reviewed-by: Kelven
2012-03-26 17:53:58 -07:00
Kelven Yang
040de04397
bug 14301: Decouple synchronized crosss management server call with clustering transport. Reviewed-by: Kelven
2012-03-26 17:53:57 -07:00
Edison Su
0ed1943d28
bug 14498: in xenserver 6.0 and openvswitch enabled, reboot xenserver will lost link local bridge; the workaround is if the link local bridge is lost, create a new one; status 14498: resolved fixed; Reviewed-by: frank
2012-03-26 17:14:43 -07:00
Jessica Wang
68ce66ef78
bug 14482: IP Address page - remove IP action - after action is finished, remove the IP from listView and close detailView.
2012-03-26 15:05:56 -07:00
frank
436ed88175
Bug 14497 - 3.0->3.0.1Upgrade: Defualt value for "resource_state" field in host table differs from upgraded to fresh installed 3.0.1 schema.
...
status 14497: resolved fixed
reviewed-by: edison
2012-03-26 14:55:55 -07:00
Jessica Wang
90b452f9c1
cloudstack 3.0 UI - infrastructure - service providers - SRX list view - remove a wrong field, add another 2 fields.
2012-03-26 14:52:01 -07:00
prachi
e4de342e0d
Bug 14482 - When user tries to delete an acquired Ip address ,right after this is successful, UI calls listRemoteAccessVpns() which results in java.lang.NullPointerException.User is presented with "Internal error executing command" error
...
Reviewed-By: Sheng
Changes:
- Added the null check for account object.
2012-03-26 14:39:08 -07:00
Jessica Wang
952b803943
cloudstack 3.0 UI - infrastructure - service providers - security group provider detail view - correct view all from view security groups to view rules.
2012-03-26 14:10:07 -07:00
Sheng Yang
d80b58fe1d
bug 14484: Apply existed firewall rules when associating IP
...
It's not a elegant fix. The status for firewall rules should remain unchanged
before/after ip association/disassociation. But the related change is tricky
than this fix, may not get enough test for 3.0.1. So we would apply existed
firewall rules again, which would work, just result in some unnecessary
commands.
status 14484: resolved fixed
Reviewed-by: Edison Su
2012-03-26 13:55:32 -07:00
Jessica Wang
f77430f160
cloudstack 3.0 UI - infrastructure - service provider detail view - correct view all label from view provider to view devices.
2012-03-26 12:46:50 -07:00
Jessica Wang
b19a1b5052
cloudstack 3.0 UI - service provider detail view - show service provider info instead of physical network info. [reviewed-by: Brian]
2012-03-26 11:57:35 -07:00
frank
5fe0faf0cd
Bug 14492 - Stop and start of SSVM in Zone1 fails if Zone2 is configured with Storage network
...
status 14492: resolved fixed
reviewed-by: edison
2012-03-26 11:57:52 -07:00
kishan
e30e008644
bug 14499: Added account uuid unique contstraint for upgrade in usage DB
...
status 14499: resolved fixed
reviewed-by: Nitin
2012-03-26 23:52:48 +05:30
Jessica Wang
58546e9a06
bug 14488 - multiEdit widget - itemData[0] does not always have data. Only retrieve data when itemData[0] is not an empty object. [reviewed-by: Brian]
2012-03-26 10:54:55 -07:00
Alena Prokharchyk
3f58fc707d
bug 14500: set default value for is_system field as a part of 3.0 to 3.0.1 upgrade
...
status 14500: resolved fixed
reviwed-by: Frank Zhang
2012-03-26 10:25:28 -07:00
Murali reddy
47496f61f6
bug 14463: Failed to Deploy VM due to failure in creation of guest VLAN on SRX
...
status 14463; resolved fixed
moved all static (config related) variables to non-static in SRX server resource as we can have more than
one SRX device in a zone
2012-03-26 17:17:21 +05:30
Murali reddy
883e2cf830
Revert "bug 14463: Failed to Deploy VM due to failure in creation of guest VLAN on SRX"
...
This reverts commit c9be61adcb .
2012-03-26 15:44:20 +05:30
Murali reddy
c9be61adcb
bug 14463: Failed to Deploy VM due to failure in creation of guest VLAN on SRX
...
status 14463: resolved fixed
reviewed-by: Janardhana.Reddy@citrix.com
2012-03-26 15:05:02 +05:30
Sanjay Tripathi
fbf77f5f8f
Bug 14067: Global config - clicking on Edit button twice gives javaScript error args.callback is not a function.
2012-03-26 13:24:49 +05:30
Nitin Mehta
277c0c8bca
Bug 14490: Fix NPE in ListCapacity
2012-03-24 16:32:48 +05:30
Prasanna Santhanam
2cfcee47d0
reduce logging verbosity, set level to info
...
reviewed-by: Kishan
2012-03-24 09:50:44 +05:30
Prasanna Santhanam
a6a159f6a1
testCase level logger and testClient class attr
...
reviewed-by: Chirag Jog
Each testCase class will use its own logger to distinguish log
messages when multiple suites are run. This will aid debugging
Every cloudstackTestCase will also contiain a class level attr of the
testClient which was previously available only to setUp/tearDown. Now
even setUpClass/tearDownClass can use this attribute.
2012-03-24 09:50:44 +05:30
Edison Su
6a6ab1111b
bug 14454: simulator: add limitation on how many vms can be created on a host. status 14454: resolved fixed; Reviewed-by: sangeetha
2012-03-23 19:20:34 -07:00
Edison Su
8604894a28
bug 1443: even adding host failed, return success in api. status 14443: resolved fixed; Reviewed-by: sheng
2012-03-23 18:22:59 -07:00
Edison Su
15cdc4b78c
bug 14024: apply sweller's patch. status 14024: resovled fixed; Reviewed-by: sweller
2012-03-23 17:57:07 -07:00
Jessica Wang
00c48f985b
bug 14481: cloudstack 3.0 UI - instance page - after a regular user destroys a VM, listVirtualMachines API will no longer returns this destroyed VM to the regular user. So, add additional code in dataProvider() to handle this case.
2012-03-23 15:58:15 -07:00
bfederle
b4a3b1f185
bug 14447: Fix incorrect label on select network offering of VM wizard
2012-03-23 14:50:30 -07:00
Brian Federle
25b9807945
bug 14191
...
Correctly filter domain drop-down on add account dialog if accessed
via a specific domain.
2012-03-23 14:50:11 -07:00
Jessica Wang
6467dc486b
bug 14474: cloudstack 3.0 UI - network page - configuration - Load Balancer, Port Forwarding - "instancename" is not returned by API for normal user and domain admin. Should use "displayname" returned by API instead.
2012-03-23 12:15:34 -07:00
Jessica Wang
3c1e160b75
cloudstack 3.0 UI - login page - language dropdown - add "Chinese (Simplified)" option.
2012-03-23 10:08:55 -07:00
Jessica Wang
af17326005
cloudstack 3.0 UI - check in Chinese translation.
2012-03-23 09:59:11 -07:00
Jessica Wang
590f2791f5
remove obsolete code since we don't display the individual providers on the system chart anymore.
2012-03-22 16:35:42 -07:00
Alena Prokharchyk
53f1c487ea
bug 14445: automatically enable firewall service for VR when VR is a provider for PF/StaticNat services
...
status 14445: resolved fixed
reviewed-by: Sheng Yang
2012-03-22 14:17:44 -07:00
Alena Prokharchyk
e9bb106527
bug 14439: added search by name/description to listGuestOS and listGuestOSCategories apis
...
status 14439: resolved fixed
reviewed-by: Frank Zhang
2012-03-22 11:33:11 -07:00
Jessica Wang
03bb51014a
bug 14451: cloudstack 3.0 UI - volume page - remove the "Migrate Volume" option for regular user and domain admin. [reviewed-by: Brian]
2012-03-22 10:31:44 -07:00
Alena Prokharchyk
0652165adb
bug 14446: removed elasticLBVm from components.xml
...
status 14446: resolved fixed
reviewed-by: Frank Zhang
2012-03-22 10:26:37 -07:00
Abhi
8b235acad0
bug 12947: support for 1.5 beta; reviewed-by: nitin
2012-03-22 17:29:38 +05:30
Abhi
7acd080a03
bug 14135: mapping windows 2003 os types to xen templates
2012-03-22 17:18:38 +05:30
prachi
64311cc3ab
Bug 14299 - Fix adding public ip range per account
...
Changes:
Fixed as described in the bug.
* CreateVlanIpRangeCmd still accept account/domainId info
* if account owns:
- one Isolated network with source nat service enabled, use this network
- more than one Isolated network with source nat service enabled - error out
- none Isolated networks with source nat service enabled, create it only in
case when there is an Isolated network offering with Availability=Required and
source nat service enabled.
2012-03-21 16:46:13 -07:00
Kelven Yang
faa03175ee
Bug 14213: use UUID name in secondary storage for templates. Reviewed-By: edison
2012-03-21 16:45:30 -07:00
Jessica Wang
f486cef0d6
cloudstack 3.0 UI - network page - detail view - pass listAll=true for now until API is fixed.
2012-03-21 16:31:01 -07:00