VinayV
89c35abb4d
CLOUDSTACK-6282: Modified IPAddress tests to fix the failures. Modified Instances, snapshots, templates tests to handle KVM Hypervisor
2014-06-16 16:54:03 +05:30
Jessica Wang
497042508a
UI - modules - replace addExtraPropertiesIfDrModuleIncluded() with cloudStack.dr.sharedFunctions.addExtraProperties().
2014-06-13 16:43:13 -07:00
Jessica Wang
508a966aa1
CLOUDSTACK-6852: UI - modules - remove variable drModuleIncluded.
2014-06-13 15:20:13 -07:00
Sheng Yang
60e4629323
CLOUDSTACK-6908: Enable IPv6 in sysctl when only necessary
...
This new way would only enable IPv6 when VR is created in IPv6 shared network.
Otherwise IPv6 sysctl options remain disable.
2014-06-13 11:05:35 -07:00
Gaurav Aradhye
b849b7ee3d
CLOUDSTACK-6887: Fixing account cleanup issue across multiple test cases
2014-06-13 19:06:47 +05:30
Murali Reddy
be937a0821
CLOUDSTACK-6832: [OVS]vnet is not released even the network is deleted
...
fix ensures allocated VNET is released during network shutdown
2014-06-13 17:03:28 +05:30
Murali Reddy
9dfbdb5ffd
CLOUDSTACK-6749: [OVS] xe network-param-get with
...
param-key=is-ovs-vpc-distributed-vr-network alway returns error
fixing unnecessary errors in the logs
2014-06-13 15:56:26 +05:30
Anshul Gangwar
2dc9e2c530
CLOUDSTACK-6897: when we try to attach the uploaded/allocated volume to a VM on zwps, then we were passing the podId of VM instead of storage pool to storage allocator. This resulting in use of Clusterscope storage allocator, allocating a storage pool for VM on zwps beacuse of pod id not null. This was resulting in scope conflict later
2014-06-13 12:16:03 +05:30
Anshul Gangwar
cef29948a7
CLOUDSTACK-6872: [hyperv] removed the redundant connectToRemote, DisconnectRemote methods which in turn fixes this bug. connectToRemote was used to connect to share, but once the share is domain joined we don't need this method as we already have required permissions
2014-06-13 12:15:28 +05:30
Anshul Gangwar
2e49ef73bf
CLOUDSTACK-6867: Added option to upload the volume in VHDX format
2014-06-13 12:15:02 +05:30
Anshul Gangwar
ebff469b46
CLOUDSTACK-6865 , CLOUDSTACK-6868: [hyperv] while attaching the volume we were changing the volume's Image format to hypervisor's default Image format, hence it was failing to find the volume with vhdx format. Now changed the behavior to set Image Format for volume only when it is not set
2014-06-13 12:14:23 +05:30
Girish Shilamkar
49467f2954
CLOUDSTACK-6888: Read postable IP configuration from config
2014-06-13 09:38:16 +05:30
Alena Prokharchyk
43e479d238
CLOUDSTACK-6907: lisVolumes - make a decision whether to set service or disk offering in the response, based on the DiskOfferingVO type entry, not the volume Type
2014-06-12 16:16:04 -07:00
Joris van Lieshout
2d96ad987e
Cosmetic fixed. three in total. 1. Only run hv_kvp_daemon if it exists. 2. add the -f argument to the rm to make is silent if it doesn't exist. 3. by using log_action_msg instead of log_action_begin_msg the screen output looks way better.
...
Signed-off-by: Daan Hoogland <daan@onecht.net>
(cherry picked from commit 66816827cb )
2014-06-12 14:57:31 +02:00
Santhosh Edukulla
4ba3aae2ea
Fixed coverity issues
2014-06-12 14:25:19 +02:00
Jayapal
e9f60ee292
CLOUDSTACK-6899: Added vmId in listnics response
2014-06-12 17:16:02 +05:30
Santhosh Edukulla
62cc238e12
CLOUDSTACK-6791 Fixed the issue
2014-06-12 16:47:13 +05:30
Murali Reddy
9e4e62466a
CLOUDSTACK-6755: [OVS] Can't create more than 7 GRE tunnel networks in
...
xen cluster
XenServer does not create a bridge automatically when VIF from domU is connected
to internal network. So there is logic to force bridge creation by
creating VIF in dom0 connected to GRE tunnel network. But there is no
logic to delete the VIF after bridge gets created. So this fix ensure
VIF is delted when atleast there is one domU VIF connected to the
network.
2014-06-12 14:20:49 +05:30
Rajani Karuturi
32a7d5d387
Fixed few coverity issues unused assignments, boxing and unboxing of values etc.
...
Signed-off-by: Koushik Das <koushik@apache.org>
2014-06-12 13:57:57 +05:30
Milamber
3ce28f4479
Update L10N strings from Transifex to repo (before 4.4 next RC) and synchronize 4.4-forward with 4.4 branch
2014-06-12 08:02:44 +01:00
Girish Shilamkar
79364afcf5
CLOUDSTACK-6777: Enable testcase as it looks to be env issue
2014-06-12 12:20:05 +05:30
Sheng Yang
4c168bf9db
Make CreateVpnGatewayCmd implements BaseAsyncCreateCmd
...
Instead of BaseAsyncCmd.
2014-06-11 18:35:47 -07:00
Jessica Wang
95b7330d56
CLOUDSTACK-6602: UI - VPC - createNetworkACL - fix a bug that caused wrong value being passed to action parameter in API call.
2014-06-11 16:02:22 -07:00
Nitin Mehta
8a9092c3cd
CLOUDSTACK-6895: 1. Populate firstclass entities as uuids in the context instead of dbids for performance.
...
2. Add ctxDetails in the ParamGenericValidationWorker to avoid warning for api validation
3. Add some missing events.
4. Correcting mapping for ResourceObjectType.NetworkACL and ResourceObjectType.NetworkACLItem
2014-06-11 15:22:13 -07:00
Jessica Wang
81857d0577
CLOUDSTACK-6889: UI - create network offering - to reduce API call size, not pass any parameter whose value entered on UI happens to be the same as its default value at server-side.
2014-06-11 11:17:07 -07:00
Wei Zhou
63ff5a7cbc
CLOUDSTACK-6893: fix enum ValueOf issue which causes systemvm fail to start
2014-06-11 13:46:12 +02:00
Harikrishna Patnala
aa75b43885
CLOUDSTACK-6869: SSH Public key content is overridden by template's meta data when you create a instance
2014-06-11 16:53:03 +05:30
Alex Brett
280d167316
Fix for test_01_create_volume to use the correct volume name for KVM
...
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
2014-06-11 16:02:52 +05:30
Saksham Srivastava
f14f36170e
CLOUDSTACK-6812: Do not allow edit of storage.overprovision.factor for non supported types
2014-06-11 13:57:48 +05:30
Bharat Kumar
0684608251
CLOUDSTACK-6879 Tagged the testcase test_vpc_site2site_vpn with the bugId
...
Signed-off-by: Abhinandan Prateek <aprateek@apache.org>
2014-06-11 11:31:54 +05:30
Bharat Kumar
e58cc98c74
CLOUDSTACK-6875 Tagged the testcase with the bugId.
...
Signed-off-by: Abhinandan Prateek <aprateek@apache.org>
2014-06-11 11:31:23 +05:30
Bharat Kumar
93c692ea28
CLOUDSTACK-6878 Tagged the testcase test_01_snapshot_root_disk with the bugId
...
Signed-off-by: Abhinandan Prateek <aprateek@apache.org>
2014-06-11 11:30:52 +05:30
Bharat Kumar
c7013c2ca3
CLOUDSTACK-6876 Tagged the test_deploy_vgpu_enabled_vm with the relavent bug id.
...
Signed-off-by: Abhinandan Prateek <aprateek@apache.org>
2014-06-11 11:30:05 +05:30
Bharat Kumar
06bcc8d9ee
CLOUDSTACK-6877 Tagged the testcase with the bugId
...
Signed-off-by: Abhinandan Prateek <aprateek@apache.org>
2014-06-11 11:27:27 +05:30
Ashutosh K
0190c93668
CLOUDSTACK-6780: Resolved cleanup issue in portable ip test cases
2014-06-11 11:18:26 +05:30
Min Chen
09a357fb90
CLOUDSTACK-6890:createVPC invoked by admin does not observe start flag.
2014-06-10 17:23:20 -07:00
Jessica Wang
64825549d2
CLOUDSTACK-6889: UI - create network offering - remove non-needed parameters from API call whose size might exceed limit in some cases.
2014-06-10 14:28:31 -07:00
Joris van Lieshout
ed330d4dcd
xenstore-utils on debian wheezy does not have /usr/sbin/xenstore so these commands file. It does have xenstore-write and xenstore-rm so by adding a - this is fixed easily.
...
Signed-off-by: Daan Hoogland <daan@onecht.net>
(cherry picked from commit 2e83baaca2 )
2014-06-10 16:27:28 +02:00
Joris van Lieshout
94bb5c29b2
If for some reason dnsmasq.log does not exist anymore logrotate will create it with nobody as owner. This will prevent dnsmasq deamon from logging to that file.
...
Signed-off-by: Daan Hoogland <daan@onecht.net>
(cherry picked from commit c54ce3cafb )
2014-06-10 16:26:42 +02:00
Daan Hoogland
5eb0265349
rats
...
(cherry picked from commit b85dd956f8 )
2014-06-10 16:25:55 +02:00
Joris van Lieshout
f94ff4ad04
blacklist pcspkr as cosmetic improvement. aesni_intel blacklisting was not working because the include only works if the file ends with .conf.
...
Signed-off-by: Daan Hoogland <daan@onecht.net>
(cherry picked from commit 11f532bbec )
2014-06-10 16:25:19 +02:00
Joris van Lieshout
af4e868547
By preloading some modules we fix two things. 1. Some sysctl settings like ip_conntrack_max are not set during boot because the module is not loaded at that time. 2. Passive ftp does not work through iptables without these modules.
...
Signed-off-by: Daan Hoogland <daan@onecht.net>
(cherry picked from commit bfccf439cf )
2014-06-10 16:24:17 +02:00
Saksham Srivastava
5bcd017de6
CLOUDSTACK-6654: Configkey parameters are not validated
2014-06-10 18:27:54 +05:30
Saksham Srivastava
c5ee5ad5c8
CLOUDSTACK-6864: UploadSSlCert API requires double encoding of URL params
2014-06-10 16:26:05 +05:30
Rajani Karuturi
390e498dc5
Fixed issues reported by coverity NPEs, unwritten field access and self assignment
...
Signed-off-by: Koushik Das <koushik@apache.org>
2014-06-10 14:23:43 +05:30
Olivier Lemasle
a1f278e9d4
CLOUDSTACK-6850: Return cpu cores, cpu speed and memory in listUsageRecords
...
Signed-off-by: Sebastien Goasguen <runseb@gmail.com>
2014-06-10 03:12:29 -04:00
amoghvk
a4b401f29f
CLOUDSTACK-6358: Remove hardcoded VMware mappings, handle snapshots
2014-06-09 17:07:04 -07:00
amoghvk
ac92b36903
CLOUDSTACK-6710: Add missing OS mappings
2014-06-09 16:23:46 -07:00
Jessica Wang
1641b28054
CLOUDSTACK-6852: UI - modules - add DR fields to volume detailView, network detailView, zone detailView.
2014-06-09 11:42:13 -07:00
Koushik Das
89a03c7099
CLOUDSTACK-6873: Tagged tests based on the limitation described in the bug
2014-06-09 16:45:17 +05:30