Damodar Reddy
61c765b230
CLOUDSTACK-6563: Integrating setuptools for python into MSI
...
Signed-off-by: Abhinandan Prateek <aprateek@apache.org>
2014-05-20 14:57:44 +05:30
Jayapal
6052a181dd
CLOUDSTACK-6714: monitor script echo service command is added with quotes
2014-05-20 14:11:19 +05:30
Murali Reddy
965346cad1
CLOUDSTACK-6712: NPE in findJobInstanceUuid() in ApiDBUtils
2014-05-20 10:26:12 +05:30
vinayvarmav
ef2012677c
CLOUDSTACK-6282 - Divided test_escalations.py into individual files based on functionality and added automed tests for Public IP Addresses
2014-05-19 02:15:17 -04:00
Girish Shilamkar
b4ad709d32
Revert "CLOUDSTACK-6282 - Divided test_escalations.py into individual files based on functionality and added automed tests for Public IP Addresses"
...
This reverts commit 2ba6322030dc24e6888407c78a8573f8b0d04bc9.
2014-05-19 01:59:23 -04:00
vinayvarmav
2ba6322030
CLOUDSTACK-6282 - Divided test_escalations.py into individual files based on functionality and added automed tests for Public IP Addresses
2014-05-19 01:43:32 -04:00
Gaurav Aradhye
89b041a62d
CLOUDSTACK-6612: Resolved issue with sshClient.py
2014-05-19 01:17:02 -04:00
Gaurav Aradhye
8c4763a1e9
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-18 21:11:59 -04:00
Gaurav Aradhye
de9909403e
CLOUDSTACK-6687: Fixed IP reservation test case failures with code re-factoring
2014-05-18 21:04:31 -04:00
Nitin Mehta
667c8e7905
CLOUDSTACK-6699: listResouceDetails - enhance it to list by (key,value) pair - allowed to Admin only.
2014-05-18 23:21:37 -07:00
Gaurav Aradhye
2e9cc58af6
CLOUDSTACK-6657: Adding condition for checking error code 530 across test cases
...
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
2014-05-17 16:12:33 +05:30
Brian Federle
2c54e5e2c5
Detail view: Slice (clone) fields array to prevent duplicate fields
2014-05-16 08:27:03 -07:00
Brian Federle
3ab526433c
Detail view: Add event hook on field creation
2014-05-16 08:20:48 -07:00
Girish Shilamkar
1f05fa2fba
CLOUDSTACK-6655: Fixing cleanup issues with portable IP test cases
2014-05-16 04:13:28 -04:00
Gaurav Aradhye
9f6e60f97f
CLOUDSTACK-6689: Fixed indentation issue in persistent network test cases
2014-05-16 00:43:09 -04:00
Damodar Reddy
aca7606a40
CLOUDSTACK-6563: Integrating dependencies as part of MSI installer so that those will get installed along with cloud stack installation
2014-05-16 10:50:32 +05:30
Gaurav Aradhye
94a7dee395
CLOUDSTACK-6612: Resolved DB connection issue related to passing correct password
2014-05-15 00:36:08 -04:00
Murali Reddy
fe279ff3d0
CLOUDSTACK-6686:NetworkACLItemCidrsDaoImpl uses firewallRuleId instead
...
of networkAclItemId
fix uses networkAclItemId instead of firewallRuleId
2014-05-15 16:44:46 +05:30
Murali Reddy
9105c779e9
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:44:30 +05:30
Sanjay Tripathi
f789a03769
CLOUDSTACK-6678: API:MS: listCapacity returns; errorcode":530,"cserrorcode":9999,"errortext":"Index: 0, Size: 0"}.
2014-05-15 14:22:40 +05:30
Gaurav Aradhye
ee29915ef0
Fixed config issue related to Persistent Networks
2014-05-14 20:50:49 -04:00
Ian Duffy
1213180219
Resolve issue with build script for systemvm hanging due to libssl waiting on a input prompt caused by apt-get update
2014-05-15 07:08:01 +01:00
Gaurav Aradhye
931dd051a8
CLOUDSTACK-5887: Resolved issue in test_base_image_updation.py
2014-05-15 10:33:40 +05:30
Nitin Mehta
afb31fa09f
CLOUDSTACK-6660: Dont assume every vm will have a root volume now.
...
(cherry picked from commit 076bbdcfe86d6886ab1ecfc513b02a323a995307)
2014-05-14 15:00:34 -07:00
Alena Prokharchyk
8d9bdb19b4
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:34:39 -07:00
Alena Prokharchyk
961e2c43bc
CLOUDSTACK-6659: fixed the name for the updateIpAddress API command
2014-05-14 12:34:36 -07:00
Joris van Lieshout
2ebeec4334
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:11:03 +02:00
santhoshe
24bf1c56df
Added few exception changes,test suite name generation for information collected post run, fixed pep8 issues
...
Signed-off-by: santhoshe <santhosh.edukulla@gmail.com>
Conflicts:
tools/marvin/marvin/marvinInit.py
2014-05-14 18:34:27 +05:30
SrikanteswaraRao Talluri
c42e9036f7
1. list* calls are modified to take listall=True when
...
account and domainid is passed to conform to recent IAM
related changes in 4.4-forward
2. fixed typo passd to passwd in cloudstackTestClient.py
3. added few missing data required for tests in test_data.py
4. removed config.cfg
mend
Conflicts:
tools/marvin/marvin/config/test_data.py
tools/marvin/marvin/lib/base.py
2014-05-14 18:14:09 +05:30
Murali Reddy
63f6888588
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:41:56 +05:30
Sanjay Tripathi
35cd61c463
CLOUDSTACK-6649: CS is not giving the system-wide capacity for GPU reosurce.
2014-05-14 15:05:28 +05:30
Sateesh Chodapuneedi
a605ca09cd
CLOUDSTACK-6652 CLONE - [Automation] Vmware- System's StartCommand failed with "NumberFormatException" while using VMware DVS
...
vlan id format was like "vlan://<id>" instead of just "<id>". This causes numberformatexception while converting the vlan id to integer form from string form. this was fixed for standard vswitch in bug Cloudstack-5046. now fixed for other 2 cases of dvswitch as well as pvlan.
Signed-off-by: Sateesh Chodapuneedi <sateesh@apache.org>
2014-05-13 15:02:46 +05:30
Amogh Vasekar
9b6d430171
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:45:24 -07:00
Sheng Yang
0a62eb8380
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:50:48 -07:00
Sheng Yang
10de19e4dd
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:50:41 -07:00
Kelven Yang
98307bfcea
CLOUDSTACK-6647: appending instance name with custom supplied info that contains - character can break vmsync.
2014-05-12 16:32:05 -07:00
Jessica Wang
d7291e5200
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:37:42 -07:00
Gabor Apati-Nagy
58d913c25d
CLOUDSTACK-6606: Fixed: create network offering dailog box has greyed out (not selectable) providers for the connectivity service.
2014-05-12 13:56:05 -07:00
Jessica Wang
7ae8dc8fbd
Revert "CLOUDSTACK-6565: [UI] New Zones tab for Templates and ISOs"
...
This reverts commit 348fb7bcb675f60d1a3c649a8c0af8404044642f.
2014-05-12 12:26:37 -07:00
Min Chen
aa03af7df7
CLOUDSTACK-6628: Fix IpAddress import typo.
2014-05-12 12:08:41 -07:00
Gabor Apati-Nagy
348fb7bcb6
CLOUDSTACK-6565: [UI] New Zones tab for Templates and ISOs
2014-05-12 11:40:24 -07:00
santhosh
f03e8a6f72
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:03:30 +02:00
Nitin Mehta
7ae784ba3c
CLOUDSTACK-6633: listVolumes should return template/iso info for root volumes
2014-05-11 20:36:53 -07:00
Gaurav Aradhye
6c8a0a1f96
Fixing few issues in Multiple IPs test cases
2014-05-10 00:37:56 -04:00
Min Chen
daadc45122
CLOUDSTACK-6628:[Automation] Create PF rulw API failing with error
...
"database id can only provided by VO objects".
2014-05-09 18:48:08 -07:00
Min Chen
5c3858b504
CLOUDSTACK-6617: [Automation] detach / resize volume test cases failing
...
with permission error.
2014-05-09 18:47:51 -07:00
Min Chen
5f8641e908
CLOUDSTACK-6600: fix a bug in IAM cache in constructing cache key.
2014-05-09 18:47:37 -07:00
Jessica Wang
f2d9d71844
CLOUDSTACK-6626: UI - fix a bug that g_userid was not declared.
2014-05-09 13:19:35 -07:00
Nitin Mehta
1e300b0d12
CLOUDSTACK-6530: Make more networking entities implement Displayable interface.
2014-05-09 10:13:33 -07:00
Daan Hoogland
ebc2b8b94d
be able to remove vpc as owning entity of a network
2014-05-09 17:16:02 +02:00