3429 Commits

Author SHA1 Message Date
Alex Huang
090bc1edb4 more changes to fix up the merge 2010-12-29 09:32:54 -08:00
Alex Huang
544fa7ff1b remote access vpn, user ip address changes 2010-12-29 09:32:54 -08:00
Alex Huang
1afb34d38e Added code to do migration 2010-12-29 09:32:54 -08:00
kishan
c11b8612cd bug 7359: search for removed accounts also while composing usage records response
status 7359: resolved fixed
2010-12-29 21:21:27 +05:30
kishan
494a46a10f bug 7735: Set null for templateId instead of -1 for usage records
status 7735: resolved fixed
2010-12-29 18:29:14 +05:30
anthony
f865e8b061 moveVolume is broken due to not setup hypervisortype in dskch
fixed
2010-12-28 19:46:21 -08:00
Jessica Wang
a1855ebb27 Show expandable close arrow icon for cluster node that has host. Otherwise, show non-expandable icon for cluster node. 2010-12-28 18:09:06 -08:00
alena
d005f9133e bug 7603: update uservm count when deploy/recover vm. Also fixed updating volumes count when volume is created as a part of vm deployment
status 7603: resolved fixed

Couple of other fixes:
* Set correct user_id for createVolume event instead of hardcoding it to System (1)
* Deploy dhcp vm when Zone's gateway provider is External Firewall and network is Virtual
2010-12-28 17:32:17 -08:00
edison
920c7b3dd7 bug 7503: set hypervisor type when we create the cluster, as we already know the hypervisor type in adavnce when adding host.
status 7503: resolved fixed
2010-12-28 17:20:50 -08:00
Kelven Yang
271b1ee58a add consoleproxy.disable.rpfilter configuration variable to get rid of the annoying access issue in development environment.
set it to true for development environment, it will allows traffic that comes in from public interface to be able to be routed back from private interface
2010-12-28 17:15:00 -08:00
Jessica Wang
8fa850c849 cluster node template of zonetree: add loading container, host container, storage container. 2010-12-28 17:07:52 -08:00
Jessica Wang
4a3418cea3 Clicking on arrow icon of Physical Resource menu will show a loading image until the whole zonetree is expanded/collapsed. 2010-12-28 16:36:42 -08:00
alena
085824d524 1) Updated schema for data_center - provider fields can have NULL values.
2) Fixed deletePortForwarding/deleteIpForwardingRule commands to return false when delete rule fails.
2010-12-28 16:22:36 -08:00
Jessica Wang
383f524725 fix a bug that zonetree is not expanded/collapsed after being clicked the 2nd time. 2010-12-28 16:17:33 -08:00
edison
3a143577b9 bug 7659: fix the race condition that agent inside systemvm connecting to mgt server at the head of startcommand returning to mgt server, then got a NPE. and fix bugs in security group of KVM
status 7659: resolved fixed
2010-12-28 15:51:28 -08:00
Jessica Wang
960b91acc5 zone tree - show loading image when expanding/collapsing a pod node. 2010-12-28 15:48:35 -08:00
Jessica Wang
3671d5cb35 zone tree - show loading image when expanding/collapsing a zone node. 2010-12-28 15:35:22 -08:00
alena
88afdb3313 Made NetworkId parameter required for Vlan, modified DB schema and corresponding Managers' methods. For Virtual and Direct untagged vlan networkId is got from default system Public/Public-DirectPodBased networks accordingly 2010-12-28 15:15:24 -08:00
Jessica Wang
5903e9129a host page - fix a bug "clearAddButtonsOnTop is not defined". This function is retired. 2010-12-28 14:26:34 -08:00
abhishek
5d3173eabf bug 7721: generically fixing the url decoder issue for all commands, wherein we block any input which contains % eg. name, displayText. We throw the apt error back to the UI for the user to act upon
status 7721: resolved fixed
2010-12-28 14:23:21 -08:00
abhishek
e346c3b24f import cleanup 2010-12-28 14:23:21 -08:00
Jessica Wang
a0828d7ad8 deletePortForwardingRule API has been changed from sync to async. This is corresponding UI change. 2010-12-28 14:23:06 -08:00
anthony
68727778ba bug 7620: this is caused by delayed volume creation,
doesn't make sence to create a template on empty volume, just don't allow it

