Bug 1835189
| Summary: | Missing macro for "host_redhat_subscriptions" in host subscription facet | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat Satellite | Reporter: | Julio Entrena Perez <jentrena> | ||||
| Component: | Reporting | Assignee: | Nagoor Shaik <nshaik> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Lukáš Hellebrandt <lhellebr> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 6.7.0 | CC: | aruzicka, bkearney, egolov, mhulan, nshaik, oprazak | ||||
| Target Milestone: | 6.8.0 | Keywords: | EasyFix, Patch, Triaged | ||||
| Target Release: | Unused | ||||||
| Hardware: | All | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | tfm-rubygem-katello-3.16.0-0.13.rc1.1 | Doc Type: | If docs needed, set a value | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2020-10-27 13:02:12 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
Moving this bug to POST for triage into Satellite 6 since the upstream issue https://projects.theforeman.org/issues/29790 has been resolved. Verified with Sat 6.8 snap 2.1. 0) Have a host with RH subscription and custom subscription (product) registered 1) Generate "Host - Registered Content Hosts" 2) Clone "Host - Registered Content Hosts" 3) In "Host - Registered Content Hosts clone" report template, s/host_subscriptions_names/host_redhat_subscription_names/ 4) Generate "Host - Registered Content Hosts clone" => The two generated reports differ, the latter one doesn't have the custom subscription listed Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (Important: Satellite 6.8 release), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2020:4366 |
Created attachment 1688006 [details] Patch by nshaik Description of problem: There is no macro defined to access host.subscriptions.where.not(:support_level => nil).pluck(:name) while safe mode is enabled (default). This reports if a subscription is a Red Hat subscription. Customers may want to customise the Entitlements report to list Red Hat subscriptions only and skip subscriptions for custom products. Version-Release number of selected component (if applicable): tfm-rubygem-katello-3.14.0.20-1.el7sat How reproducible: Always Steps to Reproduce: 1. Clone "Entitlements" report template 2. Try to modify the report so it lists Red Hat provided subscriptions only and skips subscriptions for custom products 3. Actual results: undefined method '#subscriptions' for Host::Managed::Jail (Host::Managed) Expected results: Customers can report on Red Hat subscriptions only. Additional info: