Commit Graph

4834 Commits

Author SHA1 Message Date
Jessica Wang 74e71e355c bug 8655: VM Wizard - step 4 - If Security Group Network is used AND there is at least one dedicated direct tagged default network for the account, then prompt “Do you wish to launch your VM on a private cloud/network?” If Yes, present network container. If No, present security groups container. 2011-02-25 17:34:59 -08:00
Jessica Wang 2c3b8306a6 bug 8655: Network page - Add Network dialog - show only 1 option("account-specific") in scope field when zone.securitygroupsenabled is true. 2011-02-25 17:33:54 -08:00
Jessica Wang 45ca5a3da3 bug 8655: Network page - Direct Network - Add IP Range dialog - when zone.securitygroupsenabled is true, show 3 more fields: VLAN ID, gateway, netmask. Otherwise, hide the 3 fields. 2011-02-25 17:32:37 -08:00
Jessica Wang c309ea5eac bug 8655: IP Address page - remove "&forvirtualnetwork=true" from listPublicIpAddresses API call for advanced zone whose security group is enabled 2011-02-25 17:32:06 -08:00
Jessica Wang 1ed2a99b7c Network Offering page - show only DefaultDirectNetworkOffering. 2011-02-25 17:31:32 -08:00
Jessica Wang 3ddf38f2fe bug 8655: Add Zone Wizard - Advanced Mode - Security Group - step 4 - create direct VLAN with VLAN ID. 2011-02-25 17:29:49 -08:00
Jessica Wang 329c50c244 bug 8655: Add Zone Wizard - Advanced Mode - when security group is selected, create direct VLAN instead of virtual VLAN. 2011-02-25 17:28:56 -08:00
Jessica Wang e91d8793e7 bug 8655: VM Wizard - step 4 - show security group container if zone.securitygroupsenabled is true; otherwise show network container. 2011-02-25 17:28:10 -08:00
Jessica Wang 598fea2c0f bug 8655: Add Zone Wizard - step 1 - implement Isolation Mode: virtual, security group. 2011-02-25 17:27:16 -08:00
NIKITA 593590461b bug 8655 : UI for new options in Advance Mode under Zone Wizard 2011-02-25 17:26:50 -08:00
Jessica Wang 0dd9ab7a43 bug 8655: zone page - add "Security Group Enabled" row. 2011-02-25 17:23:53 -08:00
Jessica Wang 606ddc8a93 IP Address page - source Nat ip address - hide LB tab if the LB service has "LoadBalancingSupportedIps" capability (meaning it's using external load balancer). 2011-02-25 17:21:07 -08:00
Jessica Wang e04b0bfe6d Revert "bug 8636: apply auto-complete function to domain dropdown - create shared function applyAutoComplete()."
This reverts commit 4d0f169f6d450d55ac69b277387fab67b42a194c.
2011-02-25 17:21:06 -08:00
Jessica Wang d05a0e5cd8 bug 8636: apply auto-complete function to domain dropdown - create shared function applyAutoComplete(). 2011-02-25 17:21:05 -08:00
abhishek e3c4b7fe00 bug 8601: adding the upgrade script from 2.2.1 to 2.2.2 2011-02-25 17:17:04 -08:00
abhishek 82d8ca61f3 bug 8601: these are the 2 sql files for the cloud and cloud_usage db migration. I have tested some of the most common cases, as well as some uncommon cases (create a direct and virtual network in same zone). 2011-02-25 17:07:20 -08:00
Edison Su 3a1d005400 creating zone wide vlan is disabled if zone is security group enabled 2011-02-25 16:06:53 -05:00
Edison Su 5f3415d377 list systemonly direct network if zone is security group enabled 2011-02-25 16:06:09 -05:00
Edison Su 10ff7127fe security group is per vm per nic 2011-02-25 16:06:03 -05:00
Edison Su ea46ee135e refactor security group in advanced network mode: use direct tagged network instead of public network 2011-02-25 16:05:50 -05:00
Edison Su 6ec74883cb fix createzone parameters 2011-02-25 16:01:01 -05:00
Edison Su 7221fb57f9 return security group status per zone 2011-02-25 16:00:56 -05:00
Edison Su f962cb78c3 remove test code 2011-02-25 15:59:49 -05:00
Edison Su 5d1e66fad9 fix typo 2011-02-25 15:59:45 -05:00
Edison Su 0124930cb9 bug 8655: add security group for direct tagged network 2011-02-25 15:59:40 -05:00
Edison Su b1a4a9551c add multiple nics support for security group 2011-02-25 15:59:36 -05:00
Edison Su 4009554aab add security group for direct tagged vlan 2011-02-25 15:59:32 -05:00
abhishek 1a8798242b bug 8216: merging the master fix into 2.2.2 2011-02-25 12:01:18 -08:00
abhishek 11a74658a0 bug 8742,8216: reverting to use org vol's disk off id whilst creating vol from snapshot. Also changing event generation so that an event is generated @ data vol creation (as opposed to attaching to vm). we will correspondingly generate an event at data vol's deletion 2011-02-25 11:33:58 -08:00
abhishek 1852d35702 bug 8725: making disk offering id a reqd param in 2.2.2 (merging master fix) 2011-02-25 08:43:44 -08:00
Edison Su ba016f4c14 use the new template 2011-02-24 20:02:24 -05:00
alena d3d558f2fb Fixed NPE in vm expunge process - when cleanup static nat rules after corresponding vm is expunged, make search for guest Nic including removed. 2011-02-24 18:19:19 -08:00
alena b1a7cecd39 bug 8726: escape ", ', &, <, > special chars in xml response
status 8726: resolved fixed
2011-02-24 17:06:02 -08:00
Jessica Wang 264a0aac11 bug 8729: listNetworkOfferings API has been changed to take in guestIpType parameter instead of trafficType parameter. Here is related UI change. 2011-02-24 16:40:49 -08:00
alena 56ff859f0a 1) Added guestIpType to the network offering; create/listNetworkOffering apis got changed accordingly.
2) Set traffic Type to be Guest for Direct/Virtual non-system default network offerings. Use this guestIpType during the network creation/implementation
2011-02-24 16:22:29 -08:00
kishan b4b516fa3a bug 8603: Included netwrok_id in network usage records
status 8603: resolved fixed
2011-02-24 15:34:58 +05:30
Jessica Wang 55d436ad17 bug 8705: seperate "CPU" row into 2 rows: "Total CPU" and "CPU Utilized". 2011-02-23 14:36:28 -08:00
kishan 0ce385ecf2 bug 8569: Changed default events purge delay to 15 days
status 8569: resolved fixed
2011-02-23 21:34:47 +05:30
Prasanna Santhanam 925f415c4b change deploy path to /usr/local/cloud for simulator 2011-02-23 13:27:34 +05:30
Alex Huang 2002abd7c3 fixed copy and paste errors 2011-02-22 19:33:25 -08:00
Alex Huang b8cd91df9e don't generate test-reports directory 2011-02-22 19:13:52 -08:00
Alex Huang b6056bc0b1 missing files 2011-02-22 19:12:10 -08:00
Alex Huang 78f5c6cc47 schema converted over. 2011-02-22 18:23:05 -08:00
Alex Huang c22b37e402 latest work on db migration 2011-02-22 18:23:05 -08:00
Jessica Wang 1ff7e72eef bug 8450: handle invalid JSON string returned by API call. 2011-02-22 18:09:03 -08:00
Kelven Yang 1d8eab2a11 Let reset job description to be in API standard 2011-02-22 17:40:05 -08:00
NIKITA 3f752bf1df bug 8632: has been resolved 2011-02-22 17:32:45 -08:00
anthony b86837c632 bug 8647: check vm state before execute hardShutdown
status 8647: resolved fixed
2011-02-22 17:14:12 -08:00
anthony 94a9c86f46 try to send create command to the host where cpu&memory is allocated first 2011-02-22 16:44:58 -08:00
Kelven Yang f443f7d409 Set default values for global variables that use programmatic constants (CPU speed/RAM size) 2011-02-22 16:28:31 -08:00