status 7620: resolved fixed
2010-12-28 14:00:51 -08:00
NIKITA
b3919e9ba1 Help Link has been removed temporarily 2010-12-28 12:51:43 -08:00
NIKITA
59187ee027 Bug 7715#:Temporary Fix for Secondary storage button 2010-12-28 12:37:47 -08:00
will
1ac8990d8c Increased the top_button_container width to better accomodate the top buttons. 2010-12-28 12:21:02 -08:00
anthony
0aa24c9ebf bug 7686: when detach iso, always remove is from uservm table to make sure ISO is remove after stop/start
status 7686: resolved fixed
2010-12-28 12:06:24 -08:00
Jessica Wang
6930bf1dce IP Address page - load balancer tab - add State column. 2010-12-28 11:36:56 -08:00
edison
2d722e685b fix exception in PingRoutingWithNwGroupsCommand, due to no json serialize for pair<long, long> 2010-12-28 10:50:12 -08:00
alena
2d316eabb7 bug 6056: Changed format for API error response.
status 6056: resolved fixed

Example of error response:

Json:

 { "updatedomainresponse" : {"errorcode" : "431, "errortext" : "Unable to find domain 4"}  }

Xml:

<updatedomainresponse cloud-stack-version="1.9.1.2010-12-28T18:14:57Z">
<errorcode>431</errorcode>
<errortext>Unable to find domain 4</errortext>
</updatedomainresponse>
2010-12-28 10:36:04 -08:00
abhishek
1e17559d53 bug 7689: whilst editing pod, we were not calculating the netmask if the netmask is not passed down from the UI. Re-calculating the netmask, based on pod attribs in db
status 7689: resolved fixed
2010-12-28 10:31:07 -08:00
abhishek
cd73ff54a5 adding an upgrade script 2010-12-28 09:40:06 -08:00
alena
52478aaf73 bug 7699: set correct account_id/user_id for createUser events
status 7699: resolved fixed
2010-12-27 19:54:36 -08:00
Jessica Wang
a8736c454b fix a bug that search panel is not hidden when clicking network node in zone tree if search panel is showing on previous page. 2010-12-27 19:25:15 -08:00
Jessica Wang
71aa902c80 host page - search - specify state dropdown. 2010-12-27 19:08:03 -08:00
Jessica Wang
8c3bde95cb search dialog - add "by xxxxxxx" as the first option in search dropdown field. (because label has been removed to save space) 2010-12-27 19:03:28 -08:00
Jessica Wang
73d68dfdd0 account page - search dialog - add "by role" as the first option in role dropdown field. (because label has been removed to save space) 2010-12-27 18:55:02 -08:00
Kelven Yang
870ad08744 Bug 7709, forgot to update host.jsp and also a copule fixes in validation 2010-12-27 18:29:35 -08:00
Jessica Wang
5add1d3ee3 instance page, volume page - correct style (class name) of search field. 2010-12-27 18:29:15 -08:00
Jessica Wang
d28cd86e3a search dialog - add "by zone", "by pod", "by domain" as the first option in dropdown field. (because label has been removed to save space) 2010-12-27 18:22:27 -08:00
Kelven Yang
0445358321 Bug 7709: let addPrimaryStorage be aware of hypervisors and do it smartly 2010-12-27 17:53:52 -08:00
Jessica Wang
a5cd2ea0c2 fix a bug that host page had duplicate advanced search when clicking between cluster node and pod node. 2010-12-27 17:37:23 -08:00
Jessica Wang
71493b00e2 Host page - implement new advanced search. 2010-12-27 17:05:09 -08:00
alena
7b3b9076b0 bug 6168: throw a runtime exception when unable to schedule Async job instead of returning jobId=0L
status 6168: resolved fixed
2010-12-27 17:00:29 -08:00
abhishek
719f3984d2 changing domain.suffix to guest.domain.suffix, along with associated deps 2010-12-27 17:00:07 -08:00
Jessica Wang
788d30ce48 Network page - implement new advanced search. 2010-12-27 16:59:47 -08:00
will
3d334193ec bug 7692: Fixed issues with clicking on the physical resource link and resulting in the mid item section showing up. 2010-12-27 16:53:02 -08:00
Jessica Wang
94bbaebf52 Remove type from search in network offering page. (because default query for this page is "listNetworkOfferings&type=Virtual" 2010-12-27 16:45:11 -08:00
Jessica Wang
06d7f63f2e Network Offering page - implement new advanced search. 2010-12-27 16:40:13 -08:00
will
14b034bd16 Smoothed out the display of items in the middle menu. It was possible to click on menu items and have items listed from a click on a different menu items due to a race condition. 2010-12-27 16:35:17 -08:00