devcloud 0.4 has a problem where it is rebooting when running the deployDataCenter.py script [1]
The issue is due to the /opt/cloud/bin/heartbeat file is missing. I have seen some posts online that mention vhd-util may have not been setup, but both my local development machine and the devcloud host seem to have it: local development machine: vagrant@devcloud:~$ find cloudstack/ -name vhd-util cloudstack/client/target/generated-webapp/WEB-INF/classes/scripts/vm/hypervisor/xenserver/vhd-util cloudstack/client/target/cloud-client-ui-4.3.0/WEB-INF/classes/scripts/vm/hypervisor/xenserver/vhd-util cloudstack/scripts/vm/hypervisor/xenserver/vhd-util devcloud: root@devcloud:~# ls -lh /opt/cloud/bin/vhd-util -rwxr-xr-x 1 root root 312K Mar 1 06:32 /opt/cloud/bin/vhd-util Is anyone able to offer any suggestions where to look next for debugging this issue with the /opt/cloud/bin/heartbeat not existing? Many thanks, Chris --- [1] https://github.com/snowch/devcloud/issues/17