Commit Graph

20905 Commits

Author SHA1 Message Date
Santhosh Edukulla 4d7c66bdec The code module represents enum for constant comparison
This module provides facilitation to use uniform codes across various test
features. Users can import this  module and use these codes to maintain
readability and one point of change.

Signed-off-by: Santhosh Edukulla <Santhosh.Edukulla@citrix.com>
2013-10-31 14:59:53 +05:30
Anthony Xu bcadbe6f9a CLOUDSTACK-4750
use interface wildcard "+" in iptables to cover potential used VLAN interface to allow output on physical interface.

you will see
 0     0 ACCEPT     all  --  *      *       0.0.0.0/0            0.0.0.0/0           PHYSDEV match --physdev-out bond2+ --physdev-is-bridged
instead of
 0     0 ACCEPT     all  --  *      *       0.0.0.0/0            0.0.0.0/0           PHYSDEV match --physdev-out bond2.1234 --physdev-is-bridged

Anthony
2013-10-30 15:15:58 -07:00
Edison Su 746896b129 CLOUDSTACK-4939 - Failed to create snapshot (KVM, Multiple hosts, Sharedstorage) 2013-10-30 14:04:41 -07:00
Wei Zhou 4b8d636ce6 remove unused file lock codes from LibvirtStorageAdaptor.java 2013-10-30 15:13:14 +01:00
Wei Zhou 46e4cfd3c3 CLOUDSTACK-4831: allow create network by domain admin 2013-10-30 15:12:32 +01:00
Wei Zhou 0d12e3eb9d CLOUDSTACK-4830: allow create account and user by domain admin 2013-10-30 15:11:59 +01:00
Sowmya Krishnan d5cca46ae9 CLOUDSTACK-4776: New Tests for Netscaler as external LB 2013-10-30 17:01:21 +05:30
Kishan Kavala 72e4796550 CLOUDSTACK-4999 : Add upgrade path from 4.2.0 to 4.2.1 2013-10-30 15:29:53 +05:30
Sebastien Goasguen ca5e7e380b CLOUDSTACK-4998: fix assignVM response 2013-10-30 04:10:28 -04:00
SrikanteswaraRao Talluri b80242c2dc CLOUDSTACK-4772: remove test tag for the test test_01_RouterStopCreateFW
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
2013-10-30 12:31:14 +05:30
Frank.Zhang 6032a113a1 [UCS] increate ipmi command retry 2013-10-29 17:49:39 -07:00
Anthony Xu bab3f0fa0f CLOUDSTACK-4976
merge createVmFromTemplate in XSFP1 to CitrixResourceBase instead of fixing one bug in two different place.

Anthony
2013-10-29 14:03:42 -07:00
SrikanteswaraRao Talluri e94ec6b202 CLOUDSTACK-4772: modify the script to get_process_status for vmware deployment
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
2013-10-30 01:44:12 +05:30
Gaurav Aradhye c6ce74fe61 CLOUDSTACK: 2238 - Automation - Adding non contiguous VLAN ranges feature test cases
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
2013-10-29 23:41:05 +05:30
Alena Prokharchyk e5c0de6a2d CLOUDSTACK-4988: when listTemplates call is executed by regular user, but templateFilter=community is passed in, return public templates of subdomains 2013-10-29 10:30:30 -07:00
Likitha Shetty 375a59d2f7 NPE while deleting old root volumes of a restored VM during storage garbage collection 2013-10-29 11:12:51 +05:30
Edison Su 9672a45ea1 CLOUDSTACK-4817: fix s3 multipart uplaod 2013-10-28 17:28:10 -07:00
Frank.Zhang 16a51ee479 CLOUDSTACK-4674
[baremetal] /usr/share/cloudstack-common/scripts/util/ipmi.py script
need to recognize various ipmi version and BMC type of server
2013-10-28 14:48:01 -07:00
Likitha Shetty 1a3f394730 CLOUDSTACK-4946. VM Restore with template id/Volatile VM feature doesnt work on VMware
When a ROOT volume is created from base template, if a folder already exists for the ROOT volume's VM then replace the old ROOT disk files with the new one.
2013-10-28 13:14:48 +05:30
Min Chen 7391e5f71e CLOUDSTACK-4816: Removed unused field from S3TO to avoid confusion in
the log.
2013-10-25 21:12:24 -07:00
Jessica Wang 1206613c7a CLOUDSTACK-4128: UI > Infrastructure > Secondary Storage > Create Secondary Storage > Provider S3 > make "Create NFS Secondary Staging Store" checked and non-editable. 2013-10-25 16:47:14 -07:00
Prachi Damle 572c81f589 CLOUDSTACK-4948: DeploymentPlanner: Logic to check if cluster can be avoided, needs to consider if VM is using local storage and/or shared storage
Changes:
- Consider if VM requires the local storage or shared storage or both for its disks.
- Accordingly all pools in the cluster should consider local or shared or both pools
2013-10-25 15:38:26 -07:00
Jessica Wang 886b0e590a CLOUDSTACK-4966: UI > provide icon for Expunge Instance action. 2013-10-25 15:28:44 -07:00
Jessica Wang 635ab5fbac CLOUDSTACK-4966: UI > Instances > destroyed VM > implement "expunge" option (for root-admin and domain-admin only). 2013-10-25 15:16:17 -07:00
Jessica Wang a59f8096ba CLOUDSTACK-4966: UI: (1) detailView widget: extend detailView widget to support destroy action that will close detailView and remove item from listView when toRemove parameter is passed.
(2)Destroy Instance action: add expunge option for root-admin and domain-admin. When expunge is set to true, instance will be expunged right after destroyed.
2013-10-25 13:59:00 -07:00
Sanjay Tripathi d188534f3d CLOUDSTACK-4612: Specified locale keyboard language is not showing as default in consoleView passed during deployVM.
While deploying a VM, user passes the "keyboard" parameter to specify the
default language for that VM but in the consoleView, the default language
selected is en-us irrespective of the default language of the VM.
2013-10-25 17:17:55 +05:30
Koushik Das 295a87ea40 CLOUDSTACK-4964: Cisco VNMC: Nexus password gets logged in MS logs during guest n/w implementation with VNMC provider
Suppressing the password from getting logged
2013-10-25 16:49:10 +05:30
Bharat Kumar d6b3164ca0 CLOUDSTACK-4947 VM creation fails if the global config apply.allocation.algorithm.to.pods is set to true." 2013-10-25 15:00:04 +05:30
SrikanteswaraRao Talluri 3958095676 CLOUDSTACK-4691: Deleted host maintenance tests from this file 2013-10-25 14:44:37 +05:30
sanjeevneelarapu d50e6a5b3e CLOUDSTACK-702: Added tests for alias ip verifications on VR 1. Moved vm deployment code to setup and vm deletion code teadDown methods 2. Added two tests which would verify alias removal after last vm expunge in CIDR and alias status after VR reboot
CLOUDSTACK-702: Test for verifying ip alias after VR stop start
     1.Deploy vm in new cidr which will create ip alias on existing VR
	Stop,start VR and verify ip alias

