Feature #3861
closedBetter logging/reporting/audit of provisioning including contents
Description
Currently reports only contains Puppet reports. It might be interesting to extend them and allow reporting of provision information - host was booted, anaconda started with installation etc. Along with that, we should be able to provide extra details for a report line, where we could store whole template generated (only visible to users with permissions), which could make investigation easier.
Updated by Lukas Zapletal almost 11 years ago
- Related to Feature #3862: Audit discovery of new host and provision actions added
Updated by Lukas Zapletal over 9 years ago
- Related to Feature #746: Generate all the Host template when click on Build to avoid errors during installation added
Updated by Lukas Zapletal over 9 years ago
Everytime we render a template, we should put it's contents to audit as well.
Updated by Lukas Zapletal over 7 years ago
- Is duplicate of Feature #13674: Provisioning Templates successful build time stamp added
Updated by Lukas Zapletal over 7 years ago
- Subject changed from Better logging/reporting/audit of provisioning to Better logging/reporting/audit of provisioning including contents
- Bugzilla link set to 1299024
Including whole content of provisioning templates raises question around security (there's root password). We need to solve that first.
Updated by Dominic Cleal over 7 years ago
Why are both this and #13674 marked as duplicates? Are they duplicates of a third issue number?
Updated by Lukas Zapletal over 7 years ago
- Status changed from Duplicate to New
It was marked as duplicate as mistake, this is a valid RFE.
Updated by Lukas Zapletal over 6 years ago
- Related to Feature #22493: Add new logging options to integrate with logging-journald gem added
Updated by Lukas Zapletal over 6 years ago
- Category set to Audit Log
- Status changed from New to Resolved
- Assignee set to Lukas Zapletal
This was implemented as #22493 - all templates contents can be configured to appear in production.log or syslog/journald and this can be further integrated with 3rd party logging solutions. Logger named "blob" must be enabled and the following fields are available: template_digest, template_name, template_context, template_host_name and template_host_id.