mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
* ant run-simulator - will seed the simulator jar and start CS
* ant run-marvin -Dmarvin.config="/path/config/file" - will
* configure a
cloudstack as per the given configuration. marvin.config - defaults
to a
two host simulator in an advanced zone
You can then connect your debugger over localhost:8787 or use the CS
ui
at localhost:8080/client for testing.
From: Prasanna Santhanam(Prasanna.Santhanam@citrix.com)
12 lines
205 B
INI
12 lines
205 B
INI
DBUSER=cloud
|
|
DBPW=cloud
|
|
MSLOG=vmops.log
|
|
APISERVERLOG=api.log
|
|
DBHOST=localhost
|
|
DBROOTPW=
|
|
AGENTLOGDIR=logs
|
|
AGENTLOG=logs/agent.log
|
|
MSMNTDIR=/mnt
|
|
COMPONENTS-SPEC=components-simulator.xml
|
|
AWSAPILOG=awsapi.log
|