Uninstalling from RHOSO
1] Uninstall TVO Control Plane Services
cd triliovault-cfg-scripts/redhat-director-scripts/rhosp18/ctlplane-scripts/
./uninstall_tvo_control_plane.sh1.1] Uninstall operator - tvo-operator
cd triliovault-cfg-scripts/redhat-director-scripts/rhosp18/ctlplane-scripts/
./uninstall_operator.sh <TVO_OPERATOR_CONTAINER_IMAGE_URL>1.2] Delete old trilio-galera cluster pvcs and pv
oc -n trilio-openstack get pvc
oc -n trilio-openstack delete pvc <pvc0> <pvc1> <pvc2>1.3] Unmount the backup targets
oc get nodes -l trilio-control-plane=enabled
Example:-
[openstackdev@localhost dataplane-scripts]$ oc get nodes -l trilio-control-plane=enabled
NAME STATUS ROLES AGE VERSION
master1 Ready control-plane,master,worker 90d v1.31.6
master2 Ready control-plane,master,worker 90d v1.31.6
master3 Ready control-plane,master,worker 90d v1.31.6
2] Uninstall TVO Data Plane Services
2.1] Log into each compute node, then stop and disable all Trilio services using the approach outlined below.
2.2] Clean Trilio Keystone resources
2.3] Clean Trilio database resources
Last updated
Was this helpful?
