This is the home of the Apache Cloudstack (incubating) space. Feel free to edit this page.
TODO: Fix link urls/migrated from wiki.cloudstack.org
http://www.cloudstack.org/irc.html
CloudStack community managers: David Nalley (ke4qqq), Mark Hinkle (mrhinkle)
Clients: Freenode Webchat, screen+irssi, XChat, Adium
Weekly development meetings happen in #cloudstack-meeting, logs and minutes are available here
http://www.cloudstack.org/mailing-lists.html
To subscribe, send an empty email to the list with '-subscribe' before @incubator.apache.org
Note: These forums will slowly be deprecated. Please bring all discussion to the cloudstack-users/cloudstack-dev mailng lists
Videos by Xen.org Community Manager
Apache CloudStack Future Release
http://wiki.cloudstack.org (old)
Git: Working with CloudStack code
Git Good Practices for commiters and contributors
Patch submission: Review Board (if your review gets shipped, remember to close the review)
How To Work With CloudStack Documentation
The link below gives a good overview of git jargon and its usage.
Distributed Development suggestion: http://nvie.com/posts/a-successful-git-branching-model/
CloudStack's Future Architecture
Setting up CloudStack Development Environment
DevCloud: Standalone development environment
CloudStack Packages and Dependencies
Get dependencies: Java, Maven 3.0+, Ant, Tomcat (use 6.0.33, problems with latest version), MySQL, gcc, python, git
Grab the source code:
$ git clone https://git-wip-us.apache.org/repos/asf/incubator-cloudstack.git $ git pull -v # Have your master updated
To build CloudStack, checkout: Building with Maven
$ mvn -P deps $ ant clean-all build-all $ ant deploy-server $ ant deploydb $ ant debug
To access your CloudStack Management Server, open in your browser: (localhost or IP/domain-name of your management server)
http://localhost:8080/client/
Marvin - Python CloudStack API testclient
How to write JUnit tests?
$ ant run-simulator (setup and run the cloudstack management server using a simulated hypervisor)
$ ant run-marvin -Dmarvin.config=<json.deployment.config> (deploy and configure the above server with the config specified)
ASF CS 4.0 Release - Test Plan for 4.0 release
SSVM troubleshooting / template download issues.
Xen (various versions)
KVM
VMWare
Bare-metal
Oracle VM (OVM)
Hyper-V? (Coming soon)