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
https://github.com/bvbharatk/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 commands, “vagrant init", "vagrant up”
...