ansible-collections / community.vmware

Ansible Collection for VMware
GNU General Public License v3.0
344 stars 336 forks source link

vmware_vmotion: Cross-vCenter vMotion #881

Open necouchman opened 3 years ago

necouchman commented 3 years ago
SUMMARY

Support cross-vCenter vMotion with the vmware_vmotion plugin.

ISSUE TYPE
COMPONENT NAME

vmware_vmotion

ADDITIONAL INFORMATION

I'm working on a project where I have a large number of VMs to move from one vCenter to another, including both Storage vMotion and Compute vMotion. The vmware_vmotion module works great for both Compute and Storage vMotion within a single vCenter, but does not appear to contain the options and configurations required to move the VM from one vCenter to another.

ansibullbot commented 3 years ago

Files identified in the description:

If these files are inaccurate, please update the component name section of the description or use the !component bot command.

click here for bot help

ansibullbot commented 3 years ago

cc @Akasurde @Tomorrow9 @bedecarroll @goneri @lparkes @oboukili @pgbidkar @warthog9 click here for bot help

davvo84 commented 3 years ago

I follow with interest, I have same problem with linked vCenter

mariolenz commented 1 year ago

Maybe we can use some of the code from vmware_guest_cross_vc_clone to implement this. Ideally by moving the common code to a (new or already existing) module util instead of just copy&paste'ing.