v-magine stuck waiting for controller puppet manifest to complete
This issue is due to a faulty CentOS update from Feb 20th 2017, here's a thread on the issue.
The V-Magine temporary workaround, until the CentOS repo is fixed, consists in editing:
resources\install-rdo.sh
Look for the line with:
exec_with_retry 5 0 /usr/bin/packstack --answer-file=$ANSWER_FILE
and add the following line before it:
exec_with_retry 5 0 /usr/bin/rpm -Uvh --nodeps https://buildlogs.centos.org/centos/7/cloud/x86_64/openstack-newton/common/python2-tinyrpc-0.5-2.el7.noarch.rpm || true
This will add the missing package. Restart the deployment afterwards.
I have just encountered the same error, and the above-mentioned fix did not solve it. Is this a matter of a missing package again?