Bug 1886061 - [RFE] Reporting Macro showing System Installation Date
Summary: [RFE] Reporting Macro showing System Installation Date
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Satellite
Classification: Red Hat
Component: Reporting
Version: 6.7.0
Hardware: All
OS: Linux
unspecified
low
Target Milestone: 6.9.0
Assignee: satellite6-bugs
QA Contact: Lukáš Hellebrandt
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2020-10-07 15:11 UTC by patalber
Modified: 2021-04-21 13:18 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2021-04-21 13:18:20 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Foreman Issue Tracker 31071 0 Normal Closed Macro to include System Installation Date in Reporting 2021-02-17 17:44:20 UTC
Red Hat Product Errata RHSA-2021:1313 0 None None None 2021-04-21 13:18:38 UTC

Description patalber 2020-10-07 15:11:39 UTC
1. Proposed title of this feature request  
Macro to include System Installation Date in Reporting
     
2. What are the nature and description of the request?  
The customer would like reporting to include system installation date.
  
3. Why do you need this? (List the business requirements here)  
Compliance reporting mandated by management and global security
  
4. How would you like to achieve this? (List the functional requirements here)  
We can achieve this by opening file base.rb and add method host_created_at at line 147
~~~
#vi /usr/share/foreman/lib/foreman/renderer/scope/macros/base.rb

143           def host_cores(cores)
144             host&.cores
145           end
146
147           def host_created_at(host)
148             host&.created_at
149           end
150
151           def host_virtual(host)
152             host&.virtual
153           end
~~~

Restart httpd #systemctl restart httpd

You can use this macro in report like this

'Created At': host_created_at(host) 
 
5. For each functional requirement listed, specify how Red Hat and your organization can test to confirm the requirement is successfully implemented.  
We would generate a new copy of the report.
  
6. Is there already an existing RFE upstream or in Red Hat Bugzilla?  
No
  
7. Do you have any specific timeline dependencies and which release would they like to target (i.e. RHEL8.3, Sat7)?  
Probably too late to get this into 6.8 as GA is only weeks away, but sooner than later?
  
8. List any affected packages or components.  
Satellite 6.7 Report Templates
  
9. Would you be able to assist in testing this functionality if implemented?
Yes, but not having a "non-prod" satellite instance would make it a bit difficult to test.

Comment 1 Bryan Kearney 2020-10-26 17:00:39 UTC
Moving this bug to POST for triage into Satellite since the upstream issue https://projects.theforeman.org/issues/31071 has been resolved.

Comment 2 Brad Buckingham 2020-11-13 19:19:35 UTC
Fix is in Satellite 6.9 SNAP 1 with foreman-2.3.0-0.7.rc1.el7sat.noarch

Comment 3 Lukáš Hellebrandt 2021-01-25 12:37:31 UTC
Verified with Sat 6.9.0 snap 8.0. You can now access the data using "host.created_at".

Comment 6 errata-xmlrpc 2021-04-21 13:18:20 UTC
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 (Moderate: Satellite 6.9 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-2021:1313


Note You need to log in before you can comment on or make changes to this bug.