Commit Graph

23018 Commits

Author SHA1 Message Date
Brian Federle
4c997570bb Comment out multiDisk dummy code 2014-04-02 13:58:26 -07:00
Brian Federle
f23dd1df9e WIP 2014-04-02 13:20:35 -07:00
Brian Federle
1120b38e6a WIP 2014-04-02 12:43:05 -07:00
Abhinandan Prateek
1586f419dc CLOUDSTACK-6286: added FinishAggregationCommand and StartAggregationCommand to simulator 2014-04-02 20:42:49 +05:30
Ashutosh K
15aeaf25de CLOUDSTACK-2266: Adding automation tests for IP reservation feature
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
2014-04-02 10:53:36 +05:30
Prachi Damle
43ce83202d Fix for: doAccessChecks fail due to the wrong ClassCast toArray() 2014-04-01 17:42:07 -07:00
Min Chen
4367d1406b Change AccountManagerImpl.checkAccess to invoke SecurityChecker
interface that takes multiple controlled entities.
2014-04-01 17:31:56 -07:00
Min Chen
c89eb73304 Remove usage of sameOwner checkAccess invocation, and convert to
OperateEntry IAM check.
2014-04-01 17:31:56 -07:00
Prachi Damle
a8a0e84b88 Split the Root Admin policy to allow 'ListEntry' access for listing resources for scope 'all', but 'UseEntry' access only within Account scope
Same with Domain Admin policy
2014-04-01 16:01:36 -07:00
Prachi Damle
b917184fda Adding SecurityChecker list for the ParamProcessWorker 2014-04-01 12:06:16 -07:00
Prachi Damle
9962cf1706 SecurityChecker can accept multiple ControlledEntity 2014-04-01 12:06:13 -07:00
Milamber
685d664909 Add 4.4 UI resources files on Transifex 2014-04-01 19:30:24 +01:00
Gabor Apati-Nagy
eb86ed60bd Value of Global parameter "custom.diskoffering.size.min" is not reflected in UI during new instance creation.
Added fields to /api and /server classes for CustomDiskOfferingMinSize
to be available in CapabilitiesResponse. Fixed UI code in Instance
Wizard to have this config value as the minimum selectable option when
we are in custom disk size mode.
2014-04-01 10:56:02 -07:00
Anshul Gangwar
90117f09e8 CLOUDSTACK-6288: Changing default ImageFormat to vhdx for hyper-v and allowing registration of vhdx format templates.
Signed-off-by: Devdeep Singh <devdeep@gmail.com>
2014-04-01 13:40:21 +05:30
Mike Tutkowski
e7724e90ba CLOUDSTACK-6170 (VMware root-disk support for managed storage) 2014-04-01 00:05:34 -06:00
Mike Tutkowski
ac352388b0 CLOUDSTACK-6170 (VMware root-disk support for managed storage) 2014-03-31 21:17:11 -06:00
Sheng Yang
c388afc8cd CLOUDSTACK-6309: Fix timeout in KVM when execute VR commands
Timeout is in seconds rather than milliseconds.
2014-03-31 11:29:02 -07:00
Mike Tutkowski
fe0c9768cf CLOUDSTACK-6170 (VMware root-disk support for managed storage) 2014-03-31 00:10:49 -06:00
Prachi Damle
412af7c2e6 RoleBasedEntityAccessChecker should skip Project resources. IAM does not support Projects yet. 2014-03-28 18:54:19 -07:00
Anthony Xu
36fa355f0b Add support for XS6.2 Fox hotfix 2014-03-28 16:54:18 -07:00
Kelven Yang
6e093514e4 CLOUDSTACK-6305: protect lock leaking from unhandled exception 2014-03-28 15:28:39 -07:00
Prachi Damle
024efbfbd4 CLOUDSTACK-6303 [Automation] [UI] Account creation hang in UI
Changes:
- Caused due to a MySql error during 'Project' account cleanup. The MySql error hits a deadlock bug in the MessageBus code that does not release the lock/decrement the counter Eventually all callers on the MessageBus end up waiting to enter
- This fixes the account cleanup MySql error.
2014-03-28 14:00:39 -07:00
Anthony Xu
60563d395f Revert "change below file names for consistency"
This reverts commit 9493b4d65c.
2014-03-28 12:15:02 -07:00
Mike Tutkowski
553630b1b9 CLOUDSTACK-6170 (VMware root-disk support for managed storage) 2014-03-28 12:52:56 -06:00
Anthony Xu
9493b4d65c change below file names for consistency
Xenserver625Resource.java  ->  XenServer625Resource.java
Xenserver625StorageProcessor.java  ->  XenServer625StorageProcessor.java
2014-03-28 11:46:26 -07:00
Brian Federle
61a0c128a7 CLOUDSTACK-6227: Don't show API/secret key fields in quickview 2014-03-28 10:23:18 -07:00
Gabor Apati-Nagy
6d7978ea45 CLOUDSTACK-6227 (Add copy-paste support for detail view fields):
DetailView widget now supports bool isCopyPaste property that can be set
for fields. If this is set to true, the text of this field is displayed
using ellipsis formatting* and a copy-paste icon is available right next
to it. On clicking this icon, the full text is displayed

