ravening commented on issue #4347: URL: https://github.com/apache/cloudstack/issues/4347#issuecomment-700030771
I usually run the following commands Start the simulator ``` docker run --name simulator -p 8080:8080 -d cloudstack/simulator ``` Start the marvin ``` docker run -ti --rm --name marvin --link simulator:8096 cloudstack/marvin ``` Deploy zone using marvin ``` docker run -ti --rm --link simulator:8096 cloudstack/marvin python /marvin/marvin/deployDataCenter.py -i /marvin/dev/advanced.cfg ``` if the above command fails then I usually get the ip of the `simulator` container and that in `mgtSvr` `dbSvr` section in `/marvin/dev/advanced.cfg` and run again ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
