Bug 1612149
| Summary: | OCP v3.11 install on RHEL failed at TASK [container_runtime : Create credentials for docker cli registry auth (alternative)] | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Weihua Meng <wmeng> |
| Component: | Installer | Assignee: | Michael Gugino <mgugino> |
| Status: | CLOSED DUPLICATE | QA Contact: | Johnny Liu <jialiu> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 3.11.0 | CC: | aos-bugs, jokerman, mmccomas |
| Target Milestone: | --- | Keywords: | Reopened, TestBlocker |
| Target Release: | 3.11.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2018-08-06 12:29:01 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: | |||
*** This bug has been marked as a duplicate of bug 1612104 *** This bug is closed as dup with bug 1612104, which is opened against "OKD" product , though I am sure the meaning of "OKD", seem like different product, QE have some bugzilla query for tracking release blocker bug list, to avoid this issue is missing from release blocker list, re-open it to track 3.11 OCP installer issue. Copy proposed PR here: PR Created https://github.com/openshift/openshift-ansible/pull/9423 I've moved bug 1612104 to OpenShift Container Platform component. *** This bug has been marked as a duplicate of bug 1612104 *** |
Description of problem: OCP v3.11 install on RHEL failed at TASK [container_runtime : Create credentials for docker cli registry auth (alternative)] due to skopeo install on RHEL Atomic Host works fine at this task Version-Release number of the following components: openshift-ansible-3.11.0-0.11.0.git.0.3c66516None.noarch.rpm How reproducible: Steps to Reproduce: 1. install OCP v3.11 on RHEL Actual results: TASK [container_runtime : Create credentials for docker cli registry auth (alternative)] *** Friday 03 August 2018 22:25:58 +0800 (0:00:04.269) 0:03:12.687 ********* FAILED - RETRYING: Create credentials for docker cli registry auth (alternative) (3 retries left). FAILED - RETRYING: Create credentials for docker cli registry auth (alternative) (3 retries left). FAILED - RETRYING: Create credentials for docker cli registry auth (alternative) (3 retries left). FAILED - RETRYING: Create credentials for docker cli registry auth (alternative) (2 retries left). FAILED - RETRYING: Create credentials for docker cli registry auth (alternative) (2 retries left). FAILED - RETRYING: Create credentials for docker cli registry auth (alternative) (2 retries left). FAILED - RETRYING: Create credentials for docker cli registry auth (alternative) (1 retries left). FAILED - RETRYING: Create credentials for docker cli registry auth (alternative) (1 retries left). FAILED - RETRYING: Create credentials for docker cli registry auth (alternative) (1 retries left). fatal: [qe-wmeng311-node-registry-router-1.0803-pfm.qe.rhcloud.com]: FAILED! => {"attempts": 3, "changed": false, "msg": "timeout: failed to run command ‘skopeo’: No such file or directory\n", "state": "unknown"} fatal: [qe-wmeng311-node-1.0803-pfm.qe.rhcloud.com]: FAILED! => {"attempts": 3, "changed": false, "msg": "timeout: failed to run command ‘skopeo’: No such file or directory\n", "state": "unknown"} fatal: [qe-wmeng311-master-etcd-1.0803-pfm.qe.rhcloud.com]: FAILED! => {"attempts": 3, "changed": false, "msg": "timeout: failed to run command ‘skopeo’: No such file or directory\n", "state": "unknown"} Expected results: install succeeds