Bug 1166518
| Summary: | rubygem-openshift-origin-common should be installed as dependency when installing rubygem-openshift-origin-routing-daemon | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Johnny Liu <jialiu> |
| Component: | Node | Assignee: | chris alfonso <calfonso> |
| Status: | CLOSED ERRATA | QA Contact: | libra bugs <libra-bugs> |
| Severity: | medium | Docs Contact: | |
| Priority: | high | ||
| Version: | 2.2.0 | CC: | adellape, bleanhar, calfonso, hbrock, jokerman, libra-onpremise-devel, mmccomas |
| Target Milestone: | --- | Keywords: | Reopened |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | rubygem-openshift-origin-routing-daemon-0.20.2.3-1.el6op | Doc Type: | Bug Fix |
| Doc Text: |
The openshift-routing-daemon service requires functions from the ruby-openshift-origin-common package, however the rubygem-openshift-origin-routing-daemon package previously did not have its dependencies set accordingly. As a result, the openshift-routing-daemon service failed to start when the ruby-openshift-origin-common package was not installed. This bug fix updates the rubygem-openshift-origin-routing-daemon package to require the ruby-openshift-origin-common package, and as a result the service starts successfully.
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-12-10 13:25:15 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: | |||
|
Description
Johnny Liu
2014-11-21 07:05:46 UTC
Version-Release number of selected component (if applicable): rubygem-openshift-origin-routing-daemon-0.17.1.6-1.el6op.noarch Development Management has reviewed and declined this request. You may appeal this decision by reopening this request. I meant to dev+ this bug. :) Opened PR for origin-server https://github.com/openshift/origin-server/pull/5973 I'll get it merged into enterprise-server once it's merged upstream. Verified this bug with rubygem-openshift-origin-routing-daemon-0.20.2.3-1.el6op.noarch, and PASS. # yum install rubygem-openshift-origin-routing-daemon Resolving Dependencies --> Running transaction check ---> Package rubygem-openshift-origin-routing-daemon.noarch 0:0.20.2.3-1.el6op will be installed --> Processing Dependency: rubygem(openshift-origin-common) for package: rubygem-openshift-origin-routing-daemon-0.20.2.3-1.el6op.noarch --> Processing Dependency: openshift-origin-util-scl for package: rubygem-openshift-origin-routing-daemon-0.20.2.3-1.el6op.noarch --> Running transaction check ---> Package openshift-origin-util-scl.noarch 0:1.20.1.1-1.el6op will be installed ---> Package rubygem-openshift-origin-common.noarch 0:1.29.1.1-1.el6op will be installed --> Finished Dependency Resolution Dependencies Resolved ========================================================================================================================================================================================= Package Arch Version Repository Size ========================================================================================================================================================================================= Installing: rubygem-openshift-origin-routing-daemon noarch 0.20.2.3-1.el6op openshift_infra_puddle 219 k Installing for dependencies: openshift-origin-util-scl noarch 1.20.1.1-1.el6op openshift_infra_puddle 5.9 k rubygem-openshift-origin-common noarch 1.29.1.1-1.el6op openshift_infra_puddle 54 k Transaction Summary ========================================================================================================================================================================================= Install 3 Package(s) Total download size: 280 k Installed size: 1.2 M Is this ok [y/N]: y 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://rhn.redhat.com/errata/RHBA-2014-1979.html |