Bug 1559184
Summary: | [RFE][L-8] Ability to rename VMs from UI | ||
---|---|---|---|
Product: | Red Hat CloudForms Management Engine | Reporter: | Tuan <tuado> |
Component: | UI - OPS | Assignee: | Hilda Stastna <hstastna> |
Status: | CLOSED ERRATA | QA Contact: | Kedar Kulkarni <kkulkarn> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 5.8.0 | CC: | bsorota, cpelland, gblomqui, hkataria, jocarter, kkulkarn, lavenel, mfeifer, mpovolny, obarenbo, simaishi, tuado |
Target Milestone: | MVP | Keywords: | FutureFeature, RFE |
Target Release: | 5.10.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | 5.10.0.11 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2019-02-07 23:01:18 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | Feature | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | VMware | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 1555371, 1591599 |
Comment 2
Bronagh Sorota
2018-06-26 18:12:57 UTC
Hi Bronagh, I know they use VMWare for sure. I have asked the customer if this is requested for any other providers they currently use. I am awaiting their response. Adam Assigning to you for now since it is, so far, VMware specific. Probably some non-provider specific changes involved but I will let you discuss the assignment of that part with GregB. Bronagh New commit detected on ManageIQ/manageiq/master: https://github.com/ManageIQ/manageiq/commit/ab665cd3eaf977940bf34e430ba2834f04de30df commit ab665cd3eaf977940bf34e430ba2834f04de30df Author: Adam Grare <agrare> AuthorDate: Mon Jul 2 13:04:21 2018 -0400 Commit: Adam Grare <agrare> CommitDate: Mon Jul 2 13:04:21 2018 -0400 Add the ability to rename a VM Adds a vm_rename operation to VmOrTemplate and a supports feature mixin feature. https://bugzilla.redhat.com/show_bug.cgi?id=1559184 app/models/mixins/supports_feature_mixin.rb | 1 + app/models/vm_or_template/operations.rb | 11 + 2 files changed, 12 insertions(+) New commit detected on ManageIQ/vmware_web_service/master: https://github.com/ManageIQ/vmware_web_service/commit/9efe51caa625191df593b110a0880c928e1a4d86 commit 9efe51caa625191df593b110a0880c928e1a4d86 Author: Adam Grare <agrare> AuthorDate: Mon Jul 2 13:01:30 2018 -0400 Commit: Adam Grare <agrare> CommitDate: Mon Jul 2 13:01:30 2018 -0400 Add MiqVimVm#renameVM method Add the ability to rename a VM from the MiqVimVm object. https://bugzilla.redhat.com/show_bug.cgi?id=1559184 lib/VMwareWebService/MiqVimVm.rb | 8 + lib/VMwareWebService/VimService.rb | 10 + 2 files changed, 18 insertions(+) New commit detected on ManageIQ/manageiq-providers-vmware/master: https://github.com/ManageIQ/manageiq-providers-vmware/commit/82de8c1e7c406e44140b625d409623825ec5b359 commit 82de8c1e7c406e44140b625d409623825ec5b359 Author: Adam Grare <agrare> AuthorDate: Mon Jul 2 13:03:47 2018 -0400 Commit: Adam Grare <agrare> CommitDate: Mon Jul 2 13:03:47 2018 -0400 Add the ability to rename a VM Add a vm_rename method to VMware VMs. https://bugzilla.redhat.com/show_bug.cgi?id=1559184 app/models/manageiq/providers/vmware/infra_manager.rb | 4 + app/models/manageiq/providers/vmware/infra_manager/template.rb | 2 + app/models/manageiq/providers/vmware/infra_manager/vm.rb | 2 + manageiq-providers-vmware.gemspec | 2 +- 4 files changed, 9 insertions(+), 1 deletion(-) New commit detected on ManageIQ/manageiq-ui-classic/master: https://github.com/ManageIQ/manageiq-ui-classic/commit/13114efa5345d245df1982fa0675c3316a927e41 commit 13114efa5345d245df1982fa0675c3316a927e41 Author: Hilda Stastna <hstastna> AuthorDate: Wed Jul 25 05:38:32 2018 -0400 Commit: Hilda Stastna <hstastna> CommitDate: Wed Jul 25 05:38:32 2018 -0400 Add Rename selected/this VM button to toolbar for VMs Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1559184 app/helpers/application_helper/toolbar/vm_infras_center.rb | 10 + app/helpers/application_helper/toolbar/x_vm_center.rb | 8 + 2 files changed, 18 insertions(+) On CFME build 5.10.0.14 I was able to rename VMware VMs via UI. 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 |