Bug 1553576 - Change the self_hostname to ${hostname} in openshift-ansible
Summary: Change the self_hostname to ${hostname} in openshift-ansible
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Logging
Version: 3.9.0
Hardware: Unspecified
OS: Unspecified
low
low
Target Milestone: ---
: 3.9.z
Assignee: Noriko Hosoi
QA Contact: Qiaoling Tang
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2018-03-09 06:18 UTC by Anping Li
Modified: 2021-01-18 05:24 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Fluentd secure-forward plug-in supports hostname placeholder "${hostname}" in the configuration file. Although the value is case-sensitive, upper case string "${HOSTNAME}" was set and it failed to pick up the correct hostname of the fluentd container. The bug has been fixed.
Clone Of:
Environment:
Last Closed: 2018-05-17 06:42:42 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2018:1566 0 None None None 2018-05-17 06:43:17 UTC

Description Anping Li 2018-03-09 06:18:24 UTC
Description of problem:

As https://bugzilla.redhat.com/show_bug.cgi?id=1548720. The self_hostname should  be ${hostname}. the openshift-ansible to align with logging-fluentd image

roles/openshift_logging_fluentd/files/secure-forward.conf:# self_hostname ${HOSTNAME}
roles/openshift_logging_fluentd/templates/fluent.conf.j2:  self_hostname ${HOSTNAME}
roles/openshift_logging_mux/files/secure-forward.conf:# self_hostname ${HOSTNAME}

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

How reproducible:
Always

Steps to Reproduce:
1. Deploy logging 3.9
2. Check the self_hostname  in configmap logging-fluentd

Actual results:
self_hostname ${HOSTNAME}

Expected results:
self_hostname ${hostname}


Additional info:

Comment 1 Noriko Hosoi 2018-03-09 17:44:28 UTC
Thanks a lot, Anping.  

I've submitted a pr:
https://github.com/openshift/openshift-ansible/pull/7475

Comment 2 openshift-github-bot 2018-03-16 02:42:43 UTC
Commits pushed to master at https://github.com/openshift/openshift-ansible

https://github.com/openshift/openshift-ansible/commit/3719792fe02fb160974f5b5542b479fd5fd5bfbc
Bug 1553576 - Change the self_hostname to ${hostname} in openshift-ansible

See also:
Bug 1548720 - fluent-plugin-secure-forward couldn't read the Environment ${HOSTNAME}
https://github.com/openshift/origin-aggregated-logging/pull/988

https://github.com/openshift/openshift-ansible/commit/06f8c2176bcd810112f0d8c4c5ec577620e948c9
Merge pull request #7475 from nhosoi/bz1553576

Automatic merge from submit-queue.

Bug 1553576 - Change the self_hostname to ${hostname} in openshift-ansible

See also:
Bug 1548720 - fluent-plugin-secure-forward couldn't read the Environment ${HOSTNAME}
https://github.com/openshift/origin-aggregated-logging/pull/988

Comment 3 Jeff Cantrill 2018-03-16 20:02:03 UTC
3.9 cherrypick https://github.com/openshift/openshift-ansible/pull/7561

Comment 5 Anping Li 2018-04-17 03:37:26 UTC
The hostname are use lowcase in openshift-ansible:3.9.22

Comment 7 Qiaoling Tang 2018-04-20 05:26:20 UTC
The fix isn't in openshift v3.9.24.

Version-Release number of selected component (if applicable):
logging-fluentd/images/v3.9.25-1

Comment 8 Anping Li 2018-05-11 10:52:52 UTC
The default values is ${hostname} in logging-fluentd configmap and logging-mux configmap which is created by openshift-ansible:v3.9.27. so move to verified.

Comment 11 errata-xmlrpc 2018-05-17 06:42:42 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-2018:1566


Note You need to log in before you can comment on or make changes to this bug.