We created a bootstrap node as part of the deployment procedure. Now that the OpenShift Container Platform cluster is running, remove this node.
To remove the bootstrap node:
bootstrap_node:
- name: bootstrap
ip: 192.168.46.26
mac: B8:59:9F:C0:35:86
[ansible@csah ansible]$ sudo virsh list
[ansible@csah ansible]$ sudo virsh destroy bootstrapkvm
[ansible@csah ansible]$ sudo virsh undefine bootstrapkvm
[ansible@csah ansible]$ sudo rm -rf /home/bootstrapvm-disk.qcow2
Note: Replace the location of the qcow2 image as appropriate.