I am using the following script to setup my development environment: python /home/vagrant/cloudstack/tools/marvin/marvin/deployDataCenter.py -i /home/vagrant/devcloud.cfg
This script seems to run asynchronously; tasks get performed after the script has successfully returned. Is there a way that I can detect when the provisioning operations have finished, either successfully or unsuccessfully? Preferably, I would like to detect completion using a script, so a manually checking such as logging in to the UI and checking somewhere will not work for me. Many thanks, Chris