This is an old revision of the document!
FAQ's For Arno
This page will list guidance derived from frequent questions and requests for support from the opnfv-users mail list.
How to redeploy a virtual Foreman install? I tried clean.sh, But it takes more time but not able to clean up every thing.
(original thread)
clean.sh may not clean up a virtual deployment (only the Foreman VM). You can cd /tmp/<each node>, and do a "vagrant destroy" to destroy it, where "each node" is going to be controller1..3, compute. This will be fixed in SR1.
if [ "$node_type" == "controller" ]; then
sed -i 's/^.vb.memory =.$/ vb.memory = 4096/' Vagrantfile
else
sed -i 's/^.vb.memory =.$/ vb.memory = 16384/' Vagrantfile
sed -i 's/^.vb.cpus =.$/ vb.cpus = 8/' Vagrantfile
fi