Commit Graph

10901 Commits

Author SHA1 Message Date
frank aff9cbc5ef add new eula.ja.html license
reviewed-by: brian
2012-02-22 11:03:03 -08:00
Jessica Wang 182118c443 bug 13923: volume page - make download volume action available on volumes whose hypervisor is OVM. [reviewed-by: Brian] 2012-02-22 10:52:25 -08:00
Jessica Wang 1c292da977 bug 13665: Quick Install wizard - pick the network offering that has SecurityGroups service (but no LB, StaticNat). Enable SecurityGroups provider before creating a guest work. [reviewed-by: Brian] 2012-02-21 19:25:31 -08:00
Jessica Wang 28c2477de1 localize new error message (for add guest network in multiple guest traffic types zone). [reviewed-by: Brian] 2012-02-21 19:24:00 -08:00
Brian Federle 276bb962b7 UI updates/fixes
reviewed-by: jessica

    Navigation organizational changes

    -Rename 'System' -> 'Infrastructure'

    -Rename 'service offering' -> 'compute offering'
     (including all associated labels)

    -Rename 'Configuration' -> 'Service Offerings'

    -Move hypervisor capabilities under global settings

    -Rename 'Compute' -> 'Compute and storage'

    -Make tab width flexible, to support longer labels

    -bug 13920: Fix static NAT rule listing

    -Fix typo
2012-02-21 19:14:26 -08:00
abhi 7fc9a287c0 bug 13884: fixing spell vm.destroy.forcestop
reviewed-by: kishan
2012-02-22 08:41:34 +05:30
Murali reddy 6b03e9ca58 bug 13855: F5 - Hold time paramS for sticky policies are not getting programmed in F5
Reviewed-by:Sam
status 13855: resolved fixed

  - configuring unique persistence profile for each LB rule with sticky method applied
  - removing source based sticky method for source based LB method which is not supported by F5
2012-02-22 08:18:57 +05:30
Alena Prokharchyk 9bdf7fe645 bug 13919: do includingRemoved Nic search when remove firewall rules during the vm expunge
status 13919: resolved fixed
Reviewed-by: Sheng Yang
2012-02-21 18:02:54 -08:00
prachi 420cf350fe Bug 13224 - Network Usage - Netscaler - External device is being queried multiple times (up to 8 times) whenever the Network Usage task is run.
Reviewed-by: Kishan

