Bug 837154 - [RFE]SAM should display the hosts' type and version on systems tab about system details
Summary: [RFE]SAM should display the hosts' type and version on systems tab about syst...
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Subscription Asset Manager
Classification: Retired
Component: katello
Version: 1.2
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: rc
: ---
Assignee: Tom McKay
QA Contact: SAM QE List
URL:
Whiteboard:
Depends On: 853194
Blocks: 837917 sam20-tracker
TreeView+ depends on / blocked
 
Reported: 2012-07-03 02:34 UTC by Hui Wang
Modified: 2016-03-11 03:34 UTC (History)
4 users (show)

Fixed In Version:
Clone Of:
: 837917 853194 (view as bug list)
Environment:
Last Closed: 2016-03-11 03:34:06 UTC
Embargoed:


Attachments (Terms of Use)

Description Hui Wang 2012-07-03 02:34:28 UTC
Description of problem:
SAM supports different hypervisors to be registered to SAM. 
It should be display what is the type and version of the host.
e.g, if the host is ESX, pls display the type and version like this: ESX 5.0;
if the host is kvm, pls display the type and version like this: kvm 0.12.1.2-2.295.el6.x86_64.

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


How reproducible:


Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 Tom McKay 2012-08-27 19:50:37 UTC
Does the hypervisor type come up with the system facts? If you could print out system facts, that would be helpful. If it's not in the facts, this BZ will need to be cloned to subscription-manager and/or virt-who

Comment 2 Tom McKay 2012-09-07 16:16:28 UTC
Destined for RHEL 6.5
See https://bugzilla.redhat.com/show_bug.cgi?id=853194

Comment 3 Hui Wang 2012-12-19 07:39:17 UTC
(In reply to comment #1)
> Does the hypervisor type come up with the system facts? If you could print
> out system facts, that would be helpful. If it's not in the facts, this BZ
> will need to be cloned to subscription-manager and/or virt-who
On the host(KVM):
# subscription-manager  facts --list
....
uname.release: 2.6.32-343.el6.x86_64
^^^^^^^^^^^^^^Kernel version
uname.sysname: Linux
uname.version: #1 SMP Mon Nov 19 16:46:10 EST 2012
virt.host_type: Not Applicable
virt.is_guest: False

On the guest that is running on the host(KVM)
# subscription-manager  facts --list
.........
virt.host_type: kvm
^^^^^^^^^Host type
virt.is_guest: True
virt.uuid: 92582471-35d9-d9c2-d405-6b760075fea8
[root@samserv ~]# virt-what
kvm

KVM, Xen, rhevh can give the info from the facts,
but the hyper-v and ESX can't get the info from subscription, may be virt-who can fetch the infos, right?


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