Bug 1841439

Summary: logging-curator ConfigMap is overwritten during logging stack upgrades
Product: OpenShift Container Platform Reporter: Robert Sandu <rsandu>
Component: LoggingAssignee: Brett Jones <brejones>
Status: CLOSED ERRATA QA Contact: Anping Li <anli>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 3.11.0CC: aos-bugs, ckoep, vlaad
Target Milestone: ---   
Target Release: 3.11.z   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: No Doc Update
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2020-07-27 13:49:10 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Robert Sandu 2020-05-29 07:14:54 UTC
Description of problem: custom setting in the logging-curator ConfigMap are overwritten during EFK stack upgrades (even though the changes seem to be initially detected and preserved by openshift_logging/library/logging_patch.py)

Version-Release number of selected component (if applicable):

$ rpm -q openshift-ansible
openshift-ansible-3.11.219-1.git.0.8845382.el7.noarch

How reproducible: always

Steps to Reproduce:
1. oc -n openshift-logging edit cm logging-curator
2. Add a couple of custom `config.yaml` settings for specific projects:

$ oc get cm logging-curator -n openshift-logging -o yaml | grep -v \#
apiVersion: v1
data:
  actions.yaml: |
  config.yaml: |

    logging-project-1:
       delete:
         days: 30

    logging-project-2:
       delete:
         days: 60
  [...]
  curator5.yaml:
  [...]
kind: ConfigMap
[...]

3. Run the upgrade with `playbooks/openshift-logging/config.yml`

Actual results: the `logging-project-X` retention settings are overwritten in the `logging-curator` ConfigMap during the EFK stack upgrade.

Expected results: `logging-curator` ConfigMap custom settings to be preserved following an upgrade.

Comment 5 Anping Li 2020-06-15 10:32:32 UTC
The PR wasn't merged into openshift-ansible-3.11.232-1.git.0.f0f2213.el7.noarch.

Comment 10 Anping Li 2020-07-05 12:36:05 UTC
Verified on openshift-ansible-3.11.235

Comment 12 errata-xmlrpc 2020-07-27 13:49:10 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, 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/RHBA-2020:2990