DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.

DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
Description: Readily available Cloudtack Cloudstack with data center. With the help of Vagrant boxes and simulator, a thin ubuntu vm is provisioned, required software and Cloudtack Cloudstack are installed, followed by a deploy data center automatically.
...
Install Vagrant ( EX: apt-get install vagrant, preferably its latest version http://www.vagrantup.com/downloads.html )
Retrieve the code from below link
cd to directory "VagrantSimulator"
By default, it will create Cloudstack for 4.4-forward branch, but we can change it to whichever branch we want. Once vagrant simulator code is downloaded, we need to edit the below parameters for required branch under "bootstrap.sh" and then proceed further.
Under "VagrantSimulator" dir, run Run commands, “vagrant init", "vagrant up”
Now, we can login to CS and see Cloudstack with ready made data center available.
PSNote:
1 . Once we run vagrant up command, it will download good amount of content including a ubuntu box, cs and its dependencies etc. This may take some time. Idea is to parallelize this procedure in next cut.
Hope it is useful!!