Bug 1449858

Summary: Logging 3.6.0 deploy/error for kibana-proxy: Could not read TLS opts from secret/server-tls.json
Product: OpenShift Container Platform Reporter: Mike Fiedler <mifiedle>
Component: LoggingAssignee: Jeff Cantrill <jcantril>
Status: CLOSED DUPLICATE QA Contact: Xia Zhao <xiazhao>
Severity: high Docs Contact:
Priority: unspecified    
Version: 3.6.0CC: aos-bugs, mifiedle, wabouham
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-05-11 14:48:14 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 Mike Fiedler 2017-05-11 00:38:10 UTC
Description of problem:

I am using the same inventory and playbood to deploy logging and just changing the logging version.   

3.5.0 installs and operates great.  

3.6.0 - the kibana pod goes into CrashLoopBackoff with the kibana-proxy container never starting.   The container logs only show this:

Could not read TLS opts from secret/server-tls.json


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


How reproducible: Always


Steps to Reproduce:
1. Install OCP 3.6.65
2. Run ansible playbook openshift-ansible/playbooks/byo/openshift-cluster/openshift-logging.yml with the following inventory

openshift_logging_install_logging=true
openshift_logging_use_ops=false
openshift_logging_master_url=https://ec2-54-202-103-83.us-west-2.compute.amazonaws.com:8443
openshift_logging_master_public_url=https://ec2-54-202-103-83.us-west-2.compute.amazonaws.com:8443
openshift_logging_kibana_hostname=kibana.0510-o0j.qe.rhcloud.com
openshift_logging_namespace=logging
openshift_logging_image_prefix=registry.ops.openshift.com/openshift3/
openshift_logging_image_version=3.6.0
openshift_logging_es_pvc_dynamic=true
openshift_logging_es_pvc_size=25Gi


Actual results:

If openshift_logging_image_version is 3.6.0 the kibana-proxy container will not start with the error above.   If the version is 3.5.0, all is good.

Expected results:

Logging deploys and all pods started.

Comment 1 Jeff Cantrill 2017-05-11 14:48:14 UTC

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