Bug 1641397
| Summary: | [3.11] upgrade failed on RHEL AH, at TASK [Install registry_auth dependencies] | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Weihua Meng <wmeng> |
| Component: | Cluster Version Operator | Assignee: | Michael Gugino <mgugino> |
| Status: | CLOSED ERRATA | QA Contact: | Weihua Meng <wmeng> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 3.11.0 | CC: | aos-bugs, jokerman, mmccomas |
| Target Milestone: | --- | Keywords: | Regression |
| Target Release: | 3.11.z | ||
| 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: | 2019-01-10 09:04:10 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 is regression. released version does not have this issue. PR created in 3.11: https://github.com/openshift/openshift-ansible/pull/10490 Fixed. openshift-ansible-3.11.31-1.git.0.d4b5614.el7.noarch Kernel Version: 3.10.0-957.el7.x86_64 Operating System: Red Hat Enterprise Linux Atomic Host 7.6.0 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-2019:0024 |
Description of problem: upgrade failed on RHEL AH, at TASK [Install registry_auth dependencies] I guess the package checking might be different between RHEL and RHEL AH. playbooks/openshift-node/private/registry_auth.yml:7 Version-Release number of the following components: openshift-ansible-3.11.28-1.git.0.96f8adb.el7.noarch How reproducible: Always Steps to Reproduce: 1. upgrade OCP 3.10 on RHEL AH to v3.11 Actual results: TASK [Install registry_auth dependencies] ************************************** <wmengah310ug-master-etcd-1.1021-pga.qe.rhcloud.com> (1, '\n{"msg": "missing required arguments: image, backend", "failed": true, "invocation": {"module_args": {"state": "present", "values": [], "name": "atomic,skopeo"}}}\n', '') fatal: [wmengah310ug-master-etcd-1.1021-pga.qe.rhcloud.com]: FAILED! => { "attempts": 3, "changed": false, "invocation": { "module_args": { "name": "atomic,skopeo", "state": "present", "values": [] } }, "msg": "missing required arguments: image, backend" } Expected results: upgrade succeeds