Marvin `deployDataCenter.py` Troubleshooting Summary
1) Marvin deployDataCenter.py — Issues & Fixes 1.1 Running marvin from the root Fix: Run from repo root: cd ~/lab/cloudstack python3 tools/marvin/marvin/deployDataCenter.py -i setup/dev/advanced.cfg 1.2 DNS: sim Not Resolvable Symptom UnknownHostException: sim: Name or service not known Fix Options Add to /etc/hosts: echo "127.0.0.1 sim" | sudo tee -a /etc/hosts Or change host URLs in advanced.cfg to: http://127.0.0.1/c0/h0 1.3 Host Authentication Error (KVM path only) Symptom errorText: [Authentication error with host password] Fix...