*: tooltip is also enabled showing the original non-ellipsed value
2014-03-28 10:17:31 -07:00
Mihaela Stoica
0d897f65a2 UI: Applied localization function to labels on Zone Chart page
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2014-03-28 10:11:16 -07:00
Mihaela Stoica
c09bb900c7 UI: Fixed truncated icon on confirmation dialogs
Signed-off-by: Brian Federle <brian.federle@citrix.com>
2014-03-28 10:10:47 -07:00
Sebastien Goasguen
6d15f6c27e CLOUDSTACK-6299: Fixed apidoc info with base64 encoded 2014-03-28 09:56:16 -04:00
Kishan Kavala
45ab288e26 CLOUDSTACK-6239: Encrypt security related config values before inserting into DB 2014-03-28 18:47:21 +05:30
Murali Reddy
89c6f0087c OVS distributed routing: fix the issues related to applying network
ACL's on OVS. OVS OF rules does not accept 0.0.0.0/0 so while applying
ACL dont include source CIDR in the OF rule if source CIDR is 0.0.0.0/0
2014-03-28 17:08:22 +05:30
SrikanteswaraRao Talluri
14796783fd CLOUDSTACK-6125: added smoke tests with following tags 1. selfservice - tests which can be run on simulator. 2. provisioning - tests that need actual hypervisor resource.
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
2014-03-28 15:39:22 +05:30
SrikanteswaraRao Talluri
5f5416a51c CLOUDSTACK-6125: adding 'selfservice','provisioning' tags to segregate the tests
that can be run on simulator only and that needs hardware.

Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
2014-03-28 15:38:31 +05:30
Hugo Trippaers
2ade6b9188 Fix pom relative path
(cherry picked from commit 15b6860c68)
2014-03-28 09:36:21 +01:00
Edison Su
392dc817af fix build 2014-03-27 17:38:42 -07:00
Edison Su
f1ff060bb9 fix devcloud reboot issue: should not start heartbeat for devcloud
Conflicts:

	plugins/hypervisors/xen/src/com/cloud/hypervisor/xen/resource/CitrixResourceBase.java
2014-03-27 17:38:41 -07:00
Edison Su
11d11d8690 CLOUDSTACK-5329: stupid java box/unbox
Conflicts:

	engine/schema/src/com/cloud/vm/VMInstanceVO.java
2014-03-27 17:38:41 -07:00
edison
6b364f9588 mischanged default user vm template url for xen 2014-03-27 17:38:41 -07:00
Edison Su
73f383c5ab CLOUDSTACK-5432:sync vm and storage commands on mgt server for kvm
Conflicts:

	engine/orchestration/src/com/cloud/vm/VirtualMachineManagerImpl.java
	server/src/com/cloud/hypervisor/KVMGuru.java
2014-03-27 17:38:40 -07:00
edison
c1711428f0 add md5sum for xen/kvm system vm template 2014-03-27 17:38:40 -07:00
edison
b35389fd20 update xen/kvm system vm template download url, and update the os type to 64bit 2014-03-27 17:38:40 -07:00
edison
b2f4939402 CLOUDSTACK-5857: for some reasons, delete secondary pool failed during copy template from secondary storage to primary storage, but the volume is already copied to primary storage, we didn't clean up the volume on primary storage, then all the following copy the same template to primary storage failed, as we are always using the same uuid when creating a new volume, libvirt complaining that the volume already exists.
Current fix is ignoring "the delete secondary storage error".
2014-03-27 17:38:40 -07:00
edison
36efe4dbf4 CLOUDSTACK-5831: Fix NPE, in case the volume isn't attached to any pool 2014-03-27 17:38:40 -07:00
Edison Su
4584d5c845 CLOUDSTACK-5831: return quiescevm field in volumeresponse
Conflicts:

	api/src/org/apache/cloudstack/api/response/VolumeResponse.java
	server/src/com/cloud/api/query/QueryManagerImpl.java
2014-03-27 17:38:40 -07:00
edison
9da36af711 CLOUDSTACK-5763: if vm is stopped, then don't check hypervisor support live storage migration capabilities. 2014-03-27 17:38:40 -07:00
edison
a3edd1ac72 CLOUDSTACK-5607: Don't delete the template if its stored in other zones. 2014-03-27 17:38:40 -07:00
edison
5917b25fd3 CLOUDSTACK-5828: if snapshot deletion failed, such as can't find it on secondary storage, should return succeed. 2014-03-27 17:38:39 -07:00
edison
a4af8ece8a CLOUDSTACK-5370: delete snapshot on primary storage in case of backup snapshot failed. 2014-03-27 17:38:38 -07:00
edison
18f59f9ce8 CLOUDSTACK-5573: bump gson version to 1.7.2, fix https://code.google.com/p/google-gson/issues/detail?id=354 2014-03-27 17:38:38 -07:00