Bug 1511184 - [free-int] No such file or directory error during logging install
Summary: [free-int] No such file or directory error during logging install
Keywords:
Status: CLOSED DUPLICATE of bug 1510746
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Installer
Version: 3.7.0
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: ---
Assignee: Scott Dodson
QA Contact: Johnny Liu
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2017-11-08 20:40 UTC by Justin Pierce
Modified: 2017-11-08 20:42 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-11-08 20:41:21 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Justin Pierce 2017-11-08 20:40:17 UTC
Description of problem:

While installing logging with openshift_hosted_logging_deploy=true 

Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py
<54.145.181.193> ESTABLISH SSH CONNECTION FOR USER: root
<54.145.181.193> SSH: EXEC ssh -o ControlMaster=auto -o ControlPersist=600s -o StrictHostKeyChecking=no -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=10 -o ControlPath=/home/opsmedic/.ansible/cp/bff9b32a21 54.145.181.193 '/bin/sh -c '"'"'/usr/bin/python && sleep 0'"'"''
<54.145.181.193> (1, '\n{"msg": "[Errno 2] No such file or directory", "failed": true, "cmd": "atomic-openshift-master-controllers", "rc": 2, "invocation": {"module_args": {"warn": true, "executable": null, "_uses_shell": false, "_raw_params": "atomic-openshift-master-controllers", "removes": null, "creates": null, "chdir": null}}}\n', '')
fatal: [54.145.181.193]: FAILED! => {
    "attempts": 3, 
    "changed": false, 
    "cmd": "atomic-openshift-master-controllers", 
    "failed": true, 
    "invocation": {
        "module_args": {
            "_raw_params": "atomic-openshift-master-controllers", 
            "_uses_shell": false, 
            "chdir": null, 
            "creates": null, 
            "executable": null, 
            "removes": null, 
            "warn": true
        }
    }, 
    "msg": "[Errno 2] No such file or directory", 
    "rc": 2
}



Version-Release number of selected component (if applicable):
3.7.0-0.198.0.git.0.97089ae.el7 openshift-ansible playbooks on v3.7.0-0.191.0 cluster installation.

Comment 1 Scott Dodson 2017-11-08 20:41:21 UTC

*** This bug has been marked as a duplicate of bug 1510746 ***

Comment 2 Scott Dodson 2017-11-08 20:42:45 UTC
fix is in tag 3.7.2-1


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