Bug 1404223 - Dashboard missing instances count for RHOS infra provider
Summary: Dashboard missing instances count for RHOS infra provider
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Red Hat CloudForms Management Engine
Classification: Red Hat
Component: Providers
Version: 5.7.0
Hardware: Unspecified
OS: Unspecified
low
low
Target Milestone: GA
: cfme-future
Assignee: Scott Seago
QA Contact: Omri Hochman
URL:
Whiteboard: openstack
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-12-13 12:12 UTC by Ronnie Rasouli
Modified: 2018-10-02 14:33 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
: 1404225 (view as bug list)
Environment:
Last Closed: 2018-10-02 14:31:06 UTC
Category: ---
Cloudforms Team: Openstack
Target Upstream Version:


Attachments (Terms of Use)

Description Ronnie Rasouli 2016-12-13 12:12:48 UTC
Description of problem:

Dashboard is missing the number of instances in cloud provider

Version-Release number of selected component (if applicable):
5.7.0.14

How reproducible:
100%

Steps to Reproduce:
1. Login to CFME UI
2. Click on RHOS infra provider 
3. Click on the dashboard icon at the top right corner

Actual results:

VM's are 0

Expected results:


Additional info:

Comment 3 Scott Seago 2018-06-06 17:57:06 UTC
For the RHOS infra provider, instances are shown in MIQ as Nodes, so the VMs count should always be zero. I'm not sure whether this means that the UI is correct as-is, or whether the VMs section should be hidden/removed, though.

Comment 4 Marek Aufart 2018-06-07 05:54:30 UTC
I believe, that VM count section should be populated by data from connected Cloud Provider (if it is present).

Comment 5 Scott Seago 2018-06-08 02:39:33 UTC
Marek -- are you saying that you think the code is already trying to do this (and failing), or that we should change it to do that? Looking at the summary view (instead of dashboard), I notice that the VMs section is omitted completely. We se nodes but not VMs (or instances). Also, if you click on Infra -> Virtual Machines, you don't see anything there, since it's just showing VMs associated with infra providers. It doesn't pull in instances from connected cloud providers. Removing the VMs widget from the dashboard view to make it consistent with the summary view might make the most sense, but only if it's easy to pull it out for just OpenStack -- with something like supports_vms? if something similar exists (or can be added)

Comment 6 Scott Seago 2018-06-08 14:06:50 UTC
Marek -- for the summary, it looks like we're explicitly hiding the VMs count for OpenStack infra:

  def textual_vms
    return nil if @record.kind_of?(ManageIQ::Providers::Openstack::InfraManager)

    textual_link(@record.vms, :label => _("Virtual Machines"))
  end

Comment 7 Josh Carter 2018-10-02 14:31:06 UTC
Dear customer, 

The CloudForms team is reviewing the current CloudForms Bug(defect) backlog in order to target engineering efforts. We are closing any bugs for versions that no longer have an active errata stream or that have hit their age limit. We are committing to better management of the backlog as we move forward. If you have an bug that you are still able to reproduce on a current version of CloudForms please open a new bug. 

If you have any concerns about this, please let us know.

Thanks and regards!

Comment 8 Josh Carter 2018-10-02 14:33:34 UTC
Dear customer, 

The CloudForms team is reviewing the current CloudForms Bug(defect) backlog in order to target engineering efforts. We are closing any bugs for versions that no longer have an active errata stream or that have hit their age limit. We are committing to better management of the backlog as we move forward. If you have an bug that you are still able to reproduce on a current version of CloudForms please open a new bug. 

If you have any concerns about this, please let us know.

Thanks and regards!


Note You need to log in before you can comment on or make changes to this bug.