Commit Graph

20273 Commits

Author SHA1 Message Date
venkataswamybabu budumuru 1bcd4de4e4 Revert "CLOUDSTACK-4378 : Existing tests were deploying VMs as admin and creating"
Accidentally pushed this change to 4.2 branch hence revertingt this change.

This reverts commit 73099f77c4.
2013-08-26 20:03:15 +05:30
venkataswamybabu budumuru 73099f77c4 CLOUDSTACK-4378 : Existing tests were deploying VMs as admin and creating
affinity groups as admin. There are few reason why this needs to be changed and
the reasons are as mentioned below
1. we usually create an account for each test and we run the test as the newly
created account and not as admin.
2. tests were failing during deployVirtualMachine step when they are run as
admin and if anyone during these tests create an additional isolated networks
as admin account .
(P.S: current deployVirtualMachine in the scripts is not taking the networkId
and hence it fails when there are multiple isolated networks because it doesn't
know which one to pick)
Signed-off-by: venkataswamybabu budumuru <venkataswamybabu.budumuru@citrix.com>
2013-08-26 19:09:24 +05:30
Hugo Trippaers 8689f7f504 Minor fixes to packaging.sh, now also works (again) with snapshot build 2013-08-23 17:06:44 +02:00
Hugo Trippaers db9f5243c3 Minor fix to package.sh, this prevented packages to be build for releases 2013-08-23 14:28:47 +02:00
Radhika PC d1ec6362f5 edit changes across assorted files 2013-08-23 15:58:33 +05:30
Radhika PC 26978abc30 gslb edits 2013-08-23 15:29:18 +05:30
Radhika PC 88a58cb157 CLOUDSTACK-4469 upgrade exception added to known issues 2013-08-23 12:11:23 +05:30
Animesh Chaturvedi 06f28722b6 Updating pom.xml version numbers for release 4.2.0
Signed-off-by: Animesh Chaturvedi <animesh@Animesh-LinuxDev.citrite.net>
2013-08-22 17:15:42 -07:00
Animesh Chaturvedi 6abf2a31e4 Merge branch '4.2' of https://git-wip-us.apache.org/repos/asf/cloudstack into 4.2 2013-08-22 16:05:36 -07:00
Animesh Chaturvedi 7bcf39132d Updated the CHANGES file to
1. Removed "In progress" warning
2. Added note to check Release Notes instead of duplicating New Features and Bug Fixes
2013-08-22 16:00:10 -07:00
Min Chen 6ba0c7e67b CLOUDSTACK-4455:object_store - Template sync results in private
templates being synced to all the secondary stores.
(cherry picked from commit 18aacd48a2)

Signed-off-by: animesh <animesh@apache.org>
2013-08-22 15:53:35 -07:00
Edison Su a49d39fe4d CLOUDSTACK-4456:
CLOUDSTACK-4457:
CLOUDSTACK-4459:
harden kvm getvolume. It's possible that one volume created on other kvm host, won't show up on another host, try more times to refresh storage pool if volume won't shown up
(cherry picked from commit a0de0d0177)

Signed-off-by: animesh <animesh@apache.org>
2013-08-22 15:51:38 -07:00
Edison Su 5e013e9931 add test
(cherry picked from commit d157e2970e)

Signed-off-by: animesh <animesh@apache.org>
2013-08-22 15:51:23 -07:00
Marcus Sorensen 60e68ab9ed CLOUDSTACK-4661: fix vpcid field in response of creating vpn gateway
(cherry picked from commit e9c99fc0d4)

Signed-off-by: animesh <animesh@apache.org>
2013-08-22 15:46:20 -07:00
Jessica Wang 99564b381f CLOUDSTACK-4102: UI > Instracture > SystemVM / VirtualRouter > detailView > change service offering action - display different description based on VM's state.
(cherry picked from commit 3b63b22fe4)

Signed-off-by: animesh <animesh@apache.org>
2013-08-22 15:30:27 -07:00
Jessica Wang 5fd8aa804a CLOUDSTACK-4102: UI > instances page > detailView > change service offering action > display different description vm's state and vm's hypervisor.
(cherry picked from commit d9f5ee8a2e)

Signed-off-by: animesh <animesh@apache.org>
2013-08-22 15:30:10 -07:00
Jessica Wang 111f575476 CLOUDSTACK-4102: UI > widget > extend dialog widget to have dynamic description.
(cherry picked from commit da54e06dd1)

Signed-off-by: animesh <animesh@apache.org>
2013-08-22 15:29:55 -07:00
Brian Federle 1e0b5b58f7 CLOUDSTACK-4431: Fix icon for release dedicated host
(cherry picked from commit 44b2e51097)

Signed-off-by: animesh <animesh@apache.org>
2013-08-22 15:29:32 -07:00
Brian Federle 5908b3b8e7 CLOUDSTACK-4460: VPC list UI: Truncate long values to prevent overflow.
(cherry picked from commit b7b0fcbd8c)

Signed-off-by: animesh <animesh@apache.org>
2013-08-22 15:29:06 -07:00
Koushik Das 75185f7bf4 CLOUDSTACK-3441: [Load Test] High delays between VM being allocated to Pod and network implementation causing delays in VM deployment
The locking code in implement/shutdown network code was not efficient. Even in order to check the current state of the network lock was getting acquired which is not required. This resulted in delays in deploy VM as can be seen from attached logs where the code waited on the lock just to check if network is implemented.
As part of the fix moved out code that is checking if the network is already implemented or shutdowned outside the lock.
(cherry picked from commit 5528ba4b20)

Signed-off-by: animesh <animesh@apache.org>
2013-08-22 15:26:28 -07:00
Min Chen 63d492d05f CLOUDSTACK-4454:object_store - Not able to delete secondary storage when
existing snapshots are deleted.
(cherry picked from commit 52f08a4f36)

Signed-off-by: animesh <animesh@apache.org>
2013-08-22 15:14:02 -07:00
Kelven Yang 0455f1e1e3 apply https://reviews.apache.org/r/13732/
Signed-off-by: Kelven Yang <kelveny@gmail.com>
2013-08-22 15:12:52 -07:00
Murali Reddy ea738cb5fb CLOUDSTACK-4442: Source NAT not applied when network starts up
fixing the buid break introduced with prev commit for this bug
(cherry picked from commit 255c8473db)

Signed-off-by: animesh <animesh@apache.org>
2013-08-22 13:51:34 -07:00
Murali Reddy 1cd53833d1 CLOUDSTACK-4442: Source NAT not applied when network starts up
ensure on network implement/restart/shutdown an ip assoc is sent so that
source nat ip is associated with source nat service provider.
(cherry picked from commit a0f23d0f94)

Signed-off-by: animesh <animesh@apache.org>
2013-08-22 13:51:06 -07:00
Kishan Kavala 5b4e5935a5 CLOUDSTACK-4115 : Encrypt password in cluster_details table. This fix is to handle upgrades from versions earlier than 3.0.5 and 4.0. Upgrade was not handled when the cluster_details password encryption was introduced.
(cherry picked from commit bbe8a6d266)

Signed-off-by: animesh <animesh@apache.org>
2013-08-22 13:48:51 -07:00
Radhika PC 6b7059a609 CLOUDSTACK-770 ntier review comments 2013-08-22 14:05:44 +05:30
Radhika PC f97774f809 CLOUDSTACK-770 ntier review comments 2013-08-22 13:32:17 +05:30
animesh 3d30d6b7c0 Merge branch '4.2' of https://git-wip-us.apache.org/repos/asf/cloudstack into 4.2 2013-08-22 00:48:41 -07:00
Radhika PC fdac51f465 CLOUDSTACK-770 ntier review comments 2013-08-22 13:10:26 +05:30
Min Chen 71bd669cb0 CLOUDSTACK-4433:[VMware]Registration of template using the downloaded
template URL is failing.
(cherry picked from commit 885a161b62)

Signed-off-by: animesh <animesh@apache.org>
2013-08-22 00:15:57 -07:00
Jessica bd5f6e039a CLOUDSTACK-867. DOC. Fix how-to steps for updating an existing VM to have dynamic scaling capability.
(cherry picked from commit 2f491963b8)

Signed-off-by: animesh <animesh@apache.org>
2013-08-21 23:49:03 -07:00
Jessica 057705e4f2 CLOUDSTACK-4429. DOC. Fix broken link in header of API Reference TOC page. The link pointed to the Developer's Guide on the old doc site. Changed to point to the new doc site. Does not point to a specific doc version, so this text can be re-used without change for future software releases.
(cherry picked from commit aeb962ad13)

Signed-off-by: animesh <animesh@apache.org>
2013-08-21 23:48:42 -07:00
Jessica Wang 261c86a390 CLOUDSTACK-4428: UI > volume > when hypervisor is KVM and kvm.snapshot.enabled configuration is false, still show Take Snapshot option if VM State is Stopped.
(cherry picked from commit 57070b1dc2)

Signed-off-by: animesh <animesh@apache.org>
2013-08-21 23:38:39 -07:00
Alena Prokharchyk 5d90c60d63 CLOUDSTACK-4428: "kvm.snapshot.enabled" flag shouldn't affect detached volumes, or volumes attached to the vm in Stopped/Destroyed state
(cherry picked from commit 97cb0093c8)

Signed-off-by: animesh <animesh@apache.org>
2013-08-21 23:38:04 -07:00
radhikap 04db0e0dc9 CLOUDSTACK-4416 and CLOUDSTACK-906 cisco vnmc doc reviews 2013-08-22 10:17:42 +05:30
Edison Su 42e4b74402 CLOUDSTACK-2729: another try to solve libvirt storage pool missing issue: if the storage pool is missing, then recreate it 2013-08-21 16:33:57 -07:00
frank 26b897ee10 CLOUDSTACK-4426
[VMware] [upgrade] system VM not coming up after upgrade from 3.0.4 to 4.2
2013-08-21 15:36:11 -07:00
Wido den Hollander d019388bf5 CLOUDSTACK-4249: Do not assume KVM snapshots are in QCOW2 format
RBD snapshots are in RAW format and are stored as such on Secondary Storage.

When creating a template from such a snapshot, honor the image format passed
down by the management server and act on that.

The old code simply assumed it always was QCOW2.
2013-08-21 17:33:07 +02:00
Gaurav Aradhye b3921e5248 CLOUDSTACK-4422: Corrected the wrong service paths
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
2013-08-21 15:43:23 +05:30
Prasanna Santhanam 81b5146c8e CLOUDSTACK-4418: allow egress access to all networks for VMs on NAT
Tests doing operations within guests post VirtualMachine.create w. default
network offering fail since the egress policy with isolated networks and
sourcenat services is DENY.

Signed-off-by: Prasanna Santhanam <tsp@apache.org>
2013-08-21 15:19:26 +05:30
Prasanna Santhanam f056af8cbd CLOUDSTACK-4225: Remove additional / in the nfs path
nfs://nfs-server://export/share ->
nfs://nfs-server:/export/share

Signed-off-by: Prasanna Santhanam <tsp@apache.org>
2013-08-21 15:19:25 +05:30
Sateesh Chodapuneedi 9d49fe8c0f CLOUDSTACK-4414
Fixing detection of failure in cluster discovery before cleanup vsm device.
Signed-off-by: Sateesh Chodapuneedi <sateesh@apache.org>
2013-08-21 07:58:13 +05:30
Jessica Wang 013f97461e CLOUDSTACK-3950: UI > remove global variable havingS3, havingSwift who are no longer in use. 2013-08-20 16:04:05 -07:00
Jessica 7c45ca2098 CLOUDSTACK-680. DOC. Add section about sending alerts to external SNMP managers/Syslog managers. 2013-08-20 15:58:14 -07:00
Jessica Wang 6114123951 CLOUDSTACK-3950: UI > set g_regionsecondaryenabled to true after adding region-wide secondary storage. 2013-08-20 15:35:19 -07:00
Edison Su dfa81da53a delete snapshot_store_ref if the snapshot is in error state 2013-08-20 15:33:24 -07:00
Kelven Yang d7c49e485a CLOUDSTACK-4376: fix cloud-early-config to workaround vSwitch stall in VPC mode. fix potential NPE in DirectAgentAttache in processing answers from resource 2013-08-20 14:58:52 -07:00
Min Chen e3d3a8cb7e CLOUDSTACK-4412: NPE while trying to force delete zone wide primary
storage when volumes are present.
2013-08-20 14:56:36 -07:00
Jessica a6d765141b CLOUDSTACK-871. DOC. Incorporate review comments in VM base image update. 2013-08-20 14:52:43 -07:00
Jessica Wang da08164875 CLOUDSTACK-3950: UI > template/ISO page > hide copyTemplate/copyISO action when secondary storage is region-wide. 2013-08-20 14:39:31 -07:00