Bug 1583017
Summary: | [RFE] Display the Virtual NIC Driver information attached to a specific VM/instance | ||
---|---|---|---|
Product: | Red Hat CloudForms Management Engine | Reporter: | Nikhil Gupta <ngupta> |
Component: | UI - OPS | Assignee: | lgalis |
Status: | CLOSED ERRATA | QA Contact: | Kedar Kulkarni <kkulkarn> |
Severity: | high | Docs Contact: | |
Priority: | unspecified | ||
Version: | 5.9.0 | CC: | agrare, gblomqui, hkataria, jfrey, jhardy, kkulkarn, lavenel, lgalis, mpovolny, obarenbo, rovalent, simaishi |
Target Milestone: | GA | Keywords: | FutureFeature |
Target Release: | 5.10.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | 5.10.0.0 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2019-02-07 23:02:55 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | Feature | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | CFME Core | Target Upstream Version: | |
Embargoed: |
Comment 5
lgalis
2018-05-30 03:52:57 UTC
So we have a model attribute which is unused for VM guest devices so no schema changes needed which is a big plus. New commit detected on ManageIQ/manageiq-providers-vmware/master: https://github.com/ManageIQ/manageiq-providers-vmware/commit/fda5cdfa7ab90e36bba855ed24fbab3da56f8fa5 commit fda5cdfa7ab90e36bba855ed24fbab3da56f8fa5 Author: Adam Grare <agrare> AuthorDate: Wed May 30 09:38:40 2018 -0400 Commit: Adam Grare <agrare> CommitDate: Wed May 30 09:38:40 2018 -0400 Parse the VirtualEthernetCard model type There are a number of different types of VirtualEthernetCards [0]: E1000, Vmxnet3, etc... and this can be useful information to know. We set the GuestDevice#model attribute for storage adapters, this reuses that column to set the NIC's "model" type. [0] https://code.vmware.com/apis/358/vsphere#/doc/vim.vm.device.VirtualEthernetCard.html https://bugzilla.redhat.com/show_bug.cgi?id=1583017 app/models/manageiq/providers/vmware/infra_manager/inventory/parser/virtual_machine.rb | 1 + app/models/manageiq/providers/vmware/infra_manager/refresh_parser.rb | 1 + spec/models/manageiq/providers/vmware/infra_manager/inventory/collector_spec.rb | 3 + spec/models/manageiq/providers/vmware/infra_manager/refresher_spec.rb | 1 + 4 files changed, 6 insertions(+) Backend done, moving to the UI team I do see the additional information provided in CFME build 5.10.0.19. Including Virtual Network name and Switch Type. 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 |