I am planning on adding this to the existing vm_reconfigure_task code since that follows with how you do this in vmware. One tricky point is how do you get a list of ISOs to be able to select? We get files on datastores through datastore smartstate which creates StorageFile records, there is an `ext_name: "iso"` which we can use to get the list of ISO images but it will require a smartstate scan. As for Hyper-V support, we don't have vm reconfigure at all for scvmm nor do we have storage smartstate so this feature is going to be drastically more difficult for scvmm.
https://github.com/ManageIQ/vmware_web_service/pull/37
https://github.com/ManageIQ/manageiq-providers-vmware/pull/244
https://github.com/ManageIQ/manageiq/pull/17365
New commit detected on ManageIQ/manageiq/master: https://github.com/ManageIQ/manageiq/commit/c8fbfdc9c5527a75fdc1a54b0ac356c133f3614d commit c8fbfdc9c5527a75fdc1a54b0ac356c133f3614d Author: Adam Grare <agrare> AuthorDate: Thu Apr 26 16:49:13 2018 -0400 Commit: Adam Grare <agrare> CommitDate: Thu Apr 26 16:49:13 2018 -0400 Add support for reconfigure cdroms https://bugzilla.redhat.com/show_bug.cgi?id=1533728 app/models/mixins/supports_feature_mixin.rb | 1 + app/models/vm_reconfigure_task.rb | 2 + 2 files changed, 3 insertions(+)
New commit detected on ManageIQ/vmware_web_service/master: https://github.com/ManageIQ/vmware_web_service/commit/0a71f13fa93e351e64001d96c46c94313158cbf3 commit 0a71f13fa93e351e64001d96c46c94313158cbf3 Author: Adam Grare <agrare> AuthorDate: Mon Apr 30 09:17:21 2018 -0400 Commit: Adam Grare <agrare> CommitDate: Mon Apr 30 09:17:21 2018 -0400 Add a getDeviceByLabel method Add a method to return a VirtualDevice by label and refactor the existing getDeviceKeysByLabel to use it. https://bugzilla.redhat.com/show_bug.cgi?id=1533728 lib/VMwareWebService/MiqVimVm.rb | 20 +- 1 file changed, 8 insertions(+), 12 deletions(-)
New commit detected on ManageIQ/manageiq-providers-vmware/master: https://github.com/ManageIQ/manageiq-providers-vmware/commit/fd8c9eb9ac416852c2b12a5432a1c54ceb130b51 commit fd8c9eb9ac416852c2b12a5432a1c54ceb130b51 Author: Adam Grare <agrare> AuthorDate: Thu Apr 26 16:49:37 2018 -0400 Commit: Adam Grare <agrare> CommitDate: Thu Apr 26 16:49:37 2018 -0400 Add support for reconfigure cdrom https://bugzilla.redhat.com/show_bug.cgi?id=1533728 app/models/manageiq/providers/vmware/infra_manager/vm.rb | 2 +- app/models/manageiq/providers/vmware/infra_manager/vm/reconfigure.rb | 70 +- spec/models/manageiq/providers/vmware/infra_manager/vm/reconfigure_spec.rb | 99 +- 3 files changed, 159 insertions(+), 12 deletions(-)
https://github.com/ManageIQ/manageiq-ui-classic/pull/3956https://github.com/ManageIQ/manageiq-ui-classic/pull/3956
Niyaz - BZ1601570 is Verified. Can you verify this BZ? - Sudhir
Hi Sudhir, I followed the steps but seems to be issue while verification. On Friday I had discussion with lgalis on gitther regarding the this bz. lgalis working on it.
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