VM Migration Tool
Introduction
VM Migration Tool is a stand alone utility provided by Trilio for effective migration of VMs from VMWare to OpenStack. This will assist users in planning the migration, creating any missing artifacts, and providing a holistic view of the migration process at an organizational level.
Current document provides the steps to be followed for deploying respective tool.
1] Pre-requisites
A Linux VM (CentOS OR Ubuntu will do) with docker
installed on it.
2] Prepare working dir and contents
2.1] Clone public repository triliovault-cfg-scripts on the standalone VM (at any convenient location) created for deploying the VM Migration tool.
For actual value {{ trilio_branch }}, please refer resources page against respective release.
2.2] On the VM, copy nginx, env, docker-compose.yml & vmosmapping.conf from triliovault-cfg-scripts to /opt directory.
2.3] Set values against params in /opt/env file.
2.4] Set values against params in /opt/vmosmapping.conf file.
3] Deploy VM Migration Tool
3.1] To deploy the VM Migration Tool on standalone VM, please execute below command in background mode.
3.2] Deployment checks
Run
docker ps -a
; 4 containers should be running, viz redis, nginx, trilio_vm2os & opt-worker-1.Sample output below (Forwarded port number can be different as per the value provided in
/opt/env
file)
4] Access Tool Dashboard
Respective Migration tool can be accessed with URL : <VM_IP>:<NGINX_PORT> Example
For logging into dashboard, use the credentials provided under [user] section in /opt/vmosmapping.conf
file
Last updated