4363 Commits

Author SHA1 Message Date
Jessica Wang
3d2e074dd7 Security Group page, Domain page - apply new function, bindActionLink(), which solves mouseover issue. 2011-02-01 17:08:53 -08:00
Kelven Yang
8c860ff0d1 Sync KVM resource with premium/open source merge 2011-02-01 17:05:38 -08:00
Jessica Wang
740b95b66f volume tab in instance page, snapshot tab in volume page - apply new function, bindActionLink(), which solves mouseover issue. 2011-02-01 16:43:41 -08:00
Jessica Wang
a466994161 create shared function bindActionLink() that will bind event handler to action link in right panel. 2011-02-01 16:16:51 -08:00
Edison Su
675a610995 cleanup default hypervisortype 2011-02-01 16:03:10 -05:00
alena
51894d22d2 bug 8288: allow to create multiple Guest Virtual networks for account in the same zone
status 8288: resolved fixed
2011-02-01 15:50:01 -08:00
Jessica Wang
4612a2ff37 IP Address page - LoadBalancer, VPN API has changed to take in ip address id instead of ip address. Here is related UI change. 2011-02-01 15:41:02 -08:00
abhishek
db04ec7f90 bug 7899: reverting a previously wrong fix; adding the right fix
status 7899: resolved fixed
2011-02-01 15:25:40 -08:00
Frank
ed736e7323 clean up build root after rpm build 2011-02-01 15:11:47 -08:00
Frank
85e11d2ff9 Add ExternalGuestNetworkGuru.java back to permium 2011-02-01 14:55:46 -08:00
Jessica Wang
f15a2b7c52 createIpForwardingRule API, createPortForwardingRule API has changed to take in id parameter instead of ipaddress parameter. Here is related UI change. 2011-02-01 14:51:37 -08:00
alena
b813800496 Implemented list by id in "listPublicIpAddresses" api 2011-02-01 14:29:06 -08:00
Jessica Wang
b3d13f3ca6 disassociateIpAddress API, enableStaticNat API, disableStaticNat API has changed to take id parameter instead of ipaddress parameter. Here is related UI change. 2011-02-01 14:27:59 -08:00
alena
d4b1831bf4 Added "status" field to listPublicIpAddresses response 2011-02-01 14:20:45 -08:00
alena
668fde991c Don't default resource owner to System account when command is executed via 8096 and account or domainId are missing 2011-02-01 14:20:45 -08:00
Jessica Wang
0e819fcabc IP Address page - add ID row, state row. 2011-02-01 14:13:49 -08:00
Jessica Wang
073c70ebb1 AssociateIpAddress API has been changed from sync to async. Here is related UI change. 2011-02-01 14:03:24 -08:00
abhishek
9e2a9ab528 bug 8268: correcting stats reporting; the response obj was using wrong method to convert double to long
status 8268: resolved fixed
2011-02-01 13:39:26 -08:00
Jessica Wang
a63b8cfcba fix mouseout event handler issue on System VM page. 2011-02-01 12:57:53 -08:00
Frank
b6fc6341fd Bug 8303 - Cant add xen hosts, due to ssh key permission setup failure
status 8303: resloved fixed
2011-02-01 12:49:15 -08:00
Kelven Yang
6ed8b20a76 add catch-all clause in cluster heartbeat 2011-02-01 12:40:32 -08:00
alena
6544820e74 Moved networkRestart to the NetworkManager as it's up to the manager (not network elements) to decide what to do on restart (IpAssoc/ruleApply/etc..) 2011-02-01 12:16:19 -08:00
alena
a21ce17c09 1) More logging during vm cleanup when the vm fails to start
2) Cleanup nic info in the DB during nicRelease
2011-02-01 12:16:18 -08:00
alena
cfce5e023c Added cloud.userlibraries to .gitignore 2011-02-01 12:16:18 -08:00
alena
f6f8a35c75 bug 8251: introduced "id" field for public IP address. In the DB id is a primary key in user_ip_address table; ip_address and source_network_id is a composite key
status 8251: resolved fixed
2011-02-01 12:16:18 -08:00
Frank
7b1deef915 Bug 8221 - cloud-setup-databases fails when using RHEL 5.6
status 8221: resloved fixed
2011-02-01 12:12:42 -08:00
Edison Su
d6a7bb1fbe bug 8301: fix typo
status 8301: resolved fixed
2011-02-01 12:12:04 -05:00
Alex Huang
ade0097a0a wrap cluster heartbeat in a try-catch 2011-02-01 12:04:08 -08:00
Frank
23b9a2452d Bug 8034 - cloud-setup-management errors out
Status 8034: resolved fixed
2011-02-01 11:50:17 -08:00
Jessica Wang
3e26505e0a bug 8244: Resource page - all dialogs - hide info_container when clicking Submit button. 2011-02-01 11:45:59 -08:00
Jessica Wang
a189eb69d3 bug 8244: Add Host dialog in Resource page - hide info_container when clicking Submit button. 2011-02-01 11:37:05 -08:00
Edison Su
5b073cd370 bug 8087: default hypervisor type is gone: when creating cpvm/ssvm, randomly choose one hypervisor type, which got from host table. When creating domR, as we already know the hypervisor type at that time, so domR and user vm are always created as the same hypervisor type.
status 8087: resolved fixed
2011-02-01 11:32:40 -05:00
abhishek
447153f570 bug 8247: when we have vms in error state, we destoy their volumes. then, when we delete account with such vms, we should NOT try and destroy vols already destroyed.
status 8247: resolved fixed
2011-02-01 11:13:40 -08:00
Kelven Yang
a8fb44a148 Use exports for jar dependecy 2011-02-01 11:10:37 -08:00
Jessica Wang
0bedf7e367 bug 6813: System VM page - add "Destroy System VM" action. 2011-02-01 11:08:07 -08:00
will
49858cf189 - Exported all thirdpart jars in the deps project to make it available to other projects. 2011-02-01 10:59:11 -08:00
will
0b30738439 Added updated Japanese translation (Thanks to Osamu) 2011-02-01 10:06:32 -08:00
Edison Su
d893b24949 bug 8193: enable attaching disk on centos 5 host
status 8193: resolved fixed
2011-02-01 09:16:11 -05:00
nit
98cb458bf1 bug 8257: ListVM's API - adding the functionality to invoke this api with the hypervisor filter.
status 8257: resolved fixed
2011-02-01 18:00:39 +05:30
kishan
e74d8888c7 bug 8151: Avoid volume delete event for volumes which were never attached
status 8151: resolved fixed
2011-02-01 13:06:47 +05:30
Kevin Kluge
6550f0a63b update for debian 2011-01-31 23:27:44 -08:00
will
16cf4d5289 Added third custom light blue theme
Fixed issues with displaying correct language string on the language dropdown choice selection
2011-01-31 19:48:09 -08:00
Frank
0fe9322895 fix systemvm start failure casued by missing files 2011-01-31 18:46:13 -08:00
anthony
f5efc50191 do not use systemvm-premium iso 2011-01-31 18:46:10 -08:00
Alex Huang
c38238c614 some improvements in checkSR 2011-01-31 17:48:24 -08:00
Alex Huang
9b8d251afd fixed problem with halted local storage vms 2011-01-31 17:48:24 -08:00
Jessica Wang
209713fba5 bug 8250: multiple-selection page (e.g. Instance page) - After adding new an item successfully, put it on the top of middle menu. 2011-01-31 17:46:32 -08:00
Kelven Yang
ddda5fc431 Cleanup of worker VMs left over from previous session in a reliable way 2011-01-31 17:41:07 -08:00
Jessica Wang
930cf13894 bug 8237: remove alert message. 2011-01-31 17:25:36 -08:00
Jessica Wang
08a0a3501d fix a wrong localization label. 2011-01-31 16:54:54 -08:00