Conflicts:

	test/integration/component/maint/test_multiple_ip_ranges.py

Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
2013-10-25 14:26:23 +05:30
Sheng Yang 7e74851cc9 CLOUDSTACK-4913: Don't enable ebtables/iptables for non-security group zone 2013-10-24 18:27:01 -07:00
Jessica Wang 12fbaf9b49 CLOUDSTACK-4649: UI > Edit Instance, Edit Template > fix a bug that XenServer Tools Version 6.1+ field didn't get updated correctly. 2013-10-24 14:27:51 -07:00
Frank.Zhang 99cf9943de [UCS]add Apache header for new files 2013-10-24 14:11:27 -07:00
Brian Federle be99da8d64 Network details: remove font tag from field value
Embedded HTML is not supported in detail view results,
so remove embedded font tag to prevent the tag characters from being displayed.
2013-10-24 11:46:05 -07:00
Kelven Yang 7c3a7fe312 CLOUDSTACK-4950: fix the problem to support sessions to multiple vCenter instance 2013-10-24 11:41:49 -07:00
rayeesn 435689c9ea CLOUDSTACK-1049 : git commit from installed cloudstack setup 2013-10-24 10:58:48 -07:00
Alena Prokharchyk 3ae6e9e58e CLOUDSTACK-4649: added support to removeResourceDetail to remove details for UserVm/Templates 2013-10-24 10:03:51 -07:00
Anshul Gangwar 16301ddaad CLOUDSTACK-4909: Added global configuration parameters for SMTP timeout 2013-10-24 20:09:10 +05:30
Abhinandan Prateek db880381d1 syncing 64 bit svm scripts 2013-10-24 18:50:34 +05:30
Wei Zhou 8a679e7b07 add iptables/ethtool requirement on Agent in debian/control
(cherry picked from commit 7cdd2ef6ba)
2013-10-24 14:54:19 +02:00
Anthony Xu 0bb06d5d98 CLOUDSTACK-4649:
get VM details from DB

Anthony
2013-10-23 16:05:03 -07:00
Anthony Xu 187e328f6c fixed NPE 2013-10-23 15:23:35 -07:00
Wei Zhou a94acc5a43 CLOUDSTACK-4931, CLOUDSTACK-4937: setDetails to user VMs only 2013-10-23 16:55:10 +02:00
Wei Zhou 622f0762de CLOUDSTAC.K-4923: add missing Network limits in Accounts details page
(cherry picked from commit 0f976fd328)
2013-10-23 14:30:48 +02:00
Wei Zhou 87c897ff75 allow Domain Admin to list usage records in the domain 2013-10-23 14:30:05 +02:00
Wei Zhou 9767de451c fix a bug in listServiceOffering with vmId
(cherry picked from commit cd72e2afee)
2013-10-23 14:28:40 +02:00
Wei Zhou f0a9237612 fix a bug in findAllChildren of domains
(cherry picked from commit db890bc71e)
2013-10-23 14:28:11 +02:00
Wei Zhou 13a4ec366b CLOUDSTACK-4931: Do not setDetails for system VMs 2013-10-23 14:08:23 +02:00
Wei Zhou f4149ba0ae fix issue: devcloud not working 2013-10-23 13:57:40 +02:00
Harikrishna Patnala 2a6905a9ce CLOUDSTACK-4927: ISO and Template test cases failing duing listiso api call
Removed check for deleted template/ISOs to throw exception as all list APIs returns empty response on deleted entities
2013-10-23 16:14:26 +05:30