Bug 1569350
Summary: | [3.10] openshift_logging : Run JKS generation script failed | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Anping Li <anli> |
Component: | Logging | Assignee: | Rich Megginson <rmeggins> |
Status: | CLOSED ERRATA | QA Contact: | Junqi Zhao <juzhao> |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | 3.10.0 | CC: | aos-bugs, jokerman, mmccomas, rmeggins |
Target Milestone: | --- | Keywords: | TestBlocker |
Target Release: | 3.10.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: |
Cause: When creating the Elasticsearch server certificate, the external Elasticsearch hostnames are being unconditionally added to the subjectAltName.
Consequence: Install fails because only hostname components beginning with a letter are allowed in the subjectAltName, so hostnames like es.0xdeadbeef.com disallowed and cause an error.
Fix: Issue a warning if the Elasticsearch hostname contains a component which does not begin with a letter, and do not add it to the subjectAltName.
Result: Logging install completes successfully.
|
Story Points: | --- |
Clone Of: | 1567767 | Environment: | |
Last Closed: | 2018-07-30 19:13:21 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: | |||
Bug Depends On: | 1567767 | ||
Bug Blocks: | 1568660 |
Description
Anping Li
2018-04-19 06:34:18 UTC
Same issue with openshift3/ose-ansible/images/v3.10.0-0.22.0.0. Waiting the new oepnshift-ansible packages to include the fix. There is not error in logging deployment process # rpm -qa | grep openshift-ansible openshift-ansible-3.10.0-0.24.0.git.0.fd7f37c.el7.noarch openshift-ansible-docs-3.10.0-0.24.0.git.0.fd7f37c.el7.noarch openshift-ansible-roles-3.10.0-0.24.0.git.0.fd7f37c.el7.noarch openshift-ansible-playbooks-3.10.0-0.24.0.git.0.fd7f37c.el7.noarch 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-2018:1816 |