Description of problem: The LifeCycle/Migrate feature when used on a Virtual Machine in a VMware setup does not provide the capability to move a VM to a folder. Version-Release number of selected component (if applicable): How reproducible: Select a VM in the Virtual Machines view, click LifeCycle, Click Migrate. The panel shown does not include the Folder to place the VM into. I have tried to edit the migrate dialog to include Folder placement yaml from the provisioning dialogs, but this is ignored. We should be able to click Migrate and change ANY of the values in the panel and CLOUDFORMS Management Engine differences the changes against the current values and migrates as required. Eg in this case, we should be able to hide ALL fields except for FOLDER, giving the user to select a folder from the drop down, and CLOUDFORMS Management Engine moves the VM to the new folder. This can be performed using VMware SOAP vimService call "MoveIntoFolder_Task" thanks
We are in the process of re-evaluating all RFEs, for the short-term, anything in unspecified is getting set to a low priority. In the coming weeks, these will all be reviewed and re-prioritized to something that closer reflects reality.
https://github.com/ManageIQ/manageiq/pull/17519
https://github.com/ManageIQ/manageiq-ui-classic/pull/4045
https://github.com/ManageIQ/manageiq-providers-vmware/pull/285
https://github.com/ManageIQ/manageiq-schema/pull/219
New commit detected on ManageIQ/manageiq-providers-vmware/master: https://github.com/ManageIQ/manageiq-providers-vmware/commit/2ad3dc5ce1bcdc6ea2de162be496c560a8b5014b commit 2ad3dc5ce1bcdc6ea2de162be496c560a8b5014b Author: Lucy Fu <lufu> AuthorDate: Tue Jun 19 13:09:36 2018 -0400 Commit: Lucy Fu <lufu> CommitDate: Tue Jun 19 13:09:36 2018 -0400 Add vm_move_into_folder method. https://bugzilla.redhat.com/show_bug.cgi?id=1090957 app/models/manageiq/providers/vmware/infra_manager.rb | 4 + 1 file changed, 4 insertions(+)
New commit detected on ManageIQ/manageiq/master: https://github.com/ManageIQ/manageiq/commit/6ec2e3f6d3aa6c96bcf08b60c5208de9ccdb99b5 commit 6ec2e3f6d3aa6c96bcf08b60c5208de9ccdb99b5 Author: Lucy Fu <lufu> AuthorDate: Tue Jun 19 13:07:57 2018 -0400 Commit: Lucy Fu <lufu> CommitDate: Tue Jun 19 13:07:57 2018 -0400 Support moving a VM to another folder during VM Migrate. https://bugzilla.redhat.com/show_bug.cgi?id=1090957 app/models/vm_migrate_task.rb | 22 +- app/models/vm_or_template/operations/relocation.rb | 15 + product/dialogs/miq_dialogs/vm_migrate_dialogs.yaml | 8 + spec/models/vm_migrate_task_spec.rb | 8 +- 4 files changed, 43 insertions(+), 10 deletions(-)
New commit detected on ManageIQ/manageiq-ui-classic/master: https://github.com/ManageIQ/manageiq-ui-classic/commit/8d7818b79a1f88a5816af68f062f30b7f4c45680 commit 8d7818b79a1f88a5816af68f062f30b7f4c45680 Author: Lucy Fu <lufu> AuthorDate: Mon Jun 4 14:40:12 2018 -0400 Commit: Lucy Fu <lufu> CommitDate: Mon Jun 4 14:40:12 2018 -0400 Add folder dropdown to VM Migrate. https://bugzilla.redhat.com/show_bug.cgi?id=1090957 app/views/miq_request/_prov_vm_migrate_dialog.html.haml | 8 + 1 file changed, 8 insertions(+)
on 5.10.0.3 I could see the folder relocation of VMs is possible.
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2019:0212