Changes:
- Separated out the External Network Usage task from the ExternalLBDeviceMgr because ExternalLbDeviceMgrImpl :: start() was getting multiple times during management server satrtup. The reason for this is that this is the baseclass for F5 and NetScalarElement.
- This caused us to schedule the ExternalNetworkUsageTask multiple times
- Also we have LBRulesMgr calling this ExternalLbDeviceMgrImpl  by creating an instance of this class which is declared abstract
- Hence having a separate implementation to manage the network usage stats should solve this.
2012-02-21 16:49:32 -08:00
Jessica Wang bbd7e23a6a IP Address page - iselastic field has been renamed to issystem at server-side. Here is related UI change. [reviewed-by: Brian] 2012-02-21 16:23:01 -08:00
Edison Su aa284d03f2 bug 13910: release cpu/memory after expunged
status 13910: resolved fixed
Reviewed-by: prachi
2012-02-21 16:20:55 -08:00
Jessica Wang 007b015499 system page - create guest network - in particular physicalNetworks when there are more than 1 physical network in the zone with Guest traffic type, call listNetworkOfferings&tags=<physicalNetworkTags> to populate network offerings dropdown.
[reviewed-by: Brian]
2012-02-21 15:53:57 -08:00
frank d44905f01f Bug 13893 - OVM volume migration of detached VM data disk or detached data disk fail (edit
status 13893: resolved fixed
reviewed-by: edison
2012-02-21 15:54:23 -08:00
Brian Federle bad588377c bug 13918
Don't show VPN actions if IP's network's offering doesn't support VPN

status 13918: resolved fixed
reviewed-by: jessica
2012-02-21 15:41:12 -08:00
Alena Prokharchyk 12aade4dc7 Changed isElastic to isSystem for the publicIpAddress assigned during the vm deployment in EIP enabled network
Reviewed-by: Chiradeep
2012-02-21 15:38:31 -08:00
Alena Prokharchyk d841839b05 bug 13903: return vm's hostName as a displayName when displayName is null in bunch of api responses
status 13903: resolved fixed
Reviewed-by: Kelven Yang
2012-02-21 15:36:40 -08:00
Sheng Yang aa4f9b58dd bug 13915: Fix VirtualRouter get gateway IP when others used as SourceNatServiceProvider
status 13915: resolved fixed

Reviewed-by: Edison
2012-02-21 15:24:34 -08:00
Brian Federle f8927349c2 bug 13828
Fix add VM button disappearing if no VMs are present under LB rule

status 13828: resolved fixed
reviewed-by: jessica
2012-02-21 15:23:04 -08:00
Brian Federle a9da845383 bug 13765
Properly sync returned sticky fields from the API with the UI form, by
dynamically generating createForm fields based on Lb sticky
capabilities object; this will keep the required and conditional
fields properly up to date with the API requirements.

status 13765: resolved fixed
reviewed-by: jessica
2012-02-21 15:16:05 -08:00
frank ea02035b32 Bug 13895 - OVM zone z1 hosts went to Alert state, VMs in stopped state and stopping state
mark VM as stopped when can not get its details
reviewed-by: edison
2012-02-21 14:56:25 -08:00
frank 7e66c6aa32 Bug 13895 - OVM zone z1 hosts went to Alert state, VMs in stopped state and stopping state
return VM in Error if it is no longer on primary storage
reviewed-by: edison
2012-02-21 14:37:38 -08:00
Brian Federle f9f7581655 bug 13746: Fix missing localization label
status 13746: resolved fixed
reviewed-by: jessica
2012-02-21 14:35:51 -08:00
Brian Federle 0158f2662d IE CSS fixes
-Fix alignment of listview-in-detailview table headers

-Fix detail view toolbar display

-Fix system charts

reviewed-by: jessica
2012-02-21 14:31:34 -08:00
frank d09cffabc9 Bug 13895 - OVM zone z1 hosts went to Alert state, VMs in stopped state and stopping state
status 13895: resolved fixed
reviewed-by: edison
2012-02-21 14:15:58 -08:00
Brian Federle 841ddc351f bug 13754
Display project routers in system list view

status 13754: resolved fixed
reviewed-by: jessica
2012-02-21 14:05:12 -08:00
Brian Federle 1c48ceb138 bug 13784: Fix missing status localization
status 13784: resolved fixed
reviewed-by: jessica
2012-02-21 13:50:51 -08:00
Sheng Yang 3b2d78a86d bug 12974: Update system template info in templates.sql
status 12974: resolved fixed

Reviewed-by: Frank Zhang
2012-02-21 13:49:57 -08:00
Brian Federle 046749cb47 bug 13908: Fix localization label
status 13908: resolved fixed
reviewed-by: jessica
2012-02-21 13:48:13 -08:00
Brian Federle 97cd66e532 bug 13675
Hide unused text fields for ICMP vs TCP selection

status 13675: resolved fixed
reviewed-by: jessica
2012-02-21 13:45:23 -08:00
Kelven Yang 2bb15e259e bug 13808: unpack OVA if OVF file does not exist (don't rely on template installation script to unpack it for us). Reviewed-By: Edison 2012-02-21 13:21:03 -08:00
Brian Federle 208f80c3b1 bug 13719
Change 'management server'->'hypervisor' in physical network description

status 13719: resolved fixed
reviewed-by: jessica
2012-02-21 12:57:15 -08:00
Brian Federle d0c923ed40 bug 13866
Display public IP on VM details panel if static NAT is enabled for
that VM

status 13866: resolved fixed
reviewed-by: jessica
2012-02-21 12:32:23 -08:00
kishan 1d1caa8af5 Bug 13823: Throw network conflict expection when LB rules conflict
Status 13823: resolved fixed
Reviewed-By: Nitin
2012-02-22 01:14:15 +05:30
Brian Federle 3466a2b31e bug 13731
Add scrollbars and reduce width of tree view, to prevent large
subdomain lists from being unselectable

status 13731: resolved fixed
reviewed-by: jessica
2012-02-21 11:36:39 -08:00
Jessica Wang 162a556350 bug 13636: add 'dedicated' checkbox back to Add F5 dialog. [reviewed-by: Brian] 2012-02-21 11:35:21 -08:00
Brian Federle ca2faf23f6 Don't show header bar for listView-in-detailView
reviewed-by: sonny
2012-02-21 11:27:50 -08:00
kishan 04341c0839 Bug 13619: Throw exception when not traffic sentinel host is not available. Update last_collection timestamp when atleast 1 IP has nonzero bytes
Status 13619: resolved fixed
Reviewed-By: Nitin
2012-02-21 23:39:51 +05:30
Alena Prokharchyk 53bf8742f8 bug 13871: use perzone and peraccount (no spaces in values) when compare source nat capabilities
status 13871: resolved fixed
Reviewed-by: Chiradeep Vittal
2012-02-21 10:06:42 -08:00
Jessica Wang 6452a0c82e property files: move labels that have been translated out of "new labels" area. [reviewed-by: Brian] 2012-02-20 20:06:48 -08:00
Jessica Wang a608cd4408 check in Japanese translation. [reviewed-by: Brian] 2012-02-20 19:26:26 -08:00
Jessica Wang f32f8d5b66 instance page - edit Instance - not pass displayname to API when displayname is equal to name. [reviewed-by: Brian] 2012-02-20 17:04:17 -08:00
Jessica Wang 0de40a6963 bug 13648: fix a bug in listView widget - $listView.length is 0 after calling $(window).trigger('cloudStack.fullRefresh'), calling $listView.listView will encounter an error when $listView.length is 0. [reviewed-by: Brian] 2012-02-20 14:43:56 -08:00
Jessica Wang 5328076529 bug 13864: IP Address page - add new field Purpose (only shown in Basic zone) [reviewed-by: Brian] 2012-02-20 10:23:02 -08:00
Prasanna Santhanam f539cea48a Merge branch 'testClient3.0.x' into 3.0.x
reviewed-by: Kishan
2012-02-20 19:04:15 +05:30
Murali reddy f016acdcd5 bug 13872: Implementation of Guest Network by JuniperSRX failed: NPE during the execution of IPAssoc
Reviewed-by: Jana
status 13872: resolved fixed
2012-02-20 18:12:12 +05:30
Prasanna Santhanam 91e56d763f Multiple fixes to the testClient to accomodate further changes to 3.0 APIs
reviewed-by: Kishan
* Revert back to old guestCidrAddress
* Add default traffic types
* fixed typo when creating physical network, specifid wrong zone
* correctly specifying the guest VLAN as part of updating physical network
2012-02-20 18:12:04 +05:30
Prasanna Santhanam 6796e099c8 Enable security groups in basic zones only
reviewed-by: Kishan
2012-02-20 18:11:58 +05:30
Prasanna Santhanam 7480d73785 Enable the zone after successful add
Reviewed-By: Kishan
2012-02-20 18:11:50 +05:30
Prasanna Santhanam 6b2a92ca66 fixing the case when multiple zones are added. enable the right VR element
Reviewed-By: Kishan
2012-02-20 18:11:43 +05:30
Prasanna Santhanam cf81eae809 adding the integrity checker for simulator components
Reviewed-By: Kishan
2012-02-20 18:11:35 +05:30