Project

General

Profile

Actions

Feature #31530

closed

Provide erratum.synopsis option to Applicable errata Reporting template

Added by Marek Hulán over 3 years ago. Updated over 3 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Errata Management
Target version:
Difficulty:
Triaged:
Yes
Fixed in Releases:
Found in Releases:

Description

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

Actions #1

Updated by Marek Hulán over 3 years ago

  • Subject changed from b'Provide erratum.synopsis option to Applicable errata Reporting template' to Provide erratum.synopsis option to Applicable errata Reporting template
  • Description updated (diff)
Actions #2

Updated by The Foreman Bot over 3 years ago

  • Status changed from New to Ready For Testing
  • Assignee set to Marek Hulán
  • Pull request https://github.com/Katello/katello/pull/9081 added
Actions #3

Updated by The Foreman Bot over 3 years ago

  • Fixed in Releases Katello 4.1.0 added
Actions #4

Updated by Marek Hulán over 3 years ago

  • Status changed from Ready For Testing to Closed
Actions #5

Updated by Justin Sherrill over 3 years ago

  • Category set to Errata Management
  • Target version set to Katello 4.0.0
Actions #6

Updated by Justin Sherrill over 3 years ago

  • Triaged changed from No to Yes
Actions

Also available in: Atom PDF