Commit Graph

3222 Commits

Author SHA1 Message Date
abhishek
d63e61c915 adding some code to ensure system vms come up for the direct untagged case (zynga setup). Also, checking in some changes on behalf of Alena 2010-12-20 16:33:57 -08:00
Jessica Wang
41ef0fdc73 host page - clear right panel when clicking different cluster node. 2010-12-20 15:59:15 -08:00
anthony
57de81983f add XenServer 5.6 FP1 specific guest os type 2010-12-20 15:47:57 -08:00
will
7f393ee731 Fixed dialog issues with adding clusters. 2010-12-20 15:32:52 -08:00
Jessica Wang
797897aeda retire cluster page. 2010-12-20 15:26:32 -08:00
NIKITA
419ef40fdc Revised UI for Advance Search for Alerts and Events 2010-12-20 15:19:38 -08:00
Jessica Wang
dd6bcf0c88 bug 7543: Host page - empty subgrid item container when tab is clicked. 2010-12-20 15:10:38 -08:00
Jessica Wang
5c04815fb1 bug 7543: Domain page - empty subgrid item container when tab is clicked. 2010-12-20 15:05:24 -08:00
abhishek
6eacec782e bug 7528: the vm expunge action wasn't destroying the volumes during vm destroy. Added logic to do that. Also, made sure the volumes are removed during vm expunge
status 7528: resolved fixed
2010-12-20 14:56:32 -08:00
Kelven Yang
626a03ad78 Make a Xen specific requirement for guid on cluster really Xen specific, so that it won't affect KVM/VMware 2010-12-20 14:53:14 -08:00
anthony
af2ce80621 add XenServer56FP1Resource.java 2010-12-20 14:56:22 -08:00
Jessica Wang
7ac09608c7 bug 7543: Account page - empty subgrid item container when tab is clicked. 2010-12-20 14:51:44 -08:00
NIKITA
2f28081d88 Revised New UI for Accounts 2010-12-20 14:44:28 -08:00
Jessica Wang
0756ca6a3b bug 7543: instance page - empty subgrid item container when tab is clicked. 2010-12-20 14:42:43 -08:00
Jessica Wang
e3aecc1342 bug 7543: volume page - snapshot tab - empty snapshot container when clicking on each volume. 2010-12-20 14:36:13 -08:00
edison
bf1f6a2998 Don't need this logic anymore, as xenserver can't handle this case:
can't boot from an iso that different from the vm's template

Revert "more changes to the attach/detach iso and bootloader flow"

This reverts commit d8f771e05b.
2010-12-20 14:17:35 -08:00
anthony
2be0b45297 support xenserver 5.6 fp1 in oss 2010-12-20 14:18:10 -08:00
Kelven Yang
228eba363b Add clustertype field to response of ListHostCmd. Improve UI display related with cluster/host 2010-12-20 14:08:59 -08:00
Jessica Wang
291a9669e7 bug 7535: ISO page - hide "Download ISO" option for non-admin user. 2010-12-20 14:10:57 -08:00
will
b4029d0a49 Fixed guest ip range display issue 2010-12-20 14:08:55 -08:00
Jessica Wang
e3d030e866 New Advanced Search - change element ID of advanced search box container. 2010-12-20 13:54:37 -08:00
Jessica Wang
d9292d0fdd New Advanced Search - change container. 2010-12-20 13:32:46 -08:00
NIKITA
f40fbb9a5d Revised UI for Advance Search 2010-12-20 12:50:06 -08:00
abhishek
583d4a2c2e bug 7582: there was an error in re-starting user vm, due to the master refactor which happened. Fixed that regression
status 7582: resolved fixed
2010-12-20 12:40:44 -08:00
Jessica Wang
ae0d7b51d4 bug 5815: IP Address page - pass networkid when calling listVirtualMachines for VM dropdownboxes (in details tab, port forwarding tab, load balancer tab) 2010-12-20 11:56:48 -08:00
edison
6c9d3da4fd bug 7500, 7447: add external url for template download
status 7500: resolved fixed
status 7447: resolved fixed
2010-12-20 11:19:53 -08:00
Jessica Wang
830995380d IP Address page - add Associated Network ID field. 2010-12-20 11:18:22 -08:00
Jessica Wang
ea06686709 network page - fix a bug that clicking Add Network Button didn't work the first time. 2010-12-20 10:55:11 -08:00
alena
ddc69cdd47 Assign sourceNat ip address to domR only, skip DHCP. 2010-12-20 10:47:06 -08:00
Jessica Wang
c7fb7f3aa3 Pod page - change network tab to IP Allocation tab. 2010-12-20 10:35:30 -08:00
Jessica Wang
09138f3173 Pod page - show "Add IP Range" option if its zone is in basic-mode. 2010-12-20 10:29:04 -08:00
alena
116ddb3cae Port forwarding rules support for domainRouterElement. When new pf rule is created for a public ip address, we resend all existing rules for this address to the domR. 2010-12-20 10:01:19 -08:00
alena
3cd989cbef 1) Changed format for IpAssoc command. Instead of sending the ip addresses to assign one by one, we send a list of ip addresses to the agent.
2) Fixed createVM with multiple networks
2010-12-20 09:37:46 -08:00
Jessica Wang
5e8be4a431 Place Add XXX buttons in each related page instead of index.jsp. 2010-12-18 17:04:17 -08:00
Jessica Wang
e71f6cb547 Pod page - correct CIDR to netmask. 2010-12-17 20:26:13 -08:00
anthony
baa6666897 create xenserver 5.6 patch file 2010-12-17 20:21:28 -08:00
anthony
44a8fdf918 fixed mount issue 2010-12-17 20:07:09 -08:00
anthony
950ed41436 fixed build 2010-12-17 20:07:09 -08:00
anthony
3a6d0e79a6 refactor 2010-12-17 20:07:08 -08:00
Jessica Wang
92d8171760 Zone tree - only advanced zones show network node. Basic zones don't show network node. 2010-12-17 19:56:03 -08:00
abhishek
5eae8923b1 commenting out this assert for now as it might break code 2010-12-17 19:53:40 -08:00
Kelven Yang
f92482fabf add clustertype and hypervisortype to ListClusterCmd API, improve addHost UI to deal with multi-hypervisor 2010-12-17 19:41:35 -08:00
will
c5b33a69c2 bug 7471: UI will make use of the new network offering "availability" parameter to choose how to display the Virtual Networking model in the VM wizard. 2010-12-17 19:06:36 -08:00
Jessica Wang
b83c5bcaae Security Group page - implement Delete Ingress Rule. 2010-12-17 18:50:38 -08:00
anthony
d50d20d1b6 refactor 2010-12-17 18:12:00 -08:00
anthony
9adf417dc2 refactor 2010-12-17 18:12:00 -08:00
Jessica Wang
8d8dc339bd Security Group page - add Ingress Rule tab. 2010-12-17 17:50:37 -08:00
alena
ecc4297219 Use Equal instead of Like when listPublicIpAddresses by ip 2010-12-17 17:30:01 -08:00
Kelven Yang
769e47d158 How come this file is missed in git? 2010-12-17 16:32:32 -08:00
Kelven Yang
e03693f0aa Make AddClusterCmd API generic to all hypervisors, change UI accordingly also 2010-12-17 16:30:27 -08:00