Bug 1601307
| 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: | |
| Embargoed: | |||
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 |
Description of problem: Deploy logging 3.7, ansible threw out error fatal: [###############]: FAILED! => {"failed": true, "msg": "the field 'args' has an invalid value, which appears to include a variable that is undefined. The error was: 'openshift_client_binary' is undefined\n\nThe error appears to have been in '/usr/share/ansible/openshift-ansible/roles/openshift_logging_fluentd/tasks/main.yaml': line 208, column 3, but may\nbe elsewhere in the file depending on the exact syntax problem.\n\nThe offending line appears to be:\n\n# We need to pause between nodes while labeling to avoid overloading the scheduler.\n- name: Label OCP nodes for Fluentd\n ^ here\n"} Version-Release number of selected component (if applicable): openshift-ansible-3.7.58-1.git.37.6db1e6f.el7.noarch How reproducible: Always Steps to Reproduce: 1. Deploy logging 3.7 2. 3. Actual results: Logging installation failed at TASK [openshift_logging_fluentd : Label OCP nodes for Fluentd] Expected results: Installation is successfully Additional info: openshift_logging_install_logging=true openshift_logging_image_prefix=${IMAGE_PREFIX} openshift_logging_image_version=v3.7