Commit Graph

4853 Commits

Author SHA1 Message Date
Frank c4cdce8e8a Add database upgrate script to debian pkg 2011-02-28 14:17:06 -08:00
Frank 028e4c7f6f Add database upgrate script to RPM 2011-02-28 14:12:27 -08:00
alena 0df9c8fe56 bug 8659: deleteNetwork is async now
status 8659: resolved fixed
2011-02-28 13:46:09 -08:00
alena ed27ad3230 bug 8737: set entityOwnerId for all api commands including non-Async ones
status 8737: resolved fixed
2011-02-28 13:46:09 -08:00
abhishek 0fa708534f checking to see if mysql is running 2011-02-28 13:45:32 -08:00
alena eb62f16769 Allow network restart only for the networks in Setup and Implemented states. 2011-02-28 12:22:35 -08:00
alena 0ea10492d4 bug 8772: implementNetwork - reapply all the network rules for corresponding network elements every time network is re-implemented
status 8772: resolved fixed
2011-02-28 11:23:23 -08:00
alena a1ffd14425 bug 8753: never release public Ip address without ensuring that all corresponding resources (PF/StaticNat/Lb rules) are cleaned up.
Fixed couple of other problems along:

* when expunge PF/Static nat rules as a part of vmExpunge/IpRelease process, first mark all rules as Revoke, and then send commands to the backend. Group commands by Ip address.
Before we used to do Revoke/Send per rule basis.
* When release source nat rule, make sure that corresponding vpn (if exists) is being expunged.
2011-02-28 09:44:23 -08:00
Edison Su 8b04e4c57a fix security group rules 2011-02-27 21:17:44 -05:00
Edison Su 262e2d90fc don't break basic zone mode 2011-02-25 22:31:38 -05:00
Edison Su c5e5a0dc33 fix migration 2011-02-25 21:48:17 -05:00
Edison Su 5ffdb0f7d1 minor fix 2011-02-25 20:58:17 -05:00
Edison Su 386ffa9995 fix migration issue 2011-02-25 20:58:16 -05:00
Edison Su 52a1b2decb security group is per bridge 2011-02-25 20:58:16 -05:00
Jessica Wang 98ac48e8c2 bug 8655: if zone.securitygroupsenabled is true and users still choose to select network instead of security group, then UI won't show shared networks whose securitygroupenabled is true 2011-02-25 20:40:28 -08:00
Jessica Wang 951ae9eb58 bug 8655: if zone.securitygroupsenabled is true and users still choose to select network instead of security group, then UI won't show networks whose securitygroupenabled is true 2011-02-25 20:17:53 -08:00
Jessica Wang 7c689124c1 bug 8655: VM Wizard - step 4 - NOT create virtual network when zone.securityGroupsEnabled is true and users choose to launch VM on private network instead of using security groups. 2011-02-25 19:26:20 -08:00
Jessica Wang 0e1b35198b bug 8725: snapshot page - create volume from snapshot dialog - remove disk offering dropdown. 2011-02-25 18:16:59 -08:00
will a5cf5df7d5 Bug 8655: Merge from master. Fixed text and translation for the new user security group network. 2011-02-25 17:51:13 -08:00
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