Commit Graph

271 Commits

Author SHA1 Message Date
Joe Brockmeier
6d1ecb6be2 Updating build_asf.sh to remove incubating references. 2013-04-15 22:34:43 -05:00
David Nalley
f58c960c14 Didn't mean to commit that file to this branch 2013-03-01 13:27:42 -05:00
David Nalley
904f677ab1 CLOUDSTACK-1420 - deal with trademark-ifying 2013-03-01 13:27:03 -05:00
Chip Childers
1434ade395 CLOUDSTACK-697: Reordered the LICENSE and NOTICE file content (as well as descriptor.xml).
Signed-off-by: Chip Childers <chip.childers@gmail.com>
2012-12-21 10:09:31 -05:00
Chip Childers
5cc6864a53 Adding DISCLAIMER.txt to the marvin tool.
Signed-off-by: Chip Childers <chip.childers@gmail.com>
2012-10-17 12:29:01 -04:00
Chip Childers
a8e9e6961a CLOUDSTACK-326: Corrected marvin license file to be full ASLv2 license text
Signed-off-by: Chip Childers <chip.childers@gmail.com>
2012-10-12 16:42:44 -04:00
Chip Childers
9b52f1d084 CLOUDSTACK-326: Combining Marvin Sandbox README with README.tools.md
Signed-off-by: Chip Childers <chip.childers@gmail.com>
2012-10-12 16:12:50 -04:00
Chip Childers
45e591eb0f Removed KEYS file copy operation from the source build script.
Signed-off-by: Chip Childers <chip.childers@gmail.com>
2012-10-12 15:39:31 -04:00
Chip Childers
1c2dddfaec Source build modified to produce *.tar.bz2 instead of *.tar.gz
Signed-off-by: Chip Childers <chip.childers@gmail.com>

Conflicts:

	tools/build/build_asf.sh
2012-10-12 14:09:15 -04:00
Prasanna Santhanam
981804b456 Uniting all the READMEs from tools and test
There are various READMEs under Cloudstack. This makes it confusing for
finding the purpose of each directory and tool within the project. All
the necessary information can now be found in the top-level README.tools
that is markdown editable. For the most updated information however it
is best to provide a wiki link to the tool you have added. Each tool
lies in a seperate section, please keep formatting unchanged.

Conflicts:

	test/integration/README
	tools/marvin/README
2012-10-12 12:41:44 -04:00
Chip Childers
c1e0d6cd70 CLOUDSTACK-331: Added legal docs for ui/lib/excanvas.js
Signed-off-by: Chip Childers <chip.childers@gmail.com>
2012-10-12 12:37:09 -04:00
Rohit Yadav
de179b3a3a CLOUDSTACK-311: install.sh should install cloud-awsapi
Unlike rpms, cloud-client does not depend on cloud-awsapi. Hence, in
case of the ubuntu build it failed to get installed. Patch simply adds
rule that awsapi pkg be installed when mgmt server is installed. Upgrade
and remove scenarios also tested.

