Commit Graph

11672 Commits

Author SHA1 Message Date
frank 1d0749cc92 merge cloudbridge spec to cloudstack spec 2012-04-30 17:08:04 -07:00
prachi dfde2bc0d6 Renaming cloud-bridge to awsapi
Thirdparty Libraries
2012-04-30 17:08:03 -07:00
prachi 28c2e3b20b Renaming cloud-bridge to awsapi
removing contents under cloudbridge
2012-04-30 17:07:56 -07:00
prachi ce1775a55c Renaming cloud-bridge to awsapi
build script changes
2012-04-30 17:07:41 -07:00
prachi 75c4446494 Renaming cloud-bridge to awsapi
src folder
2012-04-30 17:07:40 -07:00
prachi 51912b7687 Renaming cloudbridge project to be awsapi project
- db and setup files
2012-04-30 17:07:34 -07:00
Likitha Shetty 5b9a7ce6d0 describeVolumes - avoid null pointer exception in attachment.instance-id, snapshot-id and attachment.device filters
reviewed-by: prachi
2012-04-30 17:07:33 -07:00
prachi af5137260a describeInstances - fixed the filter support for private-ip-address 2012-04-30 17:07:31 -07:00
prachi 1fa596fcf5 DeployVMCmd: Do not place the instance in default security group if groupId is provided 2012-04-30 17:07:30 -07:00
frank df82c8abf3 make cloudbridge buildable 2012-04-30 17:07:29 -07:00
prachi 46ccc1ec79 Fixes related to
- DescribeImages
- Fix Vm current state in runInstances
- Set hypervisor to UserVm response in CloudStack
2012-04-30 17:07:28 -07:00
prachi 1f81fca6d2 Fixed DescribeImages to list templates that are:
- private
- public
- shared by some other user
2012-04-30 17:07:27 -07:00
prachi a0d52a6d81 Fixes for run-instances:
- Use String for DomainId and NicId and NetworkId
- 3.0.x use String for Ids and not Long unlike 2.2.14
2012-04-30 17:07:26 -07:00
prachi c458990559 db and other setup files
eclipse project declaration
2012-04-30 17:07:24 -07:00
prachi 257494eac1 changes to build scripts to build and deploy cloudstack - tested for dev env only 2012-04-30 17:07:23 -07:00
prachi 5c8047270b Cloudbridge Source code 2012-04-30 17:07:22 -07:00
prachi f3c5d94530 libraries for CloudBridge project 2012-04-30 17:07:14 -07:00
Jessica Wang 40a84ffe1a CS-13162: cloudstack 3.0 UI - Instance page - detail view - add "Public IP" column. 2012-04-30 16:53:15 -07:00
Jessica Wang 84c13afa62 CS-14338: cloudstack 3.0 UI - Restore VM action - after action completed, show "Task completed: Restore Instance" instead of "Task completed: Restoring VM: null". 2012-04-30 16:42:08 -07:00
Jessica Wang 7c8f0ede7e CS-14206: cloudstack 3.0 UI - create network offering - show Elastic LB checkbox, LB Isolation dropdown only when (1)LB Service is checked (2)Service Provider is Netscaler (3)Guest IP Type is Shared;
show Elastic IP checkbox only when (1)StaticNat Service is checked (2)Service Provider is Netscaler (3)Guest IP Type is Shared.
2012-04-30 15:56:46 -07:00
Alena Prokharchyk e5ed22f55f bug 14694: when select valid clusters, exclude the removed ones
status 14694: resolved fixed
2012-04-30 13:10:49 -07:00
bfederle 5e40b6553d CS-13925: Fix missing end parenthesis 2012-04-30 10:51:25 -07:00
bfederle 498e406a95 CS-14084: Fix label on instance wizard 'review' step 2012-04-30 10:48:41 -07:00
bfederle d80688ddce CS-14461: Add more infrastructure page shortcuts
-Add additional shortcuts for:
  -Primary storage
  -Secondary storgage
  -Virtual routers
  -System VMs

-Replace host stats with the new shortcuts

-Add 'zone' dropdown to create form for the newly added-shortcuts'
 sections, to support creating these items without a zone context

Conflicts:

	ui/index.jsp
