Hide Forgot
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>
Created from redmine issue http://projects.theforeman.org/issues/14216
Upstream bug component is WebUI
Moving 6.2 bugs out to sat-backlog.
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.