Note: user should remove her old apt-get cache from /var/cache/apt/*

Signed-off-by: Rohit Yadav <bhaisaab@baagi.org>
2012-10-11 01:16:50 +05:30
Chip Childers
da1ce5fd50 Added legal docs for axis2-codegen-1.4.1.jar 2012-10-09 23:15:11 -04:00
Chip Childers
3755097807 Added wss4j legal documentation 2012-10-09 22:23:58 -04: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
Edison Su
bf1295e797 CLOUDSTACK-248: install cloud-scripts twice during upgrade 2012-10-05 12:01:15 -07:00
David Nalley
34ecb25b0c adding an option to the build script to permit setting a pgp key with which to sign 2012-10-05 11:11:21 -07:00
Alex Huang
381c649bf3 Applied patch to get rid of cloud-premium 2012-10-01 17:14:24 -07:00
Chip Childers
632494d4a3 CLOUDSTACK-166 - Marking conntrackd.conf.templ as public domain 2012-09-27 17:23:29 -07:00
Chip Childers
6cd878d8e0 CLOUDSTACK-145 - Added licensing for ssh config 2012-09-27 17:22:56 -07:00
Chip Childers
046b5a425e Switched copyright symbols to (c) for easier reading in places where the character encoding is garbled. 2012-09-25 15:16:09 -07:00
Chip Childers
7f4a536173 Worked around a Whisker bug for the LICENSE file. 2012-09-25 15:14:33 -07:00
Chip Childers
fffd3ba625 Adding license headers and licensing details for patches folder. 2012-09-25 15:14:08 -07:00
Wido den Hollander
da0d21a908 Add license header for build_docs.sh 2012-09-24 10:23:32 -07:00
Wido den Hollander
4ab686f656 docs: Add build script
There is currently no script to build the docs with, this is an easy script
to build them.

An example how I use it:
$ cd ~wido/repos/cloudstack
$ tools/build/build_docs.sh -s $(echo ~wido/repos/cloudstack)
2012-09-24 10:23:25 -07:00
Edison Su
6350e957ae CLOUDSTACK-75: Modified installer text from 'Cloud.com CloudStack' to 'Apache CloudStack 2012-09-20 14:37:10 -07:00
Pradeep Soundararajan
8342772393 CLOUDSTACK-27 - Removing GCC
Signed-off-by: Chip Childers <chip.childers@gmail.com>
2012-09-20 14:00:06 -07:00
Chip Childers
7689433388 Fixed some file name issues for the build_asf.sh script 2012-09-20 13:59:44 -07:00
Alex Huang
63e22f9dc4 Removed two scripts not used in the release 2012-09-20 13:30:26 -07:00
Edison Su
92fdeb53bb add deb/rpm install.sh 2012-09-18 15:55:11 -07:00
Prasanna Santhanam
ce898f94d7 property files and build file fixes for simulator db changes 2012-09-18 15:46:40 -07:00
Manikanta Kattamuri
cfc2b85651 Removing eclipse .classpath and .project files as they are configured to ant build and adding the entries into .gitignore to stop further comitting of the files
Signed-off-by: Chip Childers <chip.childers@gmail.com>
2012-09-13 14:18:14 -04:00
Sebastien Goasguen
2329ee146a Correcting two instances of wiki.c.o to point to cwiki.a.o
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
2012-09-13 19:35:53 +05:30
Prasanna Santhanam
02d33344bd elasticIp added as virtual network in basic zone 2012-09-12 18:48:34 +05:30
Prasanna Santhanam
3eb75b57af IP ranges for public network in an EIP enabled zone 2012-09-12 18:48:33 +05:30
Prasanna Santhanam
9d2cf01717 Changes to accomadate the localstorage setting at zone level 2012-09-12 18:48:33 +05:30
Prasanna Santhanam
8ee8fdcc17 In basic zones enable the sg provider 2012-09-12 18:48:33 +05:30
Prasanna Santhanam
cc6dae1eb4 There can be only one physical network in basic zone 2012-09-12 18:48:33 +05:30
Prasanna Santhanam
c4f91b2914 Write results to stdout when result log is not specified 2012-09-11 11:06:23 +05:30
Edison.Su
653cdb3c5d CLOUDSTACK-64: remove junit 2012-09-10 23:15:05 -04:00
Edison.Su
c14dcd2da2 CLOUDSTACK-63: remove ant 2012-09-10 16:19:10 -04:00
Chip Childers
b1ae7c732c Partial fix for awsapi deploy-server issues that I introduced when trying to fix CLOUDSTACK-26 2012-09-10 14:42:08 -04:00
Sebastien Goasguen
5a9d7a7910 Remove tools/migration https://reviews.apache.org/r/6976/diff/
Signed-off-by: Mice Xia <mice_xia@tcloudcomputing.com>
2012-09-10 10:37:37 +08:00
Sebastien Goasguen
073a91544f Remove /tools/test which is taken over by /tools/marvin
Signed-off-by: Mice Xia <mice_xia@tcloudcomputing.com>
2012-09-10 10:37:37 +08:00
Sebastien Goasguen
edcceb60de Clean up docs in /tools/marvin:
removed /docs and pointed to new wiki page in README
2012-09-09 10:51:36 +05:30
Chip Childers
56a1da9f1e Correcting NOTICE file to include jquery 1.3.2, as well as some minor character fixes. 2012-09-07 20:11:22 -04:00
Chip Childers
ff81d0000e Resolving CLOUDSTACK-49 : Correct the source tar.gz and zip extract folder names to match the release artifact name. 2012-09-07 14:15:54 -04:00
Chip Childers
6ec623d2d5 Fixed file names in the build_asf.sh script 2012-09-07 13:36:09 -04:00
Chip Childers
975b16775d Fixed artifact names in build_asf script 2012-09-07 12:05:23 -04:00
Chip Childers
a246a7ac8a Corrected CAStorSDK.jar license documentation approach, as well as some minor descriptor.xml fixes. 2012-09-06 12:23:35 -04:00