Bug 1481125

Summary: Logging installation fails
Product: OpenShift Container Platform Reporter: Marko Myllynen <myllynen>
Component: InstallerAssignee: Scott Dodson <sdodson>
Status: CLOSED DUPLICATE QA Contact: Johnny Liu <jialiu>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 3.6.0CC: aos-bugs, jokerman, mmccomas, pportant
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-08-14 12:48:11 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 Marko Myllynen 2017-08-14 07:45:36 UTC
Description of problem:
https://github.com/openshift/openshift-ansible/pull/5005 is needed for OCP 3.6.

However, after the patch in place and the related issue fixed we see then this when running the openshift-logging.yml again:

TASK [openshift_logging_elasticsearch : Set ES storage] ***********************************************************************************************************************************************************
Monday 14 August 2017  03:40:32 -0400 (0:00:00.074)       0:00:52.140 ********* 
fatal: [master01.test.example.com]: FAILED! => {
    "changed": false, 
    "failed": true
}

MSG:

{u'returncode': 1, u'cmd': u'/usr/local/bin/oc replace -f /tmp/openshift-logging-ansible-urd4fv/templates/logging-es-pvc.yml -n logging', u'results': {}, u'stderr': u'The PersistentVolumeClaim "logging-es-0" is invalid: spec: Forbidden: field is immutable after creation\n', u'stdout': u''}

Comment 1 Scott Dodson 2017-08-14 12:48:11 UTC

*** This bug has been marked as a duplicate of bug 1475761 ***