Instructions to reset the VMware Cloud Builder so that it can be re-used to go through the Cloud Foundation bring-up process multiple times.
Solution/Workaround:
1. Using putty login to cloud builder VM with admin account
2. Connect to the Postrgres database and remove the ‘execution’ and ‘Resource’ tables by executing
the following commands:
VCF 4.x sudo psql -U postgres -d bringup -h localhost delete from execution; delete from "Resource"; \q
VCF 5.1
sudo psql -U postgres -d bringup -h /usr/pgsql/13/bin/psql
delete from execution;
delete from "Resource";
\q
3. Refresh the browser and it will take you to the default window