Commit Graph

11592 Commits

Author SHA1 Message Date
prachi 5ffc9990c3 Corrected the encryption key path 2012-04-30 17:08:27 -07:00
prachi 42728c7f78 Fixed the Encryption util to not do anything when db.properties do not use encryption. 2012-04-30 17:08:26 -07:00
prachi a515a9441f Correcting the python location in the register script. 2012-04-30 17:08:25 -07:00
prachi 3207ef6b78 CS-14611 : Not able to connect to cloudbridge db
changes:
- Added the util code that CloudStack uses to decrypt the password
2012-04-30 17:08:24 -07:00
frank e6a60dfdc3 CS-14610
Management server not able to connect to DB when there is no password set for cloud user/ if password is set to anything other than 'cloud'

fixed
2012-04-30 17:08:22 -07:00
frank 0f542545e3 fix cloudbridge setup database script 2012-04-30 17:08:21 -07:00
prachi e9ae32f172 Call CS to get the ServiceOffering name for the SvcOfferingId 2012-04-30 17:08:20 -07:00
prachi 38fffccb58 - Changes to EC2MainServlet to turn down request in enable.ec2.api is 'false'
- runInstances now calls CS to get the matching serviceOffering for the EC2 instanceType
2012-04-30 17:08:19 -07:00
Likitha Shetty 860aa58540 Fix RevokeSecurityGroupIngressCmd in AWSAPI to use responsename returned by CloudStack
reviewed by: prachi
2012-04-30 17:08:18 -07:00
frank 3648a9cc73 remove duplicate %post for cloud-client 2012-04-30 17:08:17 -07:00
frank 8073a7a3bb run post script to link cloudbridge directories after cloud-client installed 2012-04-30 17:08:16 -07:00
Likitha Shetty c130768b94 DescribeSecurityGroup: Use String instead of Long for RuleId
RevokeSecurityGroupIngress: Match the response name that CloudBridge uses with that provided by Cloudstack
2012-04-30 17:08:15 -07:00
frank 51d3eda79e fix spec file 2012-04-30 17:08:13 -07:00
frank 35e62d693c add missing cloud-wsdl4j-1.6.2.jar 2012-04-30 17:08:12 -07:00
prachi 0f33c7c056 Cs-14524 - Change hardcode DB properties in hibernate cfg file of CloudBridge to dynamical reading from db.properties
Changes to read from DB host, user credentials from cloudStack's db.properties file instead of ec2-service.properties
2012-04-30 17:08:11 -07:00
frank 4a38ba087e to replace cloud-wsdl4j.jar which is 1.5.1 version with wsdl4j-1.6.2.jar used by CloudBridge 2012-04-30 17:08:10 -07:00
frank 692ac91ad6 get rid of cloud-setup-bridge-db from RPM spec file 2012-04-30 17:08:09 -07:00
frank 2f87c2212f merge cloud-setup-bridge-db to cloud-setup-databases 2012-04-30 17:08:08 -07:00
frank 2a64b1fff8 add post run script to cloud-aws-api 2012-04-30 17:08:06 -07:00
frank 98512131ed able to build awsapi RPM 2012-04-30 17:08:05 -07:00
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