Commit Graph

23465 Commits

Author SHA1 Message Date
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
Rajesh Battala
c282bb3a12 CLOUDSTACK-6603 [Upgrade]DB Exception while Autoscale monitoring after upgrading from 4.3 to 4.4 2014-06-09 14:42:16 +05:30
Olivier Lemasle
f0ea44daf1 CLOUDSTACK-6669: Fix support resize in usage server
Signed-off-by: Sebastien Goasguen <runseb@gmail.com>
2014-06-07 04:46:41 -04:00
Min Chen
961cd7657e CLOUDSTACK-6859:Management Server PermGen run out of memory after some
time due to class leak.
2014-06-06 23:45:53 -07:00
Jessica Wang
e9ebe6e22e CLOUDSTACK-6852: UI - modules - (1) add new shared function addExtraPropertiesIfDrModuleIncluded(). (2) add DR fields to Instances detailView. 2014-06-06 15:17:51 -07:00
Jessica Wang
d991e37865 CLOUDSTACK-6858: UI - remove obsolete variable rootAccountId whose value is no longer 1. 2014-06-06 13:29:04 -07:00
Jessica Wang
c29ed73d4d CLOUDSTACK-6852: UI - modules - add global variable drModuleIncluded. 2014-06-06 13:28:22 -07:00
Alena Prokharchyk
9e2db2f221 CLOUDSTACK-6585: added missing db upgrade statements 2014-06-06 11:09:38 -07:00
Daan Hoogland
fc52e641d8 try-with-resource to prevent resource leaks
(cherry picked from commit 39f775c381)
2014-06-06 19:24:08 +02:00
sedukull
91d054cb00 CLOUDSTACK-6793: Fixed an invalid Domain Id Issue
Signed-off-by: sedukull <santhosh.edukulla@gmail.com>
2014-06-06 14:09:51 +02:00
Alena Prokharchyk
96bfa8a73f Fixed unittest 2014-06-05 18:20:33 -07:00
Alena Prokharchyk
66df43572e CLOUDSTACK-6676: cleanup ip address details on ip disassoc 2014-06-05 17:26:01 -07:00
Alena Prokharchyk
03623fe57e CLOUDSTACK-6853: Search for non-removed nics only when check if the running vm belongs to a certain network 2014-06-05 17:07:52 -07:00
Jessica Wang
9b9154132d CLOUDSTACK-6852: UI - attach volume action - VM dropdown - populate options based on whether module is included and whether service is enabled. 2014-06-05 13:47:46 -07:00
Jessica Wang
431ea8e9c2 CLOUDSTACK-6852: UI - add sharedFunction isModuleIncluded(). 2014-06-05 13:47:10 -07:00