Commit Graph

11458 Commits

Author SHA1 Message Date
Abhi 98b93aeaa6 bug CS-14663: accepting encoded password for MD5 2012-04-28 12:28:44 +05:30
Jessica Wang 883a0f1bd9 cloudstack 3.0 UI - add network offering - fix a bug that wrongly calculated advanced zones. 2012-04-27 16:17:30 -07:00
Jessica Wang 851ed411f7 cloudstack 3.0 UI - check in new localization labels (Simplified Chinese vesion). 2012-04-27 15:29:11 -07:00
Jessica Wang 93a2a679fc bug 14610: cloudstack 3.0 - single sign on - log out - not reload original location if onLogoutCallback() returns false because new location has been specified in onLogoutCallback(). 2012-04-27 14:58:54 -07:00
Jessica Wang a3587abe48 bug 14610: cloudstack 3.0 - single sign on - fix a bug that logout didn't work for single-sign-on. 2012-04-27 14:09:41 -07:00
Alena Prokharchyk 64f8135e43 Mark local storages as removed when they have no ref in storage_pool_host_ref 2012-04-27 13:15:03 -07:00
Jessica Wang 46c9d3d776 CS-14338: cloudstack 3.0 UI - instance page - Destroy VM action - change after-action message. 2012-04-25 14:11:10 -07:00
Alena Prokharchyk 4139df8d45 CS-14629: added missing global config variables 2012-04-25 13:43:09 -07:00
bfederle 7b20492805 CloudStack: Main UI logo fix
Fix logo not being present on fresh install (for commercial build),
after clicking out of quick install
2012-04-25 12:44:50 -07:00
bfederle 166fbd4cc7 Firefox CSS fix
Explicitly hide overflow-x, to prevent breakage from Firefox 12 update
causing horizontal scrollbars to be visible.
2012-04-25 11:30:58 -07:00
Kelven Yang d998fd3e0a bug 14090: handle the case when command is sent to a different host that is not owner of the VM 2012-04-24 16:49:39 -07:00
Sheng Yang db1d454c46 CS-14618: Fix null network device name
The bug is introduced by:

    commit 708472e1ef
    Author: Edison Su <sudison@gmail.com>
    Date:   Tue Mar 20 16:49:47 2012 -0700

        bug 14322: support multiple physical nic in kvm
        status 14322: resolved fixed

The above commit cover the case of creating vif without a nic name, but didn't
cover the migration case.
2012-04-24 16:16:22 -07:00
Alena Prokharchyk 50c408e125 Catch all exceptions when change engine and row_format - can fail when table is full. Just skip as its not a critical fix 2012-04-24 15:50:29 -07:00
Alena Prokharchyk ca377677d2 Account specific vlan ranges - fixed deleteVlanRange 2012-04-24 15:50:29 -07:00
Jessica Wang fd63ef10e4 CS-14624: cloudstack 3.0 UI - hide "Add Account" button from domain-admin. 2012-04-24 14:33:21 -07:00
Jessica Wang e689cab22a cloudstack 3.0 UI - infrastructure page - guest traffic type - network tab - fix a bug that clicking a network that doesn't belong to current login user would show spinning wheel forever in detailView. 2012-04-24 12:16:30 -07:00
Alena Prokharchyk 10eb2d8411 CS-14622: fixed adding vlan range per account - associate it with the Guest network, not public 2012-04-24 11:45:25 -07:00
Jessica Wang e1e67b40ec cloudstack 3.0.1 UI - checked in Japanese translation file provided by Tetsunori 2012-04-24 11:10:25 -07:00
anthony e4801a1993 add CentOS 6.0, CentOS 5.7, RHEL 5.7 support for XenServer 6.0.2 2012-04-24 10:52:15 -07:00
Alena Prokharchyk 4be5ae1f29 CS-14256: throw executionException when finalizeStart fails (no point to retry). 2012-04-23 15:55:59 -07:00
Jessica Wang 3c4c53bbe2 cloudstack 3.0.1 UI - add new labels to message_ja.properties, message_zh_CN.properties. 2012-04-23 13:49:37 -07:00
Jessica Wang 4f052cf1e7 CS-14588: cloudstack 3.0 UI - VM Wizard - correct validation message for name field. 2012-04-23 11:23:12 -07:00
Alena Prokharchyk de8cda349c CS-14591: added XenServer 6.0.2 and VmWare 5.0 as supported hypervisors to fresh 3.0.2 and to the 3.0.1-3.0.2 db upgrade 2012-04-23 11:22:46 -07:00
Jessica Wang 7cb3ed2fc0 CS-14588: cloudstack 3.0 UI - VM Wizard - name field - allow uppercase. 2012-04-23 11:20:51 -07:00
Alena Prokharchyk 855c802d52 CS-14589: change engine and row_format for op_lock op_nwgrp_work during the db upgrade 2012-04-23 10:53:36 -07:00
Prasanna Santhanam 49865bff01 CS-14596: check existence of config file before loading
reviewed-by: unit test
Check whether the config file to load cloudstack config is avvailable
in the specified path.
2012-04-23 18:52:04 +05:30
Prasanna Santhanam a22a12dd4b CS-14025: provide python eggs to easily install the python test framework
CS-14025: Status - Resolved Fixed
reviewed-by : Unit Test

