Project

General

Profile

Feature #31530

Updated by Marek Hulán over 3 years ago

Cloned b"Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1906164 \n\n1. Proposed title of this feature request\n[RFE] Provide erratum.synopsis option to Applicable errata Reporting template\n\n\n3. What is the nature and description of the request?\nTo know what kind of errata the specific errata is type of, it's expected to have synopsis reflected as well. \n\n\n4. Why does the customer need this? (List the business requirements here)\nCustomers process with additional tools and CMDB does require the synopsis content. This feature was available in satellite-5 and is a requirement to satellite-6 as full sat-5 replacement\n\n5. How would the customer like to achieve this? (List the functional requirements here)\nThe reporting engine should provide an option for Katello::Erratum like\n    - erratum.synopsis\n\n\n6. For each functional requirement listed, specify how Red Hat and the customer can test to confirm the requirement is successfully implemented.\nProposal template\n\n<%- report_headers 'Host', 'Erratum', 'Patch Synopsis' -%>\n<%- load_hosts(search: input('Hosts filter'), includes: [:operatingsystem, :applicable_errata, :lifecycle_environment]).each_record do |host| -%>\n<%-     host_applicable_errata_filtered(host, input('Errata filter')).each do |erratum| -%>\n<%-       report_row(\n            'Host': host.name,\n            'Erratum': erratum.errata_id,\n            'Patch Synopsis': erratum.synopsis,\n          ) -%>\n<%-     end -%>\n<%- end -%>\n\nExpected result (for example erratum https://access.redhat.com/errata/RHSA-2020:4060)\n\nHost,Erratum,Patch Synopsis\nhost.example.com,RHSA-2020:4060,Important: kernel security, bug fix, and enhancement update\n\n\n\n7. Is there already an existing RFE upstream or in Red Hat Bugzilla?\nno\n\n\n8. Does the customer have any specific timeline dependencies and which release would they like to target (i.e. RHEL5, RHEL6)?\nasap\n\n\n9. Is the sales team involved in this request and do they have any additional input?\nno\n\n\n10. List any affected packages or components.\nSatellite report engine\n\n\n11. Would the customer be able to assist in testing this functionality if implemented?\nyes, workarounds or pre-releases are welcome welcome"

Back