Bug 1462834 - [RFE] Collect and report speed and number of Physical CPUs
Summary: [RFE] Collect and report speed and number of Physical CPUs
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Red Hat CloudForms Management Engine
Classification: Red Hat
Component: Reporting
Version: 5.8.0
Hardware: All
OS: All
medium
medium
Target Milestone: GA
: cfme-future
Assignee: Loic Avenel
QA Contact: Einat Pacifici
URL:
Whiteboard: container
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2017-06-19 16:11 UTC by Felix Dewaleyne
Modified: 2022-03-13 14:19 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2019-01-24 19:25:53 UTC
Category: ---
Cloudforms Team: Container Management
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)
provider_summary.csv (198 bytes, text/plain)
2017-06-19 16:11 UTC, Felix Dewaleyne
no flags Details

Description Felix Dewaleyne 2017-06-19 16:11:36 UTC
Created attachment 1289148 [details]
provider_summary.csv

Description of problem:
OCP providers show "00 Mhz" and "0" physical cpus but other reports include the number of cpus on the hosts

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

How reproducible:
all the time

Steps to Reproduce:
1.attach ocp provider to cfme 5.8
2.generate provider summary report
3.

Actual results:
for most of the CPU flags there is either 0 cpu counted or the cpu speed

Expected results:
take into account the number of physical cpus on the nodes and their speed

Additional info:
data attached has been sanitized

Comment 4 Federico Simoncelli 2017-10-20 12:16:42 UTC
Currently these are the only information reported by OpenShift:

apiVersion: v1
kind: Node
metadata:
  labels:
    beta.kubernetes.io/arch: amd64
    beta.kubernetes.io/os: linux
  ...
status:
  allocatable:
    cpu: "4"
    memory: 16163932Ki
    pods: "40"
  capacity:
    cpu: "4"
    memory: 16266332Ki
    pods: "40"
  ...
  nodeInfo:
    architecture: amd64
    bootID: a3ae6408-1d34-...
    containerRuntimeVersion: docker://1.12.6
    kernelVersion: 3.10.0-514.16.1.el7.x86_64
    kubeProxyVersion: v1.6.1
    kubeletVersion: v1.6.1
    machineID: 163cbcca326ec...
    operatingSystem: linux
    systemUUID: 0ABFEFE4-4EB2-...

Physical CPUs and CPU Speed are currently not reported and cannot be captured by ManageIQ.

Moving this BZ to RFE which will probably need to be blocked on an OpenShift RFE.

Comment 5 Josh Carter 2019-01-24 19:25:53 UTC
Thank you for your interest in CloudForms. We have evaluated this feature request, and we do not expect this to be implemented in product in the foreseeable future. We are therefore closing this out as WONTFIX. If you have any concerns about this, please feel free to contact CloudForms Product Management .. Thank you.

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.