Commit Graph

11820 Commits

Author SHA1 Message Date
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
anthony aa1932e67a delete vnc hack after upgrade 2012-05-08 10:49:54 -07:00
JohnZ 2242ec0ca3 Correction to cloud-bridge-register and S3RestServlet to use parameter Action in POST 2012-05-08 17:54:53 +01:00
Nitin Mehta 56f4dec1e2 bug CS-14785: String equality should be through equals function....what was i thinking !!!. 2012-05-08 14:38:38 +05:30
Likitha Shetty 9228a70913 Changes in CloudBridge to lookup defaultZoneId(marked for an account) from CloudStack DB.
reviewed by: Prachi
2012-05-08 13:10:29 +05:30
Sanjay Tripathi 62fa67409d Merge branch '3.0.x' of ssh://git.cloud.com/var/lib/git/cloudstack-oss into 3.0.x 2012-05-08 12:35:26 +05:30
prachi 5e87559558 Adding changes for awsapi to tomcat conf.
- Need to open port 7080 using different threadpool for loopback requests from awsapi to cloudstack
2012-05-07 18:15:14 -07:00
prachi 0ca7bbe89f CS-14682 - When invalid filter name is provided in ec2-describe-instances command , java.lang.reflect.InvocationTargetException is thrown.
Changes:
- AxisFault was not being constructed in some cases
2012-05-07 17:21:15 -07:00
prachi 4c163bfab0 CS-14687: When a valid instance id that does not belong to the current user is passed to ec2-stop-instances,ec2-start-instances,ec2-terminate-instances, api does not return anythin
Changes:
Throw error if LookUpInstances fails to list the Vm by id.
2012-05-07 16:07:06 -07:00
Jessica Wang 3d0811ecb7 cloudstack 3.0 UI - IP Address page - listView - remove dummy filter. 2012-05-07 15:38:26 -07:00
Jessica Wang 99f88eff32 cloudstack 3.0 UI - single sign on - provide example code to log out to a different location instead of the login page. 2012-05-07 15:00:07 -07:00
prachi da884e18ef CS-14775: When trying to vms when there is enough capacity for only Vms between the min and max range , we donot respect the min count.
Changes:

Deploy minimum instances if the max allowed is less than the specified max. number in the request.
2012-05-07 14:31:50 -07:00
Jessica Wang 2dff3e7422 cloudstack 3.0 UI - log out - error handling - not reload the current document when onLogoutCallback() return false 2012-05-07 14:04:07 -07:00
prachi dcbd098ab0 CS-14777- Not able to retrieve password of a VM using ec2-get-password command.
Resolved. The response parsing in awsapi was broken.
2012-05-07 12:43:11 -07:00
prachi 3d4ccc0a96 CloudStack listTemplatePermissions should add the owner of the template to the list of users having launchPermissions.
If the template is Public, we need not add the owner explicitly.
2012-05-07 11:40:17 -07:00
prachi 31bf4eb426 EC2 API fidelity: Implement support for image attribute - launchPermission
Now SOAP EC2 API supports launchPermission attribute for following commands:
- ec2-describe-image-attribute
- ec2-modify-image-attribute
- ec2-reset-image-attribute

Note:
- REST API is not changed.
- ec2 tools have some validation for userId to be AWS account id (8 digits). SO its is not possible to test adding or removing individual userIds in  ec2-modify-image-attribute command.
2012-05-07 11:40:09 -07:00
prachi 43f0d0df35 Logging related Changes overwritten by S3 Merger
Also did changes to not log the hibernate SQL
2012-05-07 11:40:01 -07:00
Jessica Wang a45486a6f3 cloudstack 3.0 UI - localization - add new label of MD5 checksum 2012-05-07 11:27:49 -07:00
Jessica Wang 3eb48821c6 CS-14295: cloudstack 3.0 UI - volume page - upload volume dialog - add checksum field. 2012-05-07 11:11:30 -07:00
Sanjay Tripathi 9b567ac6bf CS-13377 : Can't mark a template as featured during template creation from a root volume. 2012-05-07 16:02:10 +05:30
Sanjay Tripathi eef899897b Merge branch '3.0.x' of ssh://git.cloud.com/var/lib/git/cloudstack-oss into 3.0.x 2012-05-07 11:17:05 +05:30
Naredula Janardhana Reddy e75520259d Bug 14120: Enabling SNAT for all the public NICs.
Summary of changes:
    - snat flag is set to true if it is first ip of the NIC.

