Wido den Hollander
93b40b0ca6
CLOUDSTACK-4423: Do not always append .qcow2 to volume names when copying
...
Disk images are not always in the QCOW2 format, so don't assume that the
filename will always and in .qcow2
2013-08-27 18:35:23 +02:00
Wido den Hollander
3315159de6
CLOUDSTACK-1191: Re-enable deployment of SystemVMs on RBD
...
This was reverted by 0a5228922b unintentionnaly
but broke this feature for RBD.
Enable SystemVM deployment on RBD again
2013-08-27 17:05:38 +02:00
Bharat Kumar
f701831713
CLOUDSTACK-4498 we should not reserve memory and cpu for vmware VMs if the vmware.reserve.cpu and vmware.reserve.mem are set to false.
...
Conflicts:
plugins/hypervisors/vmware/src/com/cloud/hypervisor/vmware/resource/VmwareResource.java
Signed-off-by: Jayapal <jayapal@apache.org>
2013-08-27 19:42:07 +05:30
Harikrishna Patnala
37d500d2a6
CLOUDSTACK-4482: getVMPassword() API call does not return password for Vms that are deployed with password enabled templates.
...
Improving the error message saying no ssh key pair is assinged to VM to get the encrypted password and included a check for password enabled template
Signed-off-by: Koushik Das <koushik@apache.org>
2013-08-27 16:26:40 +05:30
Ashutosh Kelkar
6e64fa53c6
CLOUDSTACK-4303: Add missing base.py changes
...
egressdefaultpolicy parameter was not set in base.py. Therefore
egress test failed. Added this missing change.
Signed-off-by: Jayapal <jayapal@apache.org>
2013-08-27 16:06:47 +05:30
Likitha Shetty
7cc8ccead5
CLOUDSTACK-4471. If an instance fails to start then mark the volumes allocated as part of VM creation as removed and set the volume state as destroyed.
2013-08-27 15:52:10 +05:30
Prasanna Santhanam
d7da3ceaef
CLOUDSTACK-4452: Fix the mount format to host:dir
...
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
2013-08-27 15:28:32 +05:30
venkataswamybabu budumuru
89c3297e56
CLOUDSTACK-4378 : Fixing the typo in Apache License Text
...
Signed-off-by: venkataswamybabu budumuru <venkataswamybabu.budumuru@citrix.com>
2013-08-27 15:24:54 +05:30
radhikap
6da0eb4b8b
CLOUDSTACK-772 review comments on DVS fixed
2013-08-27 14:23:30 +05:30
radhikap
e01457134a
CLOUDSTACK-772 review comments on DVS fixed
2013-08-27 14:22:34 +05:30
Anshul Gangwar
c059dacfc4
CLOUDSTACK-3806: There was error in host_view sql, it was using host_details.id for join instead host_details.host_id
...
Signed-off-by: Sateesh Chodapuneedi <sateesh@apache.org>
2013-08-27 08:01:44 +05:30
radhikap
d0ad80530f
review comments for CLOUDSTACK-1815
2013-08-27 12:26:57 +05:30
Sowmya Krishnan
239281a401
CLOUDSTACK-4491: Added missing NS setup
...
Signed-off-by: venkataswamybabu budumuru <venkataswamybabu.budumuru@citrix.com>
2013-08-27 11:55:40 +05:30
radhikap
1f46bc3fb0
review comments for CLOUDSTACK-2808, CLOUDSTACK-769
2013-08-27 11:49:52 +05:30
radhikap
fb4c8b35e5
vpc review comments
2013-08-27 11:43:27 +05:30
radhikap
cd4f93c9e4
review comments
2013-08-27 11:42:33 +05:30
Sowmya Krishnan
f7df3ef9f1
CLOUDSTACK-4510 Move NS scripts to appropriate suites and related common.py fixes
...
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
2013-08-27 10:58:43 +05:30
Kelven Yang
046a8a889a
CLOUDSTACK-3237: add disk chain sync logic to handle out-of-band chain changes that could happen in storage live migration and VM snapshot operations
2013-08-26 18:11:22 -07:00
Edison Su
816772a001
CLOUDSTACK-4459:
...
Libvirt reports:
org.libvirt.LibvirtException: Storage volume not found: no storage vol
with matching name
in some cases, if the volume is created on one kvm host, while accessed
from other host.
It's possible due to concurrent access(read/write) storage.
The current fix is to try serveral times, and wait for 30 seconds for
each retry.
If the issue still there, then need to sync the storage pool access
2013-08-26 18:11:25 -07:00
frank
697cc2e397
CloudStack CLOUDSTACK-4484
...
Vmware - Not able to fetch userdata from guest Vms using http://<router-address>/latest/user-data
2013-08-26 17:53:06 -07:00
Jessica Wang
5b93398c12
CLOUDSTACK-4508: UI > Infrastructure > clusters > add cluster dialog > hide both required NexusVSM fields and optional NexusVSM fields when hypervisor is not VMware.
2013-08-26 17:02:24 -07:00
Jessica Wang
9fc905383d
CLOUDSTACK-4508: UI > Infrastructure > clusters > add cluster dialog > VSM fields > pass only value of visible VSM fields to API call.
2013-08-26 16:35:04 -07:00
Jessica Wang
202e57a772
CLOUDSTACK-4508: UI > Infrastructure > clusters > add cluster dialog > make NexusVSM fields required only when Override Traffic is checked AND vSwitch Type is "Cisco Nexus 1000v Distributed Virtual Switch".
2013-08-26 16:02:36 -07:00
Brian Federle
ef7dbf230a
CLOUDSTACK-4508 (WIP): Conditionally make VSM fields required
...
If VSM is active, and either traffic overrides are checked, make VSM
fields required.
** This creates new VSM fields, with '_req' appended to end of ID. API
calls need to be changes to account for this.
2013-08-26 16:02:35 -07:00
Min Chen
5a11fe77ba
CLOUDSTACK-3405: execute.in.sequence.hypervisor.commands and
...
execute.in.sequence.network.element.commands should be set to "true" by
default.
2013-08-26 15:52:24 -07:00
Edison Su
ad6fc9f680
CLOUDSTACK-4492: DB upgrade for volume state, from UploadOp to Uploaded
2013-08-26 15:49:09 -07:00
Sanjay Tripathi
208507a42a
CLOUDSTACK-4495: systemVM template URL is pointing to old template location in upgrade file.
...
SystemVM template URL for XenServer hypervisor is pointing to old template location in the Upgrade410to420.java file.
2013-08-26 15:46:48 -07:00
Jessica
171681b6a4
CLOUDSTACK-4334. DOC. Fix missing license header.
2013-08-26 15:31:17 -07:00
Brian Federle
f662e9897a
CLOUDSTACK-4427: Fix non-async API call causing duplicate rows.
2013-08-26 15:12:55 -07:00
Jessica
3dfb88e09d
CLOUDSTACK-3390. DOC. Describe that VMware Datacenter can now be visible as a zone.
2013-08-26 14:46:56 -07:00
Mike Tutkowski
6a2f15f94a
Merge remote-tracking branch 'upstream/4.2-forward' into 4.2-forward
...
Make Mutual CHAP optional.
2013-08-26 15:34:52 -06:00
Mike Tutkowski
13a415fe8a
Not everyone wants to use Mutual CHAP with VMware - make it optional.
2013-08-26 15:33:39 -06:00
Jessica Wang
ae68c841f6
CLOUDSTACK-4089: UI > zone wizard > hypervisor VMware > configure physical network > edit traffic type label > split "VMware Traffic Label" field into 3 fields: "vSwitch Name", "VLAN ID", "vSwitch Type".
2013-08-26 14:27:56 -07:00
Edison Su
38d8a84ebc
CLOUDSTACK-4436: in case of older kvm host, we'd better try serveral times to make sure we passed cmdline parameters to system vms
2013-08-26 14:00:24 -07:00
Jessica
ecbd9ed93d
CLOUDSTACK-4334. Documentation for how to write an object store plugin.
2013-08-26 13:49:42 -07:00
Jessica
9a6f2de70e
DOC. Move misplaced paragraph from Secondary Storage section to Primary Storage section.
2013-08-26 12:48:36 -07:00
Jessica
40443bb5ea
Revert "DOC. Fix typo in Basic Zone Configuration."
...
This reverts commit e5b7dc55ba .
2013-08-26 12:47:07 -07:00
Jessica
48874c197e
DOC. Fix typo in Basic Zone Configuration.
2013-08-26 12:46:31 -07:00
Jessica
e5b7dc55ba
DOC. Fix typo in Basic Zone Configuration.
2013-08-26 12:45:33 -07:00
Jessica
c2cde0b463
CLOUDSTACK-4334. Documentation for object store.
2013-08-26 12:44:56 -07:00
Min Chen
f0000814bd
CLOUDSTACK-4468:template created from snapshot is destroyed once we
...
restart management server.
2013-08-26 11:54:05 -07:00
Edison Su
3c69710778
CLOUDSTACK-4459: need to sychronize create storage pool, otherwise, we can create the same pool with the same uuid in parallel
2013-08-26 11:15:30 -07:00
Edison Su
a0344132b5
CLOUDSTACK-4507: fix NPE when taking snapshot
2013-08-26 11:04:28 -07:00
Chip Childers
0cefd6c972
Adding httpclient ssl source files to legal documentation
...
(cherry picked from commit a70708de48 )
2013-08-26 12:36:13 -04:00
venkataswamybabu budumuru
98dfd65291
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:28:06 +05:30
Jayapal
dd57226817
Marvin test cases for multiple ip address per nic
2013-08-26 17:11:45 +05:30
radhikap
36fade1c16
CLOUDSTACK-772 release notes IDREF issues fixed, dvSwitch comments
2013-08-26 16:38:21 +05:30
Radhika PC
d9aa97ca32
CLOUDSTACK-4469 upgrade exception added to known issues
2013-08-26 16:38:19 +05:30
Radhika PC
48fd1f5503
gslb edits
2013-08-26 16:38:16 +05:30
Radhika PC
d425080298
edit changes across assorted files
2013-08-26 16:38:14 +05:30