Commit Graph

13916 Commits

Author SHA1 Message Date
Wido den Hollander 5f2f3c22cc debian: Dependency update cloud-awsapi
A lot of JAR files are provided by the Debian and Ubuntu package repositories.

We can depend on them instead of packaging them ourselfs.
2012-10-09 23:38:50 +02:00
Wido den Hollander 9e5a7b1323 debian: Update description cloud-awsapi package 2012-10-09 23:30:57 +02:00
Wido den Hollander 8b4814467a debian: Do not package the axis2 jar in cloud-deps
This is only needed by cloud-awsapi and we already package it there.
2012-10-09 23:29:51 +02:00
Chip Childers b07fa0f94e Changed link to docs from docs.cs.o to i.a.o/cs/docs 2012-10-09 17:03:57 -04:00
Edison Su a3e0fe8366 fix tab 2012-10-09 13:41:36 -07:00
Edison Su af17555089 fix ubuntu deb build 2012-10-09 13:27:22 -07:00
Edison Su ffe1dbbf53 add aws deb build 2012-10-09 13:27:22 -07:00
Chip Childers b68addeb00 Fixed verison number of CHANGES file from 4.0.0 to 4.0.0-incubating 2012-10-09 16:22:42 -04:00
Chip Childers c8c619a287 Removing references to the Nexus 1KV from the documentation, due to delaying CLOUDSTACK-301 to a later release. 2012-10-09 16:01:31 -04:00
Chip Childers 91cc2c0877 Removing references to the Nexus 1KV as a functional switching option, due to delaying CLOUDSTACK-301 to a later release. 2012-10-09 15:51:22 -04:00
Chip Childers 4b3b53d1fb Added CVE-2012-4501 as fixed in the CHANGES file 2012-10-09 15:17:14 -04:00
David Nalley 933ba9fc8b fixing release note validity issues 2012-10-09 11:52:40 -04:00
David Nalley c79ecc5f3a moving file to proper name 2012-10-09 11:16:16 -04:00
Radhika PC 7607843847 Release Notes for ASFCS 4.0
Signed-off-by: Chip Childers <chip.childers@gmail.com>
2012-10-09 10:17:49 -04:00
Rohit Yadav 1ead1730b4 CLOUDSTACK-292: Add commons-fileupload to cloud-deps 2012-10-09 19:05:25 +05:30
Rohit Yadav 9b53150cf5 CLOUDSTACK-292: Add missing jars to cloud-deps
- fixes axiom-impl version to avoid class load exception
- with copying of libs is not done in cloud.spec anymore, add jars to
  cloud-deps
- make aws-api package depend on cloud-deps
2012-10-09 16:20:03 +05:30
Marcus Sorensen 460b3f8217 usage: Fix init scripts for RHEL based distros to use --pidfile instead of -p 2012-10-09 10:53:31 +05:30
frank 5c3ec15410 remove c3p0 from awsapi dependency as we don't need it 2012-10-08 21:07:31 -07:00
frank 2f9941d85f add missing jar for awsapi as maven dependency 2012-10-08 20:46:43 -07:00
frank 5433053679 bring missing jars back to awsapi 2012-10-08 20:32:01 -07:00
David Nalley ac9b2cd069 fixing admin guide build 2012-10-08 21:58:56 -04:00
frank 1814df52b5 remove changes of /etc/security/limits.conf from spec file 2012-10-08 17:27:16 -07:00
Chip Childers ce970a6e13 Added CHANGES file to RAT ignore list 2012-10-08 20:04:49 -04:00
Chip Childers 66a3c1c3ac Added KVM support for Ubuntu 12.04 and RHEL 6.3 to CHANGES 2012-10-08 19:51:30 -04:00
Chip Childers a1e6e1de8e Edited CHANGES file to correct AWSAPI reference 2012-10-08 19:51:21 -04:00
Chip Childers 5457dd6e64 Edit to CHANGES 2012-10-08 19:51:09 -04:00
Chip Childers 0427097a04 Adding a CHANGES file 2012-10-08 19:50:59 -04:00
Alena Prokharchyk 29e6dae86d CLOUDSTACK-287: don't allow API call against system account (adding users to system account is prohibited; can't delete/update System account)
Conflicts:

	server/src/com/cloud/user/AccountManagerImpl.java
