Commit Graph

21539 Commits

Author SHA1 Message Date
Rajesh Battala
5d9ed55d99 Modified savepassword.sh path in Hyperv Resource according to the new template 2013-12-05 11:10:57 +05:30
Jessica Wang
ea700ed631 CLOUDSTACK-999: HyperV - UI > Infrastructure > zone detail > physical network > Guest > Details tab > add HyperV Traffic Label field. 2013-12-04 16:28:47 -08:00
Nitin Mehta
86af80b0f5 fixing the test 2013-12-04 16:12:42 -08:00
Jessica Wang
3ed7831d87 CLOUDSTACK-5139: UI > zone wizard > secondary storage step > providers dropdown - hardcode options instead of get them from listStorageProviders&type=image since not all of returned values are handled by UI (e.g. "NetApp" is not handled by UI). 2013-12-04 15:01:38 -08:00
Jessica Wang
019316b002 CLOUDSTACK-5139: UI > Infrastructure > Secondary Storage > Add Secondary Storage > providers dropdown - hardcode options instead of get them from listStorageProviders&type=image since not all of returned values are handled by UI (e.g. "NetApp" is not handled by UI). 2013-12-04 14:54:31 -08:00
Nitin Mehta
fee41bad41 CLOUDSTACK-5352:
CPU cap calculated incorrectly for VMs on XenServer hosts. It should not be limited by the overprovisioning and should set the cap as service offering
2013-12-04 14:48:41 -08:00
Jessica Wang
19e855e5dc CLOUDSTACK-5200: UI > Infrastructure > Sockets > listView > fix a bug that Hosts and Sockets displayed wrong number. 2013-12-04 14:10:56 -08:00
Nitin Mehta
e85334ff51 CLOUDSTACK-5352:
CPU cap calculated incorrectly for VMs on XenServer hosts. It should not be limited by the overprovisioning and should set the cap as service offering
2013-12-04 14:10:28 -08:00
Frank.Zhang
6fa79efa95 Merge branch '4.3' of https://git-wip-us.apache.org/repos/asf/cloudstack into 4.3 2013-12-04 11:42:16 -08:00
Frank Zhang
d4b068d2d8 CloudStack CLOUDSTACK-4224
UCS:UI: Delete UCS returns unknown API
2013-12-04 11:40:40 -08:00
Alena Prokharchyk
06d2e768b6 CLOUDSTACK-5152: when deployVm with SG, verify that vm and sg belong to the same account. Do this verification even when the call is done by the ROOT admin 2013-12-04 11:37:24 -08:00
Nitin Mehta
ee82870aa2 CLOUDSTACK-5349:
Volume create usage event and resource count werent getting registered. Check its type rather than it is UserVm since the code is coming from VirtualMachineManager.
2013-12-04 10:53:42 -08:00
Brian Federle
dd3a511c66 CLOUDSTACK-2570: Fix duplicate resource name field 2013-12-04 09:50:30 -08:00
Brian Federle
d34efd2dcb Detail view: Fix error on refresh from async action
Fixes error on detail view actions when list view subsection has a custom ID
2013-12-04 09:40:16 -08:00
Brian Federle
c1457fa1a4 VR UI actions: Fix incorrect response object referenced on action complete 2013-12-04 09:40:15 -08:00
Brian Federle
59c3006ff1 CLOUDSTACK-5266: Fix quickview not working for VR sections 2013-12-04 08:59:59 -08:00
Chris Suich
a00f1887c4 Fixed issue with ListView 'needsRefresh' overlays not being removed
JIRA-5368
2013-12-04 07:42:00 -08:00
Likitha Shetty
2794a9398f CLOUDSTACK-5172. Detaching VM volume is not allowed if there are VM snapshots because any changes to the disk layout will break the semantics of VM-based snapshot 2013-12-04 20:17:58 +05:30
Devdeep Singh
3744deab14 CLOUDSTACK-5178: DeployVm from ISO fails. Fixed the creation of root
volume and made sure the iso is attached when a vm is deployed.
2013-12-04 19:59:40 +05:30
Girish Shilamkar
d3968d5a96 CLOUDSTACK-5351: Fixed a regression where shared_ntwk_vlan was not changed to shared_vlan 2013-12-04 18:57:15 +05:30
Ashutosh K
542858a88f CLOUDSTACK-5364: Resolving network cleanup issue in egress fw rules test cases 2013-12-04 18:41:58 +05:30
Rajesh Battala
ab2e17163b Adding cifs support to systemvm 64bit to support Hyperv 2013-12-04 15:48:01 +05:30
Donal Lafferty
9e04e33d17 Changes for fixing the hyperv agent build on windows using mono. 2013-12-04 12:19:50 +05:30
Ashutosh K
0aa17c4213 CLOUDSTACK-5230: Removing test cases' dependency on each other leading to failures 2013-12-04 11:38:22 +05:30
Gaurav Aradhye
fd43fa13c7 CLOUDSTACK-5347: Resolved issue related to snapshot state 2013-12-04 11:33:27 +05:30
Gaurav Aradhye
e5047141a9 CLOUDSTACK-5333: Code changes related to snapshots listing
Signed-off-by: Girish Shilamkar <girish@clogeny.com>
2013-12-04 11:31:18 +05:30
Gaurav Aradhye
171c7e950b CLOUDSTACK-5346: Fixed shared network cleanup issue 2013-12-04 11:27:15 +05:30
Alena Prokharchyk
b315ca1895 CLOUDSTACK-5261: support for alert publishing via Root admin web api
listAlerts: introduced new parameter "name" to the alertResponse

Added new Admin API - generateAlert. Available to ROOT admin only

listAlerts: implemented search by alert name
2013-12-03 17:08:23 -08:00
Min Chen
8367a8fae1 CLOUDSTACK-5355: addImageStore should not log password in clear text in
the log.
2013-12-03 16:46:02 -08:00
Darren Shepherd
97dc85caee Make com.cloud.network.vpn.RemoteAccessVpnService an extensible type 2013-12-03 16:03:49 -08:00
Brian Federle
02c7c1ab07 CLOUDSTACK-4061: Fix wrapping text with ja ui 2013-12-03 15:46:00 -08:00
Brian Federle
6ea4e7309d CLOUDSTACK-5301: Show VPC routers on main VR page, to support upgrade feature 2013-12-03 15:36:15 -08:00
Brian Federle
5687f12948 Dashboard, alerts: Fix width of title 2013-12-03 15:21:00 -08:00
Nitin Mehta
c1be404924 CLOUDSTACK-3364:
change updateIsoPermissions API to accept isextractable paramter from normal user
2013-12-03 14:54:59 -08:00
edison su
fcab2b776a Remove uncessary changes. 2013-12-03 13:16:51 -08:00
edison su
78c77ec905 0001-Fixed-issue-with-DataStoreDrivers-not-being-able-to- 2013-12-03 13:16:50 -08:00
Jessica Wang
6a23f06217 CLOUDSTACK-4738: UI > VM Wizard > deployVM API has been changed to take in one new parameter CUSTOM_PARAMETERS instead of 3 parameters CPU_NUMBER/CPU_SPEED/MEMORY. Here is corresponding UI change. 2013-12-03 13:11:58 -08:00
edison su
eb56c4d863 Add AUTO_INCREMENT in details dao 2013-12-03 13:05:04 -08:00
edison su
77227960cf Fix snapshot details dao 2013-12-03 13:05:03 -08:00
Brian Federle
b5527e1f15 CLOUDSTACK-5114: Remove checkbox column from dialog list view 2013-12-03 12:32:26 -08:00
Brian Federle
42fe605afe Dialog list view: Fix toolbar/header positioning 2013-12-03 12:30:59 -08:00
Brian Federle
97d62d22e6 Zone wizard UI: Fix CSS for progress box at end of flow 2013-12-03 12:02:43 -08:00
Devdeep Singh
2d90ee469a Fix for live migration of vm. Use the host name as the migration
destination. Also mapped the vm state corrected in check vm on host
answer.
2013-12-03 19:31:22 +05:30
Jayapal
8454885fbe Corrected parsing vlan tag in JuniperSrx resource
With out this chagne ipAssoc command for juniperSrx is failed
2013-12-03 17:33:06 +05:30
Devdeep Singh
80a5dd75cd Changes for allowing migration of a vm on hyperv. Migration was blocked in cloudstack for hyperv.
Enabled it. Also updated the agent code to allow hyperv migration.
2013-12-03 17:27:24 +05:30
Bharat Kumar
089c7bc9f8 CLOUDSTACK-5161 use a map to specify the custom parameters instead of having one parameter each 2013-12-03 16:53:58 +05:30
Girish Shilamkar
cb70ed1550 CLOUDSTACK-5337: Trimming account name (username) to 99 characters 2013-12-03 16:02:12 +05:30
Anshul Gangwar
a0bfc99261 adding missing license headers for cs files 2013-12-03 15:51:00 +05:30
Anthony Xu
971b159f45 put shell scripts to a seperate directory in XS
use same scripts for both XS and XCP
2013-12-03 01:48:55 -08:00
Anshul Gangwar
b1c8efb0ea code to install and uninstall agent as windows service 2013-12-03 12:01:23 +05:30