Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Coriolis | 81 | 6 days ago | 3 | other | Python | |||||
Cloud Migration as a Service | ||||||||||
Os Migrate | 43 | 6 days ago | 15 | apache-2.0 | Python | |||||
OpenStack tenant migration tools | ||||||||||
Cyclone | 8 | 2 years ago | apache-2.0 | Go | ||||||
Clone OpenStack entities easily | ||||||||||
Benchmarking_live Migration | 5 | 6 years ago | apache-2.0 | Python | ||||||
Cloudferry | 5 | 6 years ago | apache-2.0 | Python | ||||||
Openstack workload migration tool | ||||||||||
Copystack | 4 | 4 years ago | 1 | apache-2.0 | Python | |||||
Utility for copying one OpenStack environment to the other. | ||||||||||
Stack2stack | 2 | 7 years ago | Python | |||||||
Openstack migration tool from one cloud to another | ||||||||||
Openstack Sandbox | 2 | 5 years ago | Python | |||||||
Exploration for conversion of CANFAR services to OpenStack | ||||||||||
Openstack Neat Ceilometer | 2 | 8 years ago | apache-2.0 | Python | ||||||
"A unified framework for resources monitoring and virtual machines migration in OpenStack". Master's Thesis. | ||||||||||
Os Livemigration | 1 | 11 years ago | Shell | |||||||
Enables Live-Migration on OpenStack Controller & Compute nodes |
OS Migrate is an open source toolbox for parallel cloud migration between OpenStack clouds. Parallel cloud migration is a way to modernize an OpenStack deployment. Instead of upgrading an OpenStack cluster in place, a second OpenStack cluster is deployed alongside, and tenant content is migrated from the original cluster to the new one. As hardware resources free up in the original cluster, they can be gradually added to the new cluster.
OS Migrate provides a framework for exporting and importing resources between two clouds. It's a collection of Ansible playbooks that provide the basic functionality, but may not fit each use case out of the box. You can craft custom playbooks using the OS Migrate collection pieces (roles and modules) as building blocks.
OS Migrate strictly uses the official OpenStack API and does not utilize direct database access or other methods to export or import data. The Ansible playbooks contained in OS Migrate are idempotent. If a command fails, you can retry with the same command.
Refer to the official documentation website for usage docs.
Please report any issues into the GitHub issue tracker.
Feel free to create a GitHub issue with your question.
For a more interactive chat, join the Matrix room #os-migrate:matrix.org.
See the OS Migrate developer documentation.