Refactor #16159
Rename mail alerts to not be "puppet" specific
Description
Right now, under 'my account', users get emails with alerts about the status of their hosts regarding configuration management (e.g: if there was an error, get an alert, or get a weekly summary of all hosts changes)
These emails gather info from reports that could come from Puppet, Ansible, Salt or Chef, but there are references to Puppet all over them.
I think these Puppet references should be removed as these reports may not come from Puppet.
PS: We should create a field in Reports that allows us to know where a report came from, it could be useful to make better visualizations of the data or making these emails even.
Related issues
Associated revisions
History
#1
Updated by The Foreman Bot almost 6 years ago
- Status changed from New to Ready For Testing
- Assignee set to Daniel Lobato Garcia
- Pull request https://github.com/theforeman/foreman/pull/3741 added
#2
Updated by Daniel Lobato Garcia almost 6 years ago
- Target version set to 1.6.2
#3
Updated by Daniel Lobato Garcia almost 6 years ago
- Target version changed from 1.6.2 to 1.5.2
#4
Updated by Daniel Lobato Garcia over 5 years ago
- Target version changed from 1.5.2 to 1.4.3
#5
Updated by Daniel Lobato Garcia over 5 years ago
- Target version changed from 1.4.3 to 169
#6
Updated by Brad Buckingham over 5 years ago
- Target version deleted (
169)
#7
Updated by Daniel Lobato Garcia over 5 years ago
- Target version set to 1.11.0
#8
Updated by Daniel Lobato Garcia about 5 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset d80e243014592845769a415f516aa8bab222d9a6.
#9
Updated by Dominic Cleal about 5 years ago
- Tracker changed from Bug to Refactor
- Category set to E-Mail
#10
Updated by Marek Hulán about 5 years ago
- Legacy Backlogs Release (now unused) set to 240
#11
Updated by yifat makias about 1 year ago
- Has duplicate Bug #13970: Puppet Summary Report even if CM is Salt added
Fixes #16159 - Rename mail alerts to not be Puppet specific
Right now, under 'my account', users get emails with alerts about the
status of their hosts regarding configuration management (e.g: if there
was an error, get an alert, or get a weekly summary of all hosts
changes)
These emails gather info from reports that could come from Puppet,
Ansible, Salt or Chef, but there are references to Puppet all over
them.
I think these Puppet references should be removed as these reports
may not come from Puppet.