Commit Graph

11868 Commits

Author SHA1 Message Date
Likitha Shetty 14902a0bf7 CS-14731. Not able to revoke ingress rule, when there are multiple rules pointing to the same port and CIDR.
Resolved.
2012-05-14 17:37:14 +05:30
Likitha Shetty c4f258fa82 CS-14728. ec2-revoke: Not able to revoke the icmp rules. Presented with "Server.InternalError:Cannot find matching ruleid"
Resolved. ICMP type and code was not correctly set in the request.
2012-05-14 17:37:14 +05:30
Nitin Mehta b2c38acb4e bug CS-14785: Allow attaching the volume for Uploaded volume. Also have transition fo delete volume. 2012-05-14 16:41:56 +05:30
Prasanna Santhanam c856fdace3 Install paramiko as a dependency, don't complain about the requirement 2012-05-14 14:43:47 +05:30
Rajesh Battala 9f7d218698 removed TODO comment 2012-05-13 22:32:14 +05:30
Rajesh Battala f51cdd61f2 Implemented Multi Object Delete feature for S3 2012-05-13 22:26:43 +05:30
prachi 1b806e3713 CS 14640 - Output of ec2-describe-instances should provide security group,private ipaddress, ipaddress and hypervisor information.
Changes:
- fixed response.
2012-05-11 18:59:57 -07:00
prachi f5363e4c51 CS- 14640 Output of ec2-describe-instances should provide security group,private ipaddress, ipaddress and hypervisor information.
Changes:
- Fixed response of describe Instances
2012-05-11 18:59:55 -07:00
Kelven Yang 2e57e4c63a Add support routines for incremental snapshot support 2012-05-11 17:06:35 -07:00
prachi 1a81acd232 CS-14827: ec2-start-instances and ec2-stop-instances - When we try to start an instance that is already in "Running" state / try to stop an instance that is in "Stopped" state , API returns nothing.
Changes:

Adding the instance previous and current state to resposne; both states will be same.
2012-05-11 16:44:05 -07:00
prachi 1f5e68d96f CS-14828: ec2-terminate-instance - When trying to terminate/start/top/reboot an instance that is already terminated , we get an error - "Server.InternalError: Instance:cffab230-b3c1-478b-b44a-6a603c5673ed not found"
Changes:

Changed error message.
2012-05-11 16:25:24 -07:00
Jessica Wang 09718cdff9 cloudstack 3.0 UI - automatically refresh JS scripts 2012-05-11 16:05:13 -07:00
Alena Prokharchyk 5074227858 CS-14783
Fixed limit check when acquire public ip range for the account.
2012-05-11 15:39:59 -07:00
Vijayendra Bhamidipati ab6c8f7986 Bug CS-14853: CloudStack list APIs are listing incorrect IDs for all the entities when API response set to "xml". works fine for "json"
Bug 14071: queryAsyncJobResult in xml format gives incorrect UUIDs back

Description:

	CS-14853 is the same bug as 14071, but seen in Bonita branch
	owing to the fix not being merged from master. So putting in
	the same fix to 3.0.x branch. Description of fix follows.

        Incorrectly removed part of the XML serializer that serialized
        the IdentityProxy object in normal responses, when putting in
        support for serialization of lists of IdentityProxy objects in
        exception responses as part of the code changes put in for bug
        13217, resulting in this bug. Putting it back in place.
2012-05-11 14:44:24 -07:00
Alena Prokharchyk 04b0aea11b CS-14685: Added customdiskofferingmaxsize to the listCapabilities response 2012-05-11 13:45:19 -07:00
Prasanna Santhanam 3277834975 Don't do strict checking for adding simulator host 2012-05-11 18:49:36 +05:30
Prasanna Santhanam 02d82a792f support for running tests in a given script 2012-05-11 18:49:36 +05:30
Prasanna Santhanam 973ef71ab3 rename the nose test executor 2012-05-11 18:49:36 +05:30
Prasanna Santhanam 10f0e15052 rename the nose test executor 2012-05-11 18:49:36 +05:30
Prasanna Santhanam d392541db3 The setup_requires must not co-exists with install_requires 2012-05-11 18:49:36 +05:30
Likitha Shetty 48d1191fef CS-14742. When icmp rules are listed type and code is always shown as 0.
Not able to use filters "ip-permission.from-port" and "ip-permission.to-port" for listing icmp ingress rules.
Resolved.
2012-05-11 17:35:33 +05:30
Likitha Shetty 41aba7872d CS-14638, Output of ec2-run-instances should provide security group, private address and ipaddress information. 2012-05-11 14:27:06 +05:30
Pradeep 444ea011c9 Fixing Ubuntu packaging and other test cases issues 2012-05-11 12:07:14 +05:30
Nitin Mehta cf23d2e63f bug CS-14785: Improvements to volumes sync so that it can recover from any error. Introduced new state UploadOp which signifies that the volume os on secondary and the status would be picked up from volume host ref table. 2012-05-11 11:38:07 +05:30
Likitha Shetty 51963ef03d CS-14727 ec2-describe-group. When a group has an account based ingress rule, we see and additional CIDR entry with no CIDR being returned.
Resolved. Update the response of DescribeSecurityGroup.
reviewed by: prachi
2012-05-11 10:25:18 +05:30
bfederle 44d04fd58e IP addresses: fix for projects + port forwarding
-Port forwarding: only show VMs of the IP's owner

-Don't pass account/domain ID for acquire IP address and list VMs for
 static NAT/PF/LB
2012-05-10 17:05:20 -07:00
prachi ba4f35add6 CS-14684 - ec2-describe-instances - Not able to use ip-address filter to list an instance with the provided ip-address.
Changes:
- awsapi was using a wrong name for the public ip field in response, so the ip address was not getting parsed out of the json response.
2012-05-10 16:50:32 -07:00
bfederle a491a6ee35 CS-14797
Pass IP address's account + domainid for listing VMs on PF/LB/Static
NAT. This prevents an admin from attaching one user's VM to another
user's IP address.
2012-05-10 16:30:26 -07:00
Jessica Wang faa0cb1035 CS-14017: create network offering - when Guest Type is Shared, check and disable Specify VLAN checkbox. When Guest Type is Isolated, enable Specify VLAN checkbox. 2012-05-10 16:17:21 -07:00
prachi da520dfe21 awsapi - EIP related changes 2012-05-10 15:58:30 -07:00
Sheng Yang 5c8d968eea Remove the extra drop sql line
This would result in 3.0.1 to 3.0.2 upgrade failed, due to index not found.
2012-05-10 14:43:07 -07:00
bfederle 786c92591d CS-14679
Fix label on primary storage required 'path' field
2012-05-10 14:22:26 -07:00
Jessica Wang 6b1f87fb80 CS-14760: volume page - (1) no actions are available when volume state is Uploading. (2) only remove action is available when volume state is UploadError. 2012-05-10 11:31:01 -07:00
Jessica Wang 50caf8f7c4 CS-14761: volume page - make migration action available only when volume state is Ready. 2012-05-10 11:13:35 -07:00
Sanjay Tripathi 4711d5525d CS-14562: Domian page does not show up (spinner shown) for a very long time when there are large number of hosts and vms. 2012-05-10 23:33:53 +05:30
bfederle 02ffe41ae3 CS-14752: Fix select security group scrollbars 2012-05-10 08:23:34 -07:00
bfederle 3e47cf6dcd CSS scrollbar fix
Fix body horizontal scrollbar, when viewing UI at low resolution
2012-05-10 08:23:33 -07:00
Likitha Shetty 26f9cc6475 CS-14632 Not able to deploy VM in security groups using -g option for ec2-run-instances
Resolved. Updated the request and response for ec2-run-instances to
deploy VM in multiple security groups and output the corresponding security groups.
reviewed by: Prachi
2012-05-10 11:54:45 +05:30
prachi 96dffa2155 CS-14837 [ec2-describe-snapshots] Unable to find responseObjName:[snapshot]. Returning null! Exception: java.lang.NumberFormatException: For input string: <job-id>
- Changing JobId to String since CS 3.0.x uses String Ids now.
2012-05-09 23:20:51 -07:00
Salvatore Orlando f33fb0f6ab CS-14741: Reverting db upgrade script from 2.2.14 to 3.0 to commit 72b5a94af8 2012-05-09 13:59:36 +01:00
Salvatore Orlando 3131b2c319 Merge branch '3.0.x' of ssh://git.cloud.com/var/lib/git/cloudstack-oss into 3.0.x 2012-05-09 13:07:37 +01:00
Salvatore Orlando f04b62cadc CS-14741: Fixing upgrade script from 2.2.14 to 3.0 2012-05-09 13:05:34 +01:00
Rajesh Battala 44f3846168 Modified S3RestServlet to turn down request if enable.s3.api is false. Changed upgrade script for S3 API Feature 2012-05-09 15:25:39 +05:30
prachi 82af66cc5d CS-14704 ec2-describe-keypairs - Not able to list the keypairs.
Changes:
- Response name that awsapi looks for was wrong.
- Filter matching improved.
2012-05-08 17:46:49 -07:00
Jessica Wang e1f2c84689 CS-14815: cloudstack 3.0 UI - add network offering - show LB Isolation dropdown only when (1)LB Service is checked (2)Service Provider is Netscaler OR F5 (3)Guest IP Type is Isolated 2012-05-08 17:09:19 -07:00
Jessica Wang cacd2ffae4 Revert "Revert "CS-14735: cloudstack 3.0 UI - Upload Volume - uploadVolume API is sync instead of async. Here is related UI change.""
This reverts commit e577c6618b.
2012-05-08 16:16:14 -07:00
prachi 53ff666788 Changes to Upgrade script for EC2 API feature. 2012-05-08 16:13:04 -07:00
prachi 948aa45050 CS-14753: When Vm is deployed with a Security Group , it also gets associated with the default security group.
Changes:
- StartVM needed to be changed to add default security group only when none is present.
- DeployVm: createAdvancedSecurityGroupVirtualMachine changed to follow the same rule - add default SG only if none is specified.
2012-05-08 15:51:06 -07:00
prachi 48573deb1f Change in awsapi to get Default Zone for the account during runInstances, CreateVolume etc.
- If zoneName is specified we use that
- If not, we choos the default zone marked for the account
- If no such default zone is found, fall back to choosing the first available zone.
2012-05-08 15:50:58 -07:00
anthony af3758eb62 remove another vnc hack 2012-05-08 11:00:56 -07:00