| Summary: | Failed to install nodejs-openshift-auth-proxy package via yum | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | chunchen <chunchen> |
| Component: | Installer | Assignee: | Troy Dawson <tdawson> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Ma xiaoqiang <xiama> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 3.1.0 | CC: | aos-bugs, bleanhar, jokerman, mmccomas, wsun, xtian |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-01-29 20:57:50 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: | |
Dependencies have been fixed. Should be in the next repo and image build. It's fixed, checked in the latest repo and image build, please refer to below results:
[root@openshift-135 ~]# openshift version
openshift v3.1.1.3
kubernetes v1.1.0-origin-1107-g4c8e6f4
etcd 2.1.2
[root@openshift-135 ~]# yum install -y nodejs-openshift-auth-proxy
<--------------snip---------->
Installed:
nodejs-openshift-auth-proxy.noarch 0:0.0.20-1.el7aos
Dependency Installed:
nodejs-kind-of.noarch 0:3.0.2-1.el7aos nodejs-lcid.noarch 0:1.0.0-1.el7aos nodejs-longest.noarch 0:1.0.1-1.el7aos
<--------------snip---------->
Complete!
Could you help to change bug to ON_QA? So, I will mark it as verified.
According to comment #2, mark it as verified. |
Description of problem: Will meet below dependency errors when trying to install nodejs-openshift-auth-proxy package via yum: Error: Package: nodejs-align-text-0.1.3-1.el7aos.noarch (ose-devel) Requires: npm(kind-of) < 3 Installing: nodejs-kind-of-3.0.2-1.el7aos.noarch (ose-devel) npm(kind-of) = 3.0.2 Error: Package: nodejs-align-text-0.1.3-1.el7aos.noarch (ose-devel) Requires: npm(kind-of) < 3 Available: nodejs-kind-of-3.0.2-1.el7aos.noarch (ose-devel) npm(kind-of) = 3.0.2 You could try using --skip-broken to work around the problem You could try running: rpm -Va --nofiles --nodigest Version-Release number of selected component (if applicable): openshift v3.1.1.2 kubernetes v1.1.0-origin-1107-g4c8e6f4 etcd 2.1.2 # lsb_release -a LSB Version: :core-4.1-amd64:core-4.1-noarch Distributor ID: RedHatEnterpriseServer Description: Red Hat Enterprise Linux Server release 7.2 (Maipo) Release: 7.2 Codename: Maipo # yum repolist Loaded plugins: product-id, search-disabled-repos, subscription-manager This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register. repo id repo name status ose-devel ose-devel 341 rhel-7 RHEL-7 10105 rhel-7-extra RHEL-7-extra 143 rhel-7-highavailability RHEL-7-highavailability 190 repolist:10779 How reproducible: always Steps to Reproduce: 1. Install nodejs-openshift-auth-proxy package via yum yum install -y nodejs-openshift-auth-proxy Actual results: Dependency errors as above Expected results: Should install nodejs-openshift-auth-proxy package via yum successfully without dependency error. Additional info: