Amogh Vasekar
8f37841eb4
CLOUDSTACK-6358: As a part of supporting dynamic guest OS defined by user, removing the hard-coded dependencies.
...
This patch is for XenServer.
1. Local testing on XenServer 6.0.2
2. Successfully got up system VMs
3. Successfully created a CentOS VM
4. Created VM snapshot and reverted to snapshot
5. Manipulated guest_os_hypervisor table for mapping, and checked for correct propagation of platform emulator.
Signed off by :- Nitin Mehta<nitin.mehta@citrix.com>
2014-05-07 14:55:35 -07:00
Alena Prokharchyk
b9284db857
CLOUDSTACK-6595: call expunge method marked with @ActionEvent from expunge thread context. So the action even EXPUNGE.VM is generated when vm is expunged by the thread.
2014-05-07 13:44:26 -07:00
santhoshe
081ab78525
Fixed Few cases running on invalid zone,domain Fixed creating client on user passed port Fixed other misc issues
...
Signed-off-by: jayapal <jayapal@apache.org>
2014-05-08 01:45:16 +10:00
Gaurav Aradhye
ff1c4beec1
CLOUDSTACK-6536: Code cleanup - removing unnecessary waits after VM stop operation, modifying imports, removing white-spaces, adding try catch blocks whenever necessary
2014-05-07 04:04:02 -04:00
Murali Reddy
df65b2e7c4
CLOUDSTACK-6593: Connectivity service capabilites should be matched with
...
the provider only if at least one capability is specified
Fix avoids the check, and only if the createNetworkOffering
'StrechedL2'Subnet' capability is specified then it should match against
'Connectivity' service provider
2014-05-07 20:03:28 +05:30
Murali Reddy
eaf04d44a7
CLOUDSTACK-6592: OVS distributed routing: make populate flooding rules
...
transactional
creats a file with all openflow rules updates and using ovs-ofctl file
option updates the brige in one go
2014-05-07 19:31:40 +05:30
santhoshe
7a0fa6b458
Added few exception changes,test suite name generation for information collected post run, fixed pep8 issues
...
Signed-off-by: santhoshe <santhosh.edukulla@gmail.com>
2014-05-07 00:23:06 -04:00
Jayapal
99f75db1eb
Fixed vpc private gateway backend issues
2014-05-07 16:17:22 +05:30
Rajesh Battala
648a724dfc
Fixed windows line ending issues
2014-05-07 15:34:59 +05:30
Devdeep Singh
681e628543
CLOUDSTACK-6510: Fix gson serialization exception in storage migration. Gson couldn't serialize
...
a map with volume and storagepool objects for logging. Fixed by using volume and storage pool
ids instead of objects in the map.
2014-05-07 14:07:36 +05:30
Jayapal
3ec8de9b85
CLOUDSTACK-6582 updated the table network_acl_item_cidrs name in Upgrade430to440
2014-05-07 10:45:45 +05:30
Jessica Wang
43f9baf4e0
CLOUDSTACK-6589: UI > update ssl certificate > correct typo in success message - correct it from "Update SSL Certiciate succeeded" to "Update SSL Certificate succeeded"
2014-05-06 18:17:13 -07:00
Prachi Damle
eb28f77d1a
CLOUDSTACK-6581: IAM - Shared Network -Root Admin user is allowed to deploy VM in a shared network that is scoped for a specific domain/account.
...
Changes:
- Strict access check in NetworkModel is needed as CS 4.3
- We cannot go through accountMgr since accountMgr is relaxed for rootAdmin
2014-05-06 17:21:05 -07:00
Alena Prokharchyk
8ffb2c1148
CLOUDSTACK-6585: added missing metadata support for LBStickiness/LBHealthcheck policies
2014-05-06 17:04:03 -07:00
Kelven Yang
be2b5918e6
CLOUDSTACK-6586: Move EventBus hookup on job framework to ApiServer to decouple job framework away from business logic related hookups. The decoupling is done through internal messaging facility provided inside management server.
2014-05-06 16:48:35 -07:00
Ove Ewerlid
9db53e5012
CLOUDSTACK-6570 API breakage of the UpdateUser API call
2014-05-06 23:45:51 +02:00
Jayapal
4c304324a3
fixed network acl cidr issues
2014-05-06 22:29:42 +02:00
Daan Hoogland
0c0a0c2562
cidr field removed
2014-05-06 22:29:13 +02:00
Koushik Das
64ccf4b48e
CLOUDSTACK-6579: used_bytes column of storage_pool table is no longer used and should be removed
...
For now correctly setting used_bytes. Also fixed the corresponding simulator code
2014-05-06 20:24:08 +05:30
Jayapal
a708d5c498
CLOUDSTACK-6577: Disable service monitoring in RVR
2014-05-06 19:35:34 +05:30
Jayapal
758f7f2f16
CLOUDSTACK-6578: Fixed issue in delete remote access vpn command
2014-05-06 19:35:34 +05:30
Rajani Karuturi
645516ee78
CLOUDSTACK-6531: stopping the router in case of command failures. Also added alerts for failures.
...
Signed-off-by: Jayapal <jayapal@apache.org>
2014-05-06 19:35:34 +05:30
Daan Hoogland
a642fa163b
release info update
2014-05-06 14:55:29 +02:00
wrodrigues
31b3f0a5ce
CLOUDSTACK-6139 router vm on local storage
2014-05-06 13:37:24 +02:00
Gaurav Aradhye
6598167bed
CLOUDSTACK-6257: Adding function to check the VM state
2014-05-06 00:43:42 -04:00
Girish Shilamkar
8546f76b73
Merge 4.4-atuomation into 4.4-forward
2014-05-05 23:11:17 -04:00
David Bierce
5e06713761
CLOUDSTACK-6552 Cloudstack-Management install package creates log
...
directory that is never used
2014-05-06 11:23:00 +02:00
Girish Shilamkar
87205f9555
Adding missing changes to test suits and configs before merging to 4.4-forward
2014-05-05 19:40:47 -04:00
Jessica Wang
d5079e9cfa
CLOUDSTACK-6483: UI > Load Balancing > "VM+IP" listing > After removing a "VM+IP" under a LB rule, AddVMs dialog should reflect the change (i.e. show the removed IP in IP dropdown in AddVMs dialog)
2014-05-05 13:44:49 -07:00
Brian Federle
44a3f586d8
CLOUDSTACK-6342: Fix LB table listing for Firefox
2014-05-05 12:31:34 -07:00
Dariusz Nejbauer
259ce3b59c
CLOUDSTACK-3932: UI: Fix Truncation issue in secondary storage URL
...
Signed-off-by: Brian Federle <brian.federle@citrix.com>
2014-05-05 12:16:54 -07:00
Tanner Danzey
2c4ae0883b
CLOUDSTACK-5907, CLOUDSTACK-6396: KVM/RBD & KVM/CLVM volumes mistakenly shown as OVM, disables snapshotting
...
modified: server/src/com/cloud/api/ApiDBUtils.java
Signed-off-by: Daan Hoogland <daan@onecht.net>
2014-05-05 15:27:38 +02:00
Sanjay Tripathi
149cb33e3c
CLOUDSTACK-6479: Strict and Preferred modes should only be allowed in Implict Dedication Planner Service Offerings.
2014-05-05 14:25:23 +05:30
Rajesh Battala
144990df11
Fixed testSetupGuestNetwork unit test as the SetupGuestnetwork prepare command got changed
2014-05-05 13:30:57 +05:30
Rajesh Battala
cf41ccaa5b
CLOUDSTACK-6518 [Hyper-V] Efficient way of finding the empty nic in VR/VpcVR to configure VPC entities
2014-05-05 12:59:24 +05:30
Rajesh Battala
6cd1c7ab32
CLOUDSTACK-6528 SetupGuestNetwork command is not deleting the guest network configured on the eth device
2014-05-05 12:59:11 +05:30
Harikrishna Patnala
508e3e2c9b
CLOUDSTACK-6466: cpu and ram is not getting updated correctly in usage_vm_instance table for usage type 2
2014-05-05 12:11:35 +05:30
Harikrishna Patnala
ce3074e9a2
CLOUDSTACK-6463: password is not set for VMs created from password enabled template
2014-05-05 12:11:28 +05:30
Bharat Kumar
489bb0c7ed
Cloudstack-5077: reserve cpu and memory only when vmware.reserve.cpu/mem are set to true. Insted of setting the ovecommit values to one on upgrade, we popultate them from the global values.
...
Conflicts:
engine/schema/src/com/cloud/upgrade/dao/Upgrade410to420.java
engine/schema/src/com/cloud/upgrade/dao/Upgrade420to421.java
plugins/hypervisors/vmware/src/com/cloud/hypervisor/vmware/resource/VmwareResource.java
2014-05-05 11:32:51 +05:30
Girish Shilamkar
d81c5c44f1
Revert "CLOUDSTACK-6257: Adding function to check state of VM"
...
This reverts commit 1be8b87fb7 .
2014-05-05 11:23:27 +05:30
Girish Shilamkar
658168075e
Revert "Added missing strings in codes.py"
...
This reverts commit c7c10f5220 .
2014-05-05 11:23:16 +05:30
Girish Shilamkar
18367b3a86
CLOUDSTACK-6559: Added listall=True to list vm API
2014-05-05 11:11:24 +05:30
Girish Shilamkar
9f314c69a0
CLOUDSTACK-6559: Added listall=True to list vm API
2014-05-05 11:08:06 +05:30
ynojima
03156ecd6f
CLOUDSTACK-6571 bugfix: 'service cloudstack-agent stop' fails to stop the process started on boot
2014-05-04 21:23:31 -06:00
Daan Hoogland
c9e201229e
Revert "Add OpenContrail support to devCloud environment"
...
This reverts commit 5c2ddb2488 .
2014-05-04 21:15:08 +02:00
Sachchidanand Vaidya
df32c86a17
- Created new devcloud advanced networking config file (devcloud-advanced_juniper-contrail.cfg). - Modification to deployDataCenter script, to enable "JuniperContrailRouter" & "JuniperContrailVpcRouter" providers.
...
Signed-off-by: Daan Hoogland <daan@onecht.net>
2014-05-04 21:14:26 +02:00
Sachchidanand Vaidya
5c2ddb2488
Add OpenContrail support to devCloud environment
...
Signed-off-by: Daan Hoogland <daan@onecht.net>
2014-05-04 21:09:45 +02:00
Mike Tutkowski
0cdcab26f5
CLOUDSTACK-6170 Corrected an issue related to the "Reinstall VM" command and managed storage with VMware
2014-05-02 18:31:14 -06:00
Min Chen
ffec3d0284
CLOUDSTACK-6568:API:createVolume: Volume gets created with wrong domain
...
ID.
2014-05-02 16:29:34 -07:00
Min Chen
03f6188c1c
CLOUDSTACK-6569: IAM - Regular user is able to listNetworks of another
...
user in the same domain , by passing account and domainId.
2014-05-02 14:53:44 -07:00