11Modules5Roles10Plugins2Dependencies
VMWare to Openstack / Openshift migration kit
This repository is a set of tools, Ansible and Python/Golang based for being able to migrate virtual machine from an ESXi/Vcenter environment to Openstack environment.
The code used OS-Migrate Ansible collection in order to deploy conversion host and setup correctly the prerequistes in the Openstack destination cloud. It also used the VMware and VMware_rest collections in order to gather informations from the source VMware environment.
The Ansible collection provides different steps to scale your migration from VMWare to Openstack:
This section list the required minimum versions of Ansible and Python, and any Python or external collection dependencies.
- ansible >= 2.15.0
- python >= 3.0
Red Hat customers can install this collection from the Ansible Automation Hub.
Community users can install this collection from Ansible Galaxy or GitHub. For detailed installation and usage instructions, refer to the VMware to OpenStack Guide.
To install from Galaxy:
ansible-galaxy collection install os_migrate.vmware_migration_kit
To install, use the Ansible Galaxy command-line tool:
ansible-galaxy collection install os_migrate.vmware_migration_kit
You can also include it in a requirements.yml file and install it with ansible-galaxy collection install -r requirements.yml, using the format:
collections:
- name: os_migrate.vmware_migration_kit
To upgrade the collection to the latest available version, run:
ansible-galaxy collection install os_migrate.vmware_migration_kit --upgrade
You can also install a specific version of the collection. Use the following syntax to install version 1.0.0:
ansible-galaxy collection install os_migrate.vmware_migration_kit:==1.0.0
To install from GitHub:
git clone https://github.com/os-migrate/vmware-migration-kit
See using Ansible collections for more details.
There are different ways to run the migration from VMware to OpenStack.
All of these are configurable with Ansible boolean variables.
The VMware Migration Toolkit uses virt-v2v for conversion. For a list of supported guest operating systems for virt-v2v, see the Red Hat Knowledgebase article: Converting virtual machines from other hypervisors to KVM with virt-v2v in RHEL 7, RHEL 8, RHEL 9, and RHEL 10.
RHOSO uses Kernel-based Virtual Machine (KVM) for hypervisors. For a list of certified guest operating systems for KVM, see the Red Hat Knowledgebase article: Certified Guest Operating Systems in Red Hat OpenStack Platform, Red Hat Virtualization, Red Hat OpenShift Virtualization and Red Hat Enterprise Linux with KVM.
This collection is maintained by the Red Hat OpenStack Migration team.
By ensuring correct connectivity, installation, user ACLs, and host setup, most migration issues can be avoided.
As Red Hat Ansible Certified Content, this collection is entitled to support through the Ansible Automation Platform (AAP) using the Create issue button on the top right corner of the Automation Hub.
If a support case cannot be opened with Red Hat and the collection has been obtained either from Galaxy or GitHub, community help is available through:
For Red Hat customers using this collection through Ansible Automation Hub, release information and distributions are available at: https://console.redhat.com/ansible/automation-hub/repo/published/os_migrate/vmware_migration_kit/distributions/
For community users who obtained this collection from Galaxy or GitHub, changelog information is available at: https://github.com/os-migrate/vmware-migration-kit/blob/main/CHANGELOG.md
For detailed guides, prerequisites, and troubleshooting, please see our docs https://os-migrate.github.io/documentation/.
Apache License, Version 2.0, https://www.apache.org/licenses/LICENSE-2.0.txt
| Product |
|---|
| Red Hat Ansible Automation Platform 2.4 |
| Red Hat Ansible Automation Platform 2.5 |
| Red Hat Ansible Automation Platform 2.6 |
This collection requires the following collections for use:
| Name | Summary |
|---|
The Red Hat Ecosystem Catalog is the official source for discovering and learning more about the Red Hat Ecosystem of both Red Hat and certified third-party products and services.
We’re the world’s leading provider of enterprise open source solutions—including Linux, cloud, container, and Kubernetes. We deliver hardened solutions that make it easier for enterprises to work across platforms and environments, from the core datacenter to the network edge.