Uninstalling from Kolla OpenStack
Clean triliovault_datamover_api container
The container needs to be cleaned on all nodes where the triliovault_datamover_api
container is running.
The Kolla Openstack inventory file helps to identify the nodes with the service.
Following steps need to be done to clean the triliovault_datamover_api
container:
Stop the triliovault_datamover_api
container.
Remove the triliovault_datamover_api
container.
Clean /etc/kolla/triliovault-datamover-api
directory.
Clean log directory of triliovault_datamover_api
container.
Clean triliovault_datamover container
The container needs to be cleaned on all nodes where the triliovault_datamover
container is running.
The Kolla Openstack inventory file helps to identify the nodes with the service.
Following steps need to be done to clean the triliovault_datamover
container:
Stop the triliovault_datamover
container.
Remove the triliovault_datamover
container.
Clean /etc/kolla/triliovault-datamover
directory.
Clean log directory of triliovault_datamover
container.
Clean haproxy of Trilio Datamover API
The Trilio Datamover API entries need to be cleaned on all haproxy
nodes.
The Kolla Openstack inventory file helps to identify the nodes with the service.
Following steps need to be done to clean the haproxy
container:
Clean Kolla Ansible deployment procedure
Delete all Trilio related entries from:
To cross-verify the uninstallation undo all steps done in append Kolla Ansible yml files and clone Trilio Ansible role.
Trilio entries can be found in:
/usr/local/share/kolla-ansible/ansible/roles/
➡️ There is a role triliovault/etc/kolla/globals.yml
➡️ Trilio entries had been appended at the end of the file/etc/kolla/passwords.yml
➡️ Trilio entries had been appended at the end of the file/usr/local/share/kolla-ansible/ansible/site.yml
➡️ Trilio entries had been appended at the end of the file/root/multinode
➡️ Trilio entries had been appended at the end of this example inventory file
Revert to original Horizon container
Run deploy command to replace the Trilio Horizon container with original Kolla Ansible Horizon container.
Clean Keystone resources
Trilio created a dmapi service with dmapi user.
Clean Trilio database resources
Trilio Datamover API service has its own database in the Openstack database.
Login to Openstack database as root user or user with similar priviliges.
Delete dmapi database and user.
Destroy the Trilio VM Cluster
List all VMs running on the KVM node
Destroy the Trilio VMs
Undefine the Trilio VMs
Delete the TrlioVault VM disk from KVM Host storage
Last updated