Bug 1543478
Summary: | openshift_logging_elasticsearch fails with No such file or directory | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Jeff Cantrill <jcantril> |
Component: | Logging | Assignee: | Jeff Cantrill <jcantril> |
Status: | CLOSED ERRATA | QA Contact: | Junqi Zhao <juzhao> |
Severity: | low | Docs Contact: | |
Priority: | medium | ||
Version: | 3.9.0 | CC: | anli, aos-bugs, bandrade, juzhao, mmariyan, peter, rmeggins |
Target Milestone: | --- | ||
Target Release: | 3.9.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: |
Cause: The task assumed the oc binary was in the usable path of ansible
Consequence: The task failed when the oc binary is not found
Fix: Modify the task to allow the binary to be provided as an ansible fact
Result: The task completes successfully.
|
Story Points: | --- |
Clone Of: | 1541403 | Environment: | |
Last Closed: | 2018-03-28 14:27:28 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: | 1541403 | ||
Bug Blocks: |
Description
Jeff Cantrill
2018-02-08 14:27:56 UTC
Tested with openshift-ansible-3.9.0-0.47.0, es pod could be started up without deployment error # rpm -qa | grep openshift-ansible openshift-ansible-docs-3.9.0-0.47.0.git.0.f8847bb.el7.noarch openshift-ansible-roles-3.9.0-0.47.0.git.0.f8847bb.el7.noarch openshift-ansible-3.9.0-0.47.0.git.0.f8847bb.el7.noarch openshift-ansible-playbooks-3.9.0-0.47.0.git.0.f8847bb.el7.noarch There is one defect for node selector, but it is not related to this defect. https://bugzilla.redhat.com/show_bug.cgi?id=1547972 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:0489 |