2012-04-30 10:36:02 -07:00
Abhi 007f291235 adding a plaintext authenticator 2012-04-30 16:41:35 +05:30
Nitin Mehta 8de5da1c91 bug CS-10789: Decrement and increment the resource count on volume correctly. 2012-04-30 11:15:12 +05:30
Nitin Mehta 6a056ad139 bug CS-10789: More changes for the imageformat, introdueced new column in db for the format, created scripts for doffernt hypervisors ...and the list goes on. 2012-04-30 11:14:43 +05:30
Nitin Mehta cf0b36319d bug CS-10789: Make the custome disk offering as system so that its not availble to the regular user.
Reviewed By: Kishan
2012-04-30 11:13:01 +05:30
Nitin Mehta c2d51d7038 bug CS-10789: Adding more code changes for usage, delete volume . 2012-04-30 11:11:54 +05:30
Nitin Mehta 10b32ce882 bug CS-10789: Adding volume sync and delete functionality. 2012-04-30 11:11:26 +05:30
Nitin Mehta 8196132f68 bug CS-10789: Preliminary upload and attach changes work . 2012-04-30 11:09:37 +05:30
Nitin Mehta 2d7471adb5 Bug 10808: More changes for uploadVolume. Create framework for upload volume progress communication between MS and SSVM. 2012-04-30 09:46:23 +05:30
Nitin Mehta 02407c48f3 Bug 10808: Add Upload Volume api and do validation. 2012-04-30 09:43:23 +05:30
Abhi 6726f3b0d0 bug CS-14663: accepting encoded password for MD5 2012-04-28 12:30:29 +05:30
Jessica Wang 77dd95a3b5 cloudstack 3.0 UI - add network offering - fix a bug that wrongly calculated advanced zones. 2012-04-27 16:16:40 -07:00
Jessica Wang 3b9f7bb0cd cloudstack 3.0 UI - check in new localization labels (Simplified Chinese vesion). 2012-04-27 15:32:30 -07:00
Jessica Wang 31997fa89d bug 14610: cloudstack 3.0 - single sign on - log out - not reload original location if onLogoutCallback() returns false because new location has been specified in onLogoutCallback(). 2012-04-27 15:01:56 -07:00
Sheng Yang ae0c3e0d26 CS-14421: Fix default interfaces file
I can't see why we set eth0 to dhcp by default. It would result in eth0 want to
get a DHCP address from outside. We should always assign ip through
cloud-early-config for it.

But one point is, the priority of cloud-early-config and networking script is
the same.  So even networking got some ip from outside, cloud-early-config
should able to override it(if cloud-early-config runs after networking) or
networking script won't get dhcp (if cloud-early-config runs before networking),
so I am not quite understand why router would get DHCP address in fact. Maybe
there are other issues.
2012-04-27 14:35:41 -07:00
Jessica Wang 83e904ab19 bug 14610: cloudstack 3.0 - single sign on - fix a bug that logout didn't work for single-sign-on. 2012-04-27 14:08:39 -07:00
Alena Prokharchyk f27a0a0386 Mark local storages as removed when they have no ref in storage_pool_host_ref
Conflicts:

	setup/db/db/schema-301to302.sql
2012-04-27 13:15:58 -07:00
Salvatore Orlando ce56ddf75a CS-14606: Restoring config parameter which was accidentally removed 2012-04-27 17:13:10 +01:00
Salvatore Orlando 6e024e945d CS-14606: Change name for config parameter 2012-04-27 16:38:33 +01:00
Jessica Wang a119abda0d cloudstack 3.0 UI - infrastructure - zone detail - physical network section - add Isolation method to listView. 2012-04-26 16:52:09 -07:00
Jessica Wang bf4232974f CS-14272: cloudstack 3.0 UI - Add Zone Wizard - physical networks step - add Isolation Method dropdown. 2012-04-26 16:18:42 -07:00
Alena Prokharchyk 62093a4308 CS-14633: db upgrade - remove config values that no longer exist on fresh setup 2012-04-26 11:05:50 -07:00
Alena Prokharchyk 7e4c5e1267 CS-14637: db upgrade - fixed inconsistencies in category/component fields for a bunch of global config variables 2012-04-26 10:09:53 -07:00
Jessica Wang 17c150a4f1 CS-14338: cloudstack 3.0 UI - instance page - Destroy VM action - change after-action message. 2012-04-25 14:04:34 -07:00
Alena Prokharchyk 12255db122 CS-14629: added missing global config variables
Conflicts:

	setup/db/db/schema-301to302.sql
2012-04-25 13:43:40 -07:00
bfederle 845e9b5408 CloudStack: Main UI logo fix
Fix logo not being present on fresh install (for commercial build),
after clicking out of quick install
2012-04-25 12:32:18 -07:00
Salvatore Orlando 23b20e3b04 Merge branch '3.0.x' of ssh://git.cloud.com/var/lib/git/cloudstack-oss into 3.0.x 2012-04-25 20:06:26 +01:00