Gaurav Aradhye
f2ebfe019e
CLOUDSTACK-6612: Resolved issue with sshClient.py
2014-05-19 01:12:30 -04:00
Nitin Mehta
d5425e1a4a
CLOUDSTACK-6699: listResouceDetails - enhance it to list by (key,value) pair - allowed to Admin only.
2014-05-18 23:20:12 -07:00
Murali Reddy
8bcd2546ac
CLOUDSTACK-6672: [Automation] NPE observed while listing system vms
...
fixing NPE
2014-05-19 10:30:21 +05:30
Prachi Damle
3448ab7f1c
CLOUDSTACK-6476: Basic Zone with Multiple Pods Setup: DHCP server doesnt get deployed in the pod where the VM gets deployed
...
Changes:
PodId in which the router should get started was not being saved to the DB due to the VO's setter method not following the setXXX format. So when planner loaded the router from DB, it always got podId as null and that would allow planner to deploy the router in any pod. If the router happens to start in a different pod than the user VM, the Vm fails to start since the Dhcp service check fails.
Fixed the VO's setPodId method, that was causing the DB save operation fail.
2014-05-16 16:48:53 -07:00
Girish Shilamkar
4e10b80293
CLOUDSTACK-6655: Fixing cleanup issues with portable IP test cases
2014-05-16 03:51:52 -04:00
Gaurav Aradhye
8eca37056f
CLOUDSTACK-6657: Adding condition for checking error code 530 across test cases
...
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
2014-05-16 18:55:37 +05:30
Gaurav Aradhye
a418ee443d
CLOUDSTACK-6689: Fixed indentation issue in persistent network test cases
2014-05-15 23:59:00 -04:00
Gaurav Aradhye
3c43401449
Code improvement: Persistent Network Test cases, Adding check to verify network state and fail test case in case network state is not as desired
2014-05-15 04:27:48 -04:00
Gaurav Aradhye
77460e9556
CLOUDSTACK-6687: Fixed IP reservation test case failures with code re-factoring
2014-05-15 04:06:36 -04:00
Gaurav Aradhye
14968daeaa
CLOUDSTACK-6612: Resolved DB connection issue related to passing correct password
2014-05-15 00:33:26 -04:00
Murali Reddy
4e72ec9983
CLOUDSTACK-6686:NetworkACLItemCidrsDaoImpl uses firewallRuleId instead
...
of networkAclItemId
fix uses networkAclItemId instead of firewallRuleId
2014-05-15 16:42:49 +05:30
Murali Reddy
5dcc34cb65
CLOUDSTACK-6685: OVS distributed firewall: source CIDR mismatch while
...
populating ingress & egress network ACL
fix ensures propoer values for nw_src and nw_dst are popoluated
depending on the ingress or egress acl
2014-05-15 16:42:49 +05:30
Sanjay Tripathi
4e44ac56c9
CLOUDSTACK-6678: API:MS: listCapacity returns; errorcode":530,"cserrorcode":9999,"errortext":"Index: 0, Size: 0"}.
2014-05-15 14:16:12 +05:30
Gaurav Aradhye
149cd4b564
Fixed config issue related to Persistent Networks
2014-05-14 20:17:01 -04:00
Gaurav Aradhye
1561138157
CLOUDSTACK-5887: Resolved issue in test_base_image_updation.py
2014-05-15 10:32:52 +05:30
Nitin Mehta
076bbdcfe8
CLOUDSTACK-6660: Dont assume every vm will have a root volume now.
2014-05-14 14:59:54 -07:00
Alena Prokharchyk
3b5f95c547
CLOUDSTACK-6675: updatePFRule - retrieve network sync object based on the PF rule id that is passed in to the call; not the public ip address
2014-05-14 12:33:15 -07:00
Joris van Lieshout
9e21b8b04e
releasing dhcp leases on vpcs failes because the network tier of the tennant aren't behinbd eth0. Here we make interface selection dynamic.
...
Signed-off-by: Daan Hoogland <daan@onecht.net>
2014-05-14 16:13:57 +02:00
SrikanteswaraRao Talluri
9106cfb4be
Revert "CLOUDSTACK-5674: Fixed cloudstackConnection.py to return FAILED in case of well handled exceptions returning from server having jobresultcode as 530"
...
This reverts commit aaa2f5932b .
2014-05-14 18:45:01 +05:30
Murali Reddy
4c01d81d80
CLOUDSTACK-6668: OVS distributed routing: ensure bridge is deleted when
...
last VM from the VPC is deleted on a host
OVS distributed routing: ensure bridge is deleted when last VM from the
VPC is deleted on a host. This fix ensures that bridge is
destroyed.
2014-05-14 16:39:55 +05:30
Sanjay Tripathi
e7e1ae254a
CLOUDSTACK-6649: CS is not giving the system-wide capacity for GPU reosurce.
2014-05-14 15:02:59 +05:30
Sheng Yang
d32f5c70d2
CLOUDSTACK-6241: Fix default route for IPv6 network when IPv4 not used
...
(cherry picked from commit e406adc081 )
2014-05-13 15:16:46 -07:00
Alena Prokharchyk
2334d9a1f3
CLOUDSTACK-6659: fixed the name for the updateIpAddress API command
2014-05-13 14:08:16 -07:00
Rajesh Battala
260e06d64c
CLOUDSTACK-6519 [Hyper-V] while adding VM to Network it should throw error when it is in running state
2014-05-13 11:39:33 +05:30
Amogh Vasekar
594f66d125
This patch disallows deleting / modifying system defined guest OS mappings
...
Local env
1. Create user defined mapping
2. Delete / modify user defined mapping. Should pass
3. Delete / modify system defined mapping. Should fail
Signed off by :- Nitin Mehta<nitin.mehta@citrix.com>
2014-05-12 22:43:49 -07:00
santhosh
900415b1d8
Fixed CLOUDSTACK-6648
...
vm_ha cases were failing because of improper zone
and test data passed. Fixed them now.
Signed-off-by: santhosh <santhosh.edukulla@gmail.com>
Signed-off-by: Koushik Das <koushik@apache.org>
2014-05-13 10:55:11 +05:30
Sheng Yang
a3e9d0ff12
CLOUDSTACK-5501: Allow one vpn customer gateway with multiple connections
...
This restriction was purposely avoid confusion of VPN setup, but later found too
strictly and cause troubles for deployment. Removed after testing one customer
gateway with multiple connections.
2014-05-12 18:26:53 -07:00
Sheng Yang
4adee0a55e
CLOUDSTACK-6607: Correct the result of VpcNetworkUsage
...
Blank or not shouldn't be used to indicate command is failure or not.
2014-05-12 18:25:18 -07:00
Kelven Yang
7e6390d3c8
CLOUDSTACK-6647: appending instance name with custom supplied info that contains - character can break vmsync.
2014-05-12 16:35:18 -07:00
Jessica Wang
f4c726d7b8
CLOUDSTACK-6379: UI > fix a bug that domain admin failed to be created when current login doesn't have visibility to root domain object.
2014-05-12 15:36:19 -07:00
Gabor Apati-Nagy
0d7ddc4337
CLOUDSTACK-6606: Fixed: create network offering dailog box has greyed out (not selectable) providers for the connectivity service.
2014-05-12 13:45:42 -07:00
Jessica Wang
8bb3efcd53
Revert "CLOUDSTACK-6565: [UI] New Zones tab for Templates and ISOs"
...
This reverts commit c20acc6a44 .
2014-05-12 12:24:04 -07:00
Gabor Apati-Nagy
c20acc6a44
CLOUDSTACK-6565: [UI] New Zones tab for Templates and ISOs
2014-05-12 10:59:52 -07:00
santhosh
afd9d4e756
CLOUDSTACK-6627 catch exception instead of checking response
...
Signed-off-by: santhosh <santhosh.edukulla@gmail.com>
Signed-off-by: Daan Hoogland <daan@onecht.net>
2014-05-12 15:06:38 +02:00
Gaurav Aradhye
aaa2f5932b
CLOUDSTACK-5674: Fixed cloudstackConnection.py to return FAILED in case of well handled exceptions returning from server having jobresultcode as 530
2014-05-11 19:31:15 -04:00
Min Chen
be73571c74
CLOUDSTACK-6628: Fix IpAddress import typo.
2014-05-11 23:12:35 -07:00
Nitin Mehta
c12b28fc37
CLOUDSTACK-6633: listVolumes should return template/iso info for root volumes
2014-05-11 20:32:04 -07:00
Gaurav Aradhye
4466ed1ce1
Fixing few issues in Multiple IPs test cases
2014-05-10 00:29:58 -04:00
Min Chen
a7dd5aae55
CLOUDSTACK-6628:[Automation] Create PF rulw API failing with error
...
"database id can only provided by VO objects".
2014-05-09 18:24:54 -07:00
Min Chen
f447a2c38c
CLOUDSTACK-6617: [Automation] detach / resize volume test cases failing
...
with permission error.
2014-05-09 16:39:49 -07:00
Jessica Wang
9782970ef8
CLOUDSTACK-6626: UI - fix a bug that g_userid was not declared.
2014-05-09 13:18:43 -07:00
Min Chen
4889031492
CLOUDSTACK-6600: fix a bug in IAM cache in constructing cache key.
2014-05-09 11:27:07 -07:00
Nitin Mehta
f2c3114bf8
CLOUDSTACK-6530: Make more networking entities implement Displayable interface.
2014-05-09 10:12:56 -07:00
Girish Shilamkar
0c40adfc4a
While listing Public IP listall should always be true
2014-05-09 22:29:40 +05:30
Daan Hoogland
4f0820b865
be able to remove vpc as owning entity of a network
2014-05-09 17:04:57 +02:00
santhosh
550493cec3
Added fix for CLOUDSTACK-6548
...
Signed-off-by: santhosh <santhosh.edukulla@gmail.com>
Signed-off-by: Daan Hoogland <daan@onecht.net>
2014-05-09 17:03:52 +02:00
Girish Shilamkar
cc0ed93a13
Fixed test_pvlan.py to get correct zone id
2014-05-09 00:52:40 -04:00
Devdeep Singh
98df3e55b9
CLOUDSTACK-6622: After a volume was live migrated, the destination smb storage path was added to
...
the folder column. For an smb share the smb credentials are in the query string of the path.
Before adding the path, smb shares query string should be cleaned up.
2014-05-09 15:54:56 +05:30
Anshul Gangwar
4106aa0721
CLOUDSTACK-6620: Fixed null pointer exception in hyperv agent in getting vmstats, when all vms are deleted from outside
2014-05-09 15:32:49 +05:30
Anshul Gangwar
704f6d8279
CLOUDSTACK-6399: When there are no vms running on hyperv host, then agent was returning null. In
...
that case cloudstack was not doing anything and not updating the state of the vms to stopped.
Now the agent returns empty list of hostvmstatereport. Management server will then update the
vm state to stopped (instead of not acting upon the return state).
2014-05-09 15:30:05 +05:30