Summary: | Logging installation failed at TASK [openshift_logging_fluentd : Label OCP nodes for Fluentd] | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Junqi Zhao <juzhao> |
Component: | Logging | Assignee: | Jeff Cantrill <jcantril> |
Status: | CLOSED ERRATA | QA Contact: | Anping Li <anli> |
Severity: | high | Docs Contact: | |
Priority: | medium | ||
Version: | 3.7.1 | CC: | aos-bugs, juzhao, rmeggins |
Target Milestone: | --- | Keywords: | Regression |
Target Release: | 3.7.z | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: |
Cause: Undefined variable in the fluentd role
Consequence: The deployment failed trying to label the nodes
Fix: Replaced variable with the correct one to the oc client binary
Result: Logging deployment is possible and properly labels the nodes.
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2018-08-09 22:14:04 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: |
Description
Junqi Zhao
2018-07-16 03:08:18 UTC
Please identify the version of ansible being used. (In reply to Jeff Cantrill from comment #1) > Please identify the version of ansible being used. ansible-2.3.2.0-2.el7.noarch Need new openshift-ansible package to verify this defect, the currently latest version is 3.7.59-1 which does not include the fix Tested, logging could be installed successfully without error # rpm -qa | grep ansible openshift-ansible-lookup-plugins-3.7.61-1.git.0.36791ef.el7.noarch openshift-ansible-3.7.61-1.git.0.36791ef.el7.noarch openshift-ansible-filter-plugins-3.7.61-1.git.0.36791ef.el7.noarch openshift-ansible-playbooks-3.7.61-1.git.0.36791ef.el7.noarch openshift-ansible-callback-plugins-3.7.61-1.git.0.36791ef.el7.noarch openshift-ansible-docs-3.7.61-1.git.0.36791ef.el7.noarch ansible-2.3.2.0-2.el7.noarch openshift-ansible-roles-3.7.61-1.git.0.36791ef.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:2337 |