1. Packaging the marvin test client into an installable egg
2. There is a hudson job (marvin) that creates eggs for a specified
branch
3. Alternatively you can use the package-marvin ant target to get a
source tarball.
2012-04-23 18:02:20 +05:30
Abhi 2918c9bab6 bug CS-14593, CS-14541: fixed encryption issue 2012-04-23 15:10:48 +05:30
kishan 5e457e6833 bug CS-14587: Process 500 rows at a time to encrypt vnc_password in vm_instance table. Added addtional logging.
status CS-14587: resolved fixed
reviewed-by: Alena
2012-04-22 22:01:55 +05:30
Alena Prokharchyk dc07f37ee4 Fixed db upgrade bug: do vnc password encryption only for non-removed vms 2012-04-21 22:30:04 -07:00
Alena Prokharchyk 766e892b5b More logging to the db upgrade 2012-04-21 22:30:04 -07:00
anthony 72d7babdeb bug 14582: fix one big in upgrade from 2.1.4 to 3.0.2
status 14582: resolved
2012-04-20 17:03:36 -07:00
bfederle 6b58931aae Zone wizard UI: fix selects
Fix selects being populated twice, due to combination of async calls
and non-async operations when re-selecting options in setup zone step.
2012-04-20 16:07:09 -07:00
bfederle 0632a9e63b Zone wizard UI
Move network offerings array to local select fn scope, as it is only used there
2012-04-20 16:07:09 -07:00
bfederle 2d5fa1ac76 Zone wizard UI
Add missing 'selectedNetworkOfferingObj' var, which may cause JS
errors in some cases
2012-04-20 15:05:12 -07:00
Alena Prokharchyk d65d5d470b bug 14567: put db entry insertion in try/catch block and fail gracefully when the insertion fails (can happen when 2 MS try to insert the same entry)
status 14567: resolved fixed
2012-04-20 12:07:35 -07:00
Alena Prokharchyk 6f5d159043 Fixed db upgrade for 2.1-3.0 2012-04-20 12:07:05 -07:00
kishan d8539882a9 bug CS-14576: Fail 2.2.14 to 3.0.0 upgrade if encryption is not enabled
status CS-14576: resolved fixed
reviewed-by: Nitin

Conflicts:

	server/src/com/cloud/upgrade/dao/Upgrade2214to30.java
2012-04-20 16:11:27 +05:30
kishan 147ec455b7 bug CS-14577: Use premium upgrade checker in components.xml, since usage is also OSS now
status CS-14577: resolved fixed
reviewed-by: Nitin
2012-04-20 16:11:18 +05:30
Nitin Mehta 3defcc4034 bug CS-14530: Whwnever creating an agent of type Routing update the capacity state as there is a transition in the resource state of the host.
Reviewed By: Kishan
2012-04-20 10:18:18 +05:30
Sheng Yang 773c4e9c09 CS-14542: Fix wrong traffic label for KVM agent 2012-04-19 18:23:58 -07:00
Brian Federle 90f663c3f1 CS-13830 : Zone's guest CIDR field is not modifiable in the UI 2012-04-19 15:19:40 -07:00
prachi b0635640f8 Bug 14158 - 2.2.x - 3.0 db upgrade for multiple physical networks
-Create multiple physical networks if there are distinct tags found in network_tags table.
-One physical network per tag.
-Currently all tags flow to xenserver traffic type label.
2012-04-19 13:09:15 -07:00
Brian Federle 31fc86c9fe bug CS-14573
Update EULAs

status 14573: resolved fixed
reviewed-by: jessica
2012-04-19 12:44:47 -07:00
Alena Prokharchyk f88998b988 Revert "bug CS-14530: Whwnever creating an agent for the host put in enabled and disabled according to the hierarchy."
This reverts commit ec69814683.
2012-04-19 10:37:08 -07:00
kishan 5d315de8ec bug CS-14566: set up physical networks before encrypting config values
status CS-14566: resolved fixed
reviewed-by: Nitin
2012-04-19 21:58:08 +05:30
Nitin Mehta ec69814683 bug CS-14530: Whwnever creating an agent for the host put in enabled and disabled according to the hierarchy.
Reviewed By: Kishan
2012-04-19 19:02:56 +05:30
Nitin Mehta c749d7426e bug CS-14530: Whenver adding a new capacity check the state of the resource - if its disabled/enabled.
Reviewed By: Kishan
2012-04-19 16:02:10 +05:30
Sheng Yang 52f4df3428 CS-14369: Fix Quick Installation on the single host
Notice, even after this fix, there would be 2 entries in the mshost table, after
mgmt server restarted. But it should be harmless, since only one of them is
"Up".

Some message in the log would indicate something wrong with the original mshost
entry, but still, it seems harmless.
2012-04-18 20:18:04 -07:00
Jessica Wang f27905b8f9 cloudstack 3.0 UI - localize validation message for vm host name. 2012-04-18 18:12:37 -07:00