Bug 747980
Summary: | In Katello / Headpin Web UI MachineType is not displayed under Current Subscriptions. | ||||||
---|---|---|---|---|---|---|---|
Product: | Red Hat Satellite | Reporter: | Eric Sammons <esammons> | ||||
Component: | WebUI | Assignee: | Tom McKay <tomckay> | ||||
Status: | CLOSED CURRENTRELEASE | QA Contact: | Katello QA List <katello-qa-list> | ||||
Severity: | high | Docs Contact: | |||||
Priority: | high | ||||||
Version: | 6.0.0 | CC: | cpelland, kbidarka | ||||
Target Milestone: | Unspecified | Keywords: | Triaged | ||||
Target Release: | Unused | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: |
Latest headpin branch off katello.git.
|
|||||
Last Closed: | 2012-08-22 18:02:26 UTC | Type: | --- | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Bug Depends On: | |||||||
Bug Blocks: | 747354 | ||||||
Attachments: |
|
Description
Eric Sammons
2011-10-21 15:32:25 UTC
commit d6a5509b0f7152592f2f8b8732c753a248bcc4b9 Author: Tom McKay <thomasmckay> Date: Thu Dec 1 17:02:57 2011 -0500 + Bug 747980 - In Katello / Headpin Web UI MachineType is not displayed under Current Subscriptions https://bugzilla.redhat.com/show_bug.cgi?id=747980 Machine Type column added to both Red Hat Providers and Organization / Subscriptions. Will display Virtual, Physical, or blank (for any). + Added Contract, Support Level, Arch, Begins, and Expires columns to Red Hat Providers to match Organization / Subscriptions + Removed non-functional Trend column from Organization / Subscriptions + Bug 756159 - After subscribing to RH product, ui shows duplicate product with "0 of -1" consumed https://bugzilla.redhat.com/show_bug.cgi?id=756159 Changed -1 to Unlimited in Red Hat Providers and Organization / Subscriptions mass ON_QA move We do have an MachineType column, mentioning whether the added system is Virtual. But below is some information about the inconsistencies observed. The RHEL subscription is, Type : Physical , while creating the manifests via the access url. For the MachineTypes Column , Currently all the Subscription entries are being shown as "Virtual" irrespective of whether it's a vm or a physical node. Also if one is to go as per the initial bug comments and trying to make consistency between subscription-manager and WEB-UI_org_subscription a) subscription-manager The Machine Type as per the --> subscription-manager list --available [root@dhcp201-220 ~]# subscription-manager list --available | grep -i MachineType MachineType: physical b) WEB-UI_org_subscription But as per the WEBUI -> Organisations -> Subscriptions all the subscriptions been consumed are been listed as "Virtual" Created attachment 574813 [details]
The machine Type via WEBUI org subscriptions
NOTE : I have 2 node which are virtual (vm's) and I have added a physical node. Looking at the attached screenshot mentioned in comment #5, I am guessing that the four virtual subscriptions are indeed virtual. Can you confirm that when this screenshot was taken there were four subscriptions consumed by systems and thus generating four virtual bonus pools? The last row in that screenshot is the parent subscription with a blank column indicating it can be used for physical or virtual machines. |