2012-10-08 11:00:46 -07:00
Alena Prokharchyk cfd2091337 Fixed CLOUDSTACK-287
1) Always fail to authenticate system user.
2) DB - always create system user with RANDOM not null password
3) Don't allow modifying (setting api/secretKeys, etc) system user via API

Conflicts:

	server/src/com/cloud/user/AccountManagerImpl.java
	setup/db/db/schema-305to306.sql
2012-10-08 10:51:41 -07:00
Hugo Trippaers 098a78a171 [CLOUDSTACK-283] Add Nicira NVP calls to the api docs 2012-10-08 16:20:45 +02:00
Sebastien Goasguen c0d4dcf697 New devcloud.cfg to be used with marvin deployDataCenter.py to configure devcloud infra
Signed-off-by: Chip Childers <chip.childers@gmail.com>
2012-10-08 10:16:00 -04:00
Rohit Yadav 4448042037 CLOUDSTACK-257: Add jasypt and axiom
Define rule for ant to copy jasypt and axiom to deploy-rpm target.
2012-10-08 18:56:55 +05:30
Rohit Yadav a286f68723 CLOUDSTACK-257: Copy jars to awsapi/WEB-INF/lib
Uncomment rule in build/build-aws-api.xml to copy libs to:
/usr/share/cloud/bridge/webapps/awsapi/WEB-INF/lib
2012-10-08 17:31:42 +05:30
Rohit Yadav 21bea9c8e2 Revert: "Restore the lib directory"
This reverts commit 3b78d6980a.

Conflicts:
	cloud.spec
2012-10-08 17:22:08 +05:30
Rohit Yadav e241925057 CLOUDSTACK-221: Force symlink if any existing symlink
Force symlink, in case there is an existing symlink but the file it
links to does not exist.
2012-10-08 16:39:58 +05:30
Alex Huang 3b78d6980a Restore the lib directory 2012-10-08 04:07:28 -07:00
Rohit Yadav 98eef5c949 CLOUDSTACK-221: Add user/group before installing aws-api
Since cloud-client requires aws-api package, and is installed
before aws-api, the patch sets up user/group first.

Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
2012-10-08 15:40:35 +05:30
Alex Huang 8ec7cf2b42 More changes 2012-10-08 02:56:32 -07:00
Alex Huang ef43dc7fea it's 1.9.0 not 1.9....duh 2012-10-08 01:51:30 -07:00
Alex Huang fbdaa45276 Fixed more problems with aws 2012-10-08 00:57:12 -07:00
Alex Huang 52e70e60cd Changed the jar file to 1.9 2012-10-08 00:02:49 -07:00
Alex Huang f260dae815 Checked in the license 2012-10-07 23:54:25 -07:00
frank 4de2b0f02d CloudStack CLOUDSTACK-257
AWS Api is not correctly deployed

fix cloud-setup-databases for awsapi
2012-10-07 23:14:10 -07:00
root ef828127c2 fix build 2012-10-07 16:22:44 -07:00
John Kinsella ef5db9d623 Ensuring system user has password set. 2012-10-07 13:40:19 -07:00
frank e4b88a707e CloudStack CLOUDSTACK-257
AWS Api is not correctly deployed

resolved fixed
2012-10-07 12:35:44 -07:00
Alex Huang 608c8c450d Changed the hardcoded vmware path to point to cloud/common 2012-10-06 23:08:59 -07:00
frank fb88d2e9de port fix for CS-16214 2012-10-05 19:40:46 -07:00
Edison Su 6daf9a94f2 CLOUDSTACK-273: backport fixes from 3.0.x branch: 70d41f103b 2012-10-05 19:20:48 -07:00
Marcus Sorensen 521b0f6401 KVM: removes check for 'snapshot' text in qemu-img --help output
Signed-off-by: Edison Su <sudison@gmail.com>
2012-10-05 17:59:13 -07:00