reviewed-by: Abhi
2012-05-07 09:59:44 +05:30
JohnZ bc5ea30dfc Revert 07e3632b59 removing change to awsapi-lib 2012-05-06 18:49:43 +01:00
JohnZ 07e3632b59 Revert "cloud-jasypt-1.8.jar into deps/awsapi-lib"
This reverts commit 7702a2da85.
2012-05-06 18:35:45 +01:00
JohnZ e577c6618b Revert "CS-14735: cloudstack 3.0 UI - Upload Volume - uploadVolume API is sync instead of async. Here is related UI change."
This reverts commit 12145bbf7c.
2012-05-06 18:32:46 +01:00
Jessica Wang 12145bbf7c CS-14735: cloudstack 3.0 UI - Upload Volume - uploadVolume API is sync instead of async. Here is related UI change. 2012-05-04 17:00:13 -07:00
Jessica Wang c356fb922f CS-14737: cloudstack 3.0 UI - state column in Volume/Snapshot/Instance/SecondaryStorage/Project page - should display state value as is (i.e. as returned in API call). Shouldn't localize value returned in API call. 2012-05-04 16:36:28 -07:00
Jessica Wang 1361fe34d5 cloudstack 3.0 UI - template page - localize "label.action.register.template" 2012-05-04 16:07:06 -07:00
Jessica Wang 9d2cdad35c CS-14116: cloudstack 3.0 UI - add guest network dialog: make vlan/gateway/netmask required when network offering is Isolated with no SourceNat. 2012-05-04 15:43:14 -07:00
Jessica Wang 092b87aebe CS-14116: cloudstack 3.0 UI - (1) add guest network dialog: make vlan/gateway/netmask required when network offering is "Shared". (2) dialog widget: be able to change field to required or not-required after createForm is rendered. 2012-05-04 15:05:49 -07:00
Edison Su ec59779619 security group: exactly match bridge name 2012-05-04 13:55:40 -07:00
Kelven Yang eed225b726 Add screen-resize support to new VNC engine 2012-05-04 11:31:15 -07:00
frank 83744e8c9d CS-14722
vmware:deployuservm failed (startinstance failed with NoClassDefFoundError)

resolved fixed
2012-05-04 11:25:44 -07:00
bfederle c452e0a0c3 Fix BG for setup guest traffic form in basic zone 2012-05-04 10:00:46 -07:00
JohnZ 7702a2da85 cloud-jasypt-1.8.jar into deps/awsapi-lib 2012-05-04 16:08:44 +01:00
Nitin Mehta 8ac10c5941 bug CS-14739: Check for the volume and vm hypervisor compatibility before attaching the volume to vm in case the volume is on secondary storage. 2012-05-04 16:30:08 +05:30
kishan 32085c960e bug CS-14763: Added missing 301 to 302 path for 2.2.10 upgrade
status CS-14763: resolved fixed
reviewed-by: Abhi

Conflicts:

	server/src/com/cloud/upgrade/PremiumDatabaseUpgradeChecker.java
2012-05-04 16:09:28 +05:30
Sanjay Tripathi 419ff950a0 bug 13461: Usage server restart required after some configuration changes. 2012-05-04 11:07:02 +05:30
prachi 01fdcd5d00 Changes overwritten by S3 Merge 2012-05-03 16:45:19 -07:00
prachi 2986d31e04 Adding back code that S3 merge overwrote 2012-05-03 16:45:17 -07:00
Jessica Wang b0ccfc9d14 cloudstack 3.0 UI - login page - add a blank option to language dropdown. When this blank option is selected, browser's default language will be used. 2012-05-03 15:40:22 -07:00
JohnZ e1c1e8fae1 awsapi-setup-db executable 2012-05-03 16:52:02 +01:00
JohnZ 95f6dea808 Merge branch '3.0.x' of ssh://git.cloud.com/var/lib/git/cloudstack-oss into 3.0.x 2012-05-03 15:10:18 +01:00
JohnZ 4b0d7ccb31 Core S3 classes up to date 2012-05-03 15:06:30 +01:00
Abhi 637ed8ce26 bug CS-14515: adding centos 5.7 to supported os, supported in xen 6.0.2 2012-05-03 12:30:32 +05:30
Alena Prokharchyk 7dbd98a95c More changes to the test client 2012-05-02 20:34:41 -07:00
anthony 72d464188c bug CS-14718: wait util xenserver join pool operation stablize.
status CS-14718: resolved fixed
2012-05-02 19:51:06 -07:00
Alena Prokharchyk ada347b08a More changes to the test client 2012-05-02 19:28:39 -07:00
Jessica Wang a61f3238c4 CS-14295: cloudstack 3.0 UI - volume page - listView - implement "Upload Volume" action. 2012-05-02 16:22:05 -07:00