Alena Prokharchyk
4e59c4daf9
CLOUDSTACK-3720: fixed API doc for listResourceLimits API
2013-07-22 13:24:17 -07:00
Brian Federle
3f405be8e0
CLOUDSTACK-2162: Fix missing provider field on secondary storage step
2013-07-22 11:20:37 -07:00
Alena Prokharchyk
f328c7b1aa
CLOUDSTACK-3711: return descriptive error message to the regular user when his resource limit has exceed. No harm in returning this info as the user aware of the resource limits/number of resources available for allocation, for his account
2013-07-22 10:25:39 -07:00
Girish Shilamkar
b44c620850
CLOUDSTACK-3610: Fix regression test "test_accounts.TestUserLogin"
...
Now password is sent as clear text as per CLOUDSTACK-1734
So changed marvin to handle this. Plus domainid was not
passed in the testcase and marvin used "domainid" instead of
"domainId" as a parameter. Fixed these two errors.
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
2013-07-22 22:53:09 +05:30
Sanjay Tripathi
7d6c091c05
CLOUDSTACK-3695: test_add_user_to_project failed with missing attribute "email".
...
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
(cherry picked from commit 983b7c62a464af94aabf0686671c986025a19788)
2013-07-22 22:53:09 +05:30
Prasanna Santhanam
a659d78905
CLOUDSTACK-3075: When only setUpClass() is creating account
...
Missed scenario for appending test case names to accounts when
setUpClass calls the account.creation integration library.
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
2013-07-22 22:53:09 +05:30
Prasanna Santhanam
d0695c1ffc
CLOUDSTACK-3672: Multiple minor fixes to tags tests
...
- SourceHost is an id
- Invalid format in debug() message corrected
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
2013-07-22 22:53:09 +05:30
Prasanna Santhanam
3ac0e95ffb
Minor fixes to the test_accounts
...
when an account is deleted listAccounts raises an exception.
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
2013-07-22 22:53:08 +05:30
Gaurav Aradhye
4f22561f69
CLOUDSTACK-3679: Added subsequent change that was needed after change in try_ssh function
...
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
2013-07-22 22:53:08 +05:30
Wei Zhou
cfc85eb68f
ui change: Disk I/O polling statistics
2013-07-22 16:09:50 +02:00
Nitin Mehta
c09d76077e
CLOUDSTACK-3510
...
Persist the download url in the db for volume download.
Signed off by : nitin mehta<nitin.mehta@citrix.com>
2013-07-22 17:57:57 +05:30
Prasanna Santhanam
fb75f51755
CLOUDSTACK-3075: Test names appended with <module>-<testname>
...
Prevent chained appending of the testclass/testnames to the accounnt
names.
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
2013-07-22 12:49:42 +05:30
Prasanna Santhanam
77aa85d257
CLOUDSTACK-3075: append module/suite name
...
If the test doesn't create the account within the testXxx method we miss
the trail of the accountname because the setUpClass() created the
account. Append the module name in advance in such cases to identify the
account that was created in the suite before any tests were executed.
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
2013-07-22 12:20:36 +05:30
Sheng Yang
8a257fb07c
CLOUDSTACK-3699: Fix ARP broadcast of VPC router
...
Every new public IP should be send out ARP broadcast.
2013-07-21 22:21:17 -07:00
Sheng Yang
d672272a77
CLOUDSTACK-3643: Automation: Fix test_vpc_network.py
...
1. Port 80 won't help on ICMP
2. RvR doesn't support VPC now.
2013-07-21 22:21:17 -07:00
Sheng Yang
6140be1988
CLOUDSTACK-3643: Automation: Fix wrong network acl rule for ping
2013-07-21 22:21:17 -07:00
Sheng Yang
3de4390395
Revert "CLOUDSTACK-3357: dnsmasq on vpc-routervm"
...
This reverts commit f99d599930 .
Due to it break vpc function and block regression test.
Conflicts:
server/src/com/cloud/network/router/VirtualNetworkApplianceManagerImpl.java
server/src/com/cloud/network/router/VpcVirtualNetworkApplianceManagerImpl.java
server/test/com/cloud/network/router/VpcVirtualNetworkApplianceManagerImplTest.java
2013-07-21 22:21:17 -07:00
sailajam
d79066dfb1
CLOUDSTACK-3636: Fix invalid condition to check for empty response for private service offerings
2013-07-22 10:38:14 +05:30
Edison Su
8c3f970434
CLOUDSTACK-2630: fix delta snashpt
2013-07-20 18:21:26 -07:00
Min Chen
ce6a5d7183
CLOUDSTACK-3274: API Refactoring: secretkey and accesskey of the backing
...
store is found in plaintext in the logs.
2013-07-20 17:30:53 -07:00
Mike Tutkowski
25b33ec808
Changes related to Review Board comments
2013-07-20 17:25:22 -06:00
Min Chen
2bbf63bc7a
CLOUDSTACK-3513: ListIsos/ListTemplates does not return correct results
...
when id and zoneid are passed.
2013-07-20 15:16:49 -07:00
Edison Su
a2ba2358d8
CLOUDSTACK-2630: fix delta snashpt
2013-07-20 13:05:24 -07:00
Min Chen
5519492e3e
CLOUDSTACK-3684:Failed to start MS due to missing UCS configuration
...
values in DB.
2013-07-20 12:21:16 -07:00
Min Chen
08e722ddae
CLOUDSTACK-3419: [Object_Store_Refactor] Uploaded volume is being
...
deleted while attaching it to guest VM.
2013-07-20 11:43:11 -07:00
Harikrishna Patnala
f604e3d9cc
CLOUDSTACK-3365: cluster level parameters cluster.(cpu/memory).allocated.capacity.notificationthreshold is not considering overcommit value
2013-07-20 17:03:05 +05:30
Prasanna Santhanam
17af34fd19
CLOUDSTACK-3075: append test case name to account
...
Accounts will be prepended by the testcase name to ease analysis
post-test runs.
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
2013-07-20 15:53:14 +05:30
Prasanna Santhanam
9c9003a0db
CLOUDSTACK-3452: Refactor VirtualMachine.create()
...
When creating a VM if it's going to a basic zone program sec.group rules
so as to allow SSH access for any tests requiring ssh access to the
guest. Similarly method used to program the NAT and PF for SSH access is
refactored and extracted into a separate method. By default no SSH
access is allowed if the mode is set to 'default'
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
2013-07-20 13:29:17 +05:30
Gaurav Aradhye
3c360ce028
CLOUDSTACK:3452: Check if security groups feature is enabled in basic zone before creating security group while creating VM
...
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
2013-07-20 12:28:06 +05:30
Sanjay Tripathi
5eaec0a5e0
CLOUDSTACK-3620: [Automation] API removevpnuser failed, in test case test_project_usage.TestVpnUsage.test_01_vpn_usage.
...
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
(cherry picked from commit ecfeaa1037 )
2013-07-20 12:21:07 +05:30
Sheng Yang
182de56743
CLOUDSTACK-3643: Fix wrong protocol type and test case sequence
2013-07-19 19:26:38 -07:00
Edison Su
e659328ff5
fix create template from snapshot if it's swift
2013-07-19 18:18:02 -07:00
frank
f21fd253eb
CLOUDSTACK-3428
...
UCS:API: We need listUCSManager API to lists all UCS managers registered with CloudStack
fix entityType in api command
2013-07-19 17:47:54 -07:00
Min Chen
7073031c5c
System Template shows twice in listTemplates with S3 as secondary
...
storage.
2013-07-19 16:44:09 -07:00
frank
a5ee39a54a
CLOUDSTACK-3453
...
UCS:API: List Blades after decommissioning a blade, listUcsBlades API returns wrong number of total blades
fixed resolved
2013-07-19 16:15:46 -07:00
Min Chen
1694e53b1d
CLOUDSTACK-3472: [Object_Store_Refactor] System VMs are not coming up in
...
initial attempt, but they are coming up after multiple attempts.
2013-07-19 15:39:15 -07:00
Jessica Wang
e2f14167f2
CLOUDSTACK-3651: Infrastructure menu - zone detail - listVmwareDcs API only exists in non-oss build, suppress error "The given command does not exist or it is not avaiable for user" from UI for this specific case.
2013-07-19 15:23:24 -07:00
Fang Wang
2b254186b2
CLOUDSTACK-732 Add disk snapshot for KVM 6.3, add the flag in CS.
...
Signed-off-by: Edison Su <sudison@gmail.com>
2013-07-19 13:22:26 -07:00
Alena Prokharchyk
242f46118b
InternalLb: fixed creation for default network offering with internal lb support - public lb support should be disbaled on it
...
Conflicts:
engine/schema/src/com/cloud/offerings/NetworkOfferingVO.java
2013-07-19 13:20:46 -07:00
Marcus Sorensen
30d4ef3af7
Summary: devcloud-kvm marvin zone config fix for 4.2, add provider to img store
...
Signed-off-by: Marcus Sorensen <marcus@betterservers.com> 1374264479 -0600
2013-07-19 14:07:59 -06:00
Jessica Wang
57c1561b8c
CLOUDSTACK-3651: UI > zone wizard > add secondary storage step - change this step from required to optional, add blank option to Provider dropdown.
2013-07-19 10:02:19 -07:00
Jessica Wang
f766a9e58d
Format JS
2013-07-19 09:59:28 -07:00
ilya musayev
88b36edf87
CLOUDSTACK-2053: Fixed userdata.sh redundancy and cloud-init support
2013-07-19 11:10:27 -04:00
Koushik Das
d9f7c6e531
CLOUDSTACK-3628: [Storage]Migration of data disk from Shared primary to shared/local primary storage is throwing NPE
...
'Long' value was getting passed to a parameter of type 'long' and in case of null was resulting in NPE
2013-07-19 19:15:10 +05:30
Murali Reddy
2b82c3e1db
CLOUDSTACK-3642: [Usage][PortableIP] CS is not generating usage events
...
for portable IPs
generating usage events for acquire/release of portable IP
2013-07-19 18:42:52 +05:30
Murali Reddy
75af53be6f
CLOUDSTACK-3640: [Usage][GSLB] usage events are not generated for GSLB
...
geneating usage events for create/delete of GSLB rule
2013-07-19 18:29:05 +05:30
Prasanna Santhanam
19bdef027d
CLOUDSTACK-3644: Failed to pass apiclient to public ip delete
...
Test VPC Release IP assigned to LB rule fails because we don't pass in
the apiclient to it.
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
2013-07-19 17:45:38 +05:30
Gaurav Aradhye
6a5f13adec
CLOUDSTACK-3452: Created security group for basic mode to allow SSH to vm
...
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
2013-07-19 17:45:38 +05:30
Prasanna Santhanam
ea5d487f50
CLOUDSTACK-3655: RvR tests fail when handling switchover
...
During switchover of master->backup->master, the rvr goes through
UNKNOWN, FAULT, MASTER/BACKUP. In case of improper transition the state
is FAULT. Include additional state check in the tests.
2013-07-19 17:45:38 +05:30
Prasanna Santhanam
62bf8082f4
CLOUDSTACK-3655: RvR fails with unexpected state
...
The guestcidr is no longer specified directly. Use the netmask and
gateway combination to create custom cidr network
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
2013-07-19 17:45:38 +05:30