cloudstack/tools/marvin/marvin/sandbox
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
..
advanced Correcting the example configurations for advanced and basic zone 2012-08-09 15:31:51 +05:30
basic Correcting the example configurations for advanced and basic zone 2012-08-09 15:31:51 +05:30
demo Changes to simulator setup files 2012-08-09 15:31:58 +05:30
README.txt Correcting two instances of wiki.c.o to point to cwiki.a.o 2012-09-13 19:35:53 +05:30
__init__.py Missing LICENSE headers for sandbox and __init__.py's 2012-08-04 17:29:47 +05:30
run-marvin.sh Simplifying the process of running the simulator. 2012-07-16 10:34:49 -07:00
testSetupSuccess.py Simplifying the process of running the simulator. 2012-07-16 10:34:49 -07:00

README.txt

Welcome to the marvin sandbox
----------------------------------

In here you should find a few common deployment models of CloudStack that you
can configure with properties files to suit your own deployment. One deployment
model for each of - advanced zone, basic zone and a simulator demo are given.  

$ ls -
basic/
advanced/
simulator/

Each property file is divided into logical sections and should be familiar to
those who have deployed CloudStack before. Once you have your properties file
you will have to create a JSON configuration of your deployment using the
python script provided in the respective folder.

The demo files are from the tutorial for testing with python that can be found at
   https://cwiki.apache.org/confluence/display/CLOUDSTACK/Testing+with+Python

A common deployment model of a simulator.cfg that can be used for debugging is
included. This will configure an advanced zone with simulators that can be used
for debugging purposes when you do not have hardware to debug with.

To do this:
$ cd cloudstack-oss/
$ ant run-simulator #This will start up the mgmt server with the simulator seeded

## In another shell
$ ant run-simulator