Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
Red Hat Satellite engineering is moving the tracking of its product development work on Satellite to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "Satellite project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs will be migrated starting at the end of May. If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "Satellite project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/SAT-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
The values displayed on the details page for CPUs and RAM (and others?) need to match the fact values that candlepin uses to determine subscription auto-attach assignment.
<pre>
# Product attribute related facts.
SOCKET_FACT="cpu.cpu_socket(s)"
RAM_FACT = "memory.memtotal"
CORES_FACT = "cpu.core(s)_per_socket"
ARCH_FACT = "uname.machine"
STORAGE_BAND_USAGE_FACT = "band.storage.usage"
</pre>
Sorry if I am being lame asking this, but @tom Mckay can you share the details of which exact "details page" you are comparing and which two pages you are finding a mismatch.
On the content host details page there are details that are relevant for candlepin's calculation of subscription limits (eg. socket count). The values displayed there should come from the subscription-manager facts, not the puppet facts. The UI is incorrectly using data from the foreman side of things instead of katello.
There is a an upstream issue opened for this. We will no longer be tracking this downstream. If you believe this was closed in error please feel free to re-open with additional information.