V2V plugin for ManageIQ.
The purpose of this repository is to provide UI infrastructure to ManageIQ for the V2V effort. V2V is an acronym for virtual to virtual, referring to the process of importing virtual machines from one virtualization platform to another.
- Adds Compute -> Migration section to ManageIQ.
- Define infrastructure mappings for migrating disks and lans from a source cluster to a destination cluster
- Define migration plans for one or more VMs associated with the infrastructure mapping
- Run a migration plan and observe the migration status for each VM
- The plugin uses PatternFly and PatternFly React UI dependencies
- Uses Redux and Redux Promise Middleware for API middleware
- Use Jest for snapshot testing UI components
- Use Ryan Florence's folder structure for React apps within a Rails application.
See the section on plugins in the ManageIQ Developer Setup
For quick local setup run bin/setup
, which will clone the core ManageIQ repository under the spec directory and setup necessary config files. If you have already cloned it, you can run bin/update
to bring the core ManageIQ code up to date.
The gem is available as open source under the terms of the Apache License 2.0.
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request