This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. delete my hypervisor and engine VMs from libvirt | |
2. go to Hosts -> Discovered Hosts and delete each host individually | |
* if you get an error about tokens then you need to delete them manually from the DB: | |
* vagrant ssh | |
* sudo -s | |
* sudo -u foreman psql | |
* > delete from tokens; | |
* > \q | |
* repeat step 2, deleting hosts from UI | |
3. go to RHCI Installer -> Deployments, DELETE the deployment |