Bug 1573503

Summary: [RFE] Show Provider Name in list pages for Datastores and Hosts
Product: Red Hat CloudForms Management Engine Reporter: Ilanit Stein <istein>
Component: UI - OPSAssignee: Brian McLaughlin <bmclaugh>
Status: POST --- QA Contact: Sudhir Mallamprabhakara <smallamp>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 5.9.0CC: dmetzger, gblomqui, hkataria, jhardy, lavenel
Target Milestone: GAKeywords: FutureFeature
Target Release: 5.12.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard: hosts,datastores
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: Bug
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: CFME Core Target Upstream Version:
Embargoed:
Attachments:
Description Flags
Hosts_with_same_names.png
none
Datastores_with_same_names.png none

Description Ilanit Stein 2018-05-01 14:24:02 UTC
Created attachment 1429185 [details]
Hosts_with_same_names.png

Description of problem:
Further to CFME-5.8/5.9 PR: "Remove Host name uniqueness check and retry-loop"  https://github.com/ManageIQ/manageiq/pull/15795
that fix bug 1511030.
We have a situation now that the hosts/Datastores and maybe other components as well are displayed in the UI with the same name, and there is no visible way to identify to which provider they belong to (which is required from time to time).
It is not visible neither in the Hosts/Datastores pages (in any view type), nor in the Host/Datastore details (summary) page.
  
Version-Release number of selected component (if applicable):
CFME-5.8/5.9

How reproducible:
Have providers added to CFME that contain Hosts/Datastores with same names.

Expected results:
The Hosts/Datastores with same names should have additional marking of the provider they belong to, to allow user to identify them.
This additional marking can be in the Hosts\Datastores list pages (Which seem best IMO), or when entering the Host/DataStore details page, adding provider field.

Comment 2 Ilanit Stein 2018-05-01 14:24:36 UTC
Created attachment 1429186 [details]
Datastores_with_same_names.png

Comment 3 Adam Grare 2018-05-01 14:48:51 UTC
If the problem is specifically hosts/datastores with the same name I don't think adding which provider they're on is going to solve this because you can have hosts and datastores with the same name on a single provider.  Additionally datastores don't belong to a single provider but can potentially be used by many.

Some way of being able to see which provider a host/vm belongs to on the global list sounds like a reasonable request, though this is more of a UI/UX request since the data is available in the backend already.

Comment 8 CFME Bot 2019-10-10 11:21:33 UTC
New commit detected on ManageIQ/manageiq-ui-classic/master:

https://github.com/ManageIQ/manageiq-ui-classic/commit/b46f81462ffdfd8f00349e7f3f1b15b558c5dcb8
commit b46f81462ffdfd8f00349e7f3f1b15b558c5dcb8
Author:     Brian McLaughlin <bmclaugh>
AuthorDate: Tue Oct  8 11:42:15 2019 -0400
Commit:     Brian McLaughlin <bmclaugh>
CommitDate: Tue Oct  8 11:42:15 2019 -0400

    Add Provider to List view of Infra/Hosts and Infra/Datastores

    Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1573503

 product/views/Host.yaml | 5 +
 product/views/Storage.yaml | 3 +
 2 files changed, 8 insertions(+)