Bug 1100102
| Summary: | oo-diagnostics tools should check the source of packages that are installed for python-3.3 cartridge. | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Johnny Liu <jialiu> |
| Component: | Node | Assignee: | Jason DeTiberus <jdetiber> |
| Status: | CLOSED ERRATA | QA Contact: | libra bugs <libra-bugs> |
| Severity: | low | Docs Contact: | |
| Priority: | medium | ||
| Version: | 2.1.0 | CC: | adellape, bleanhar, jdetiber, jokerman, libra-onpremise-devel, mmccomas, xiama |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | rubygem-openshift-origin-common-1.28.2-1.git.60.1ad1d52.el6op | Doc Type: | Bug Fix |
| Doc Text: |
The oo-diagnostics tool did not verify the source of the package dependencies for the python-3.3 cartridge as it did for the python-2.7 cartridge. As a result, it was possible for these packages to be missed during the tool's RPM test if they were installed from an unsupported source. This bug fix adds the relevant packages to the tool's RPM test and the python-3.3 cartridge dependencies are now properly verified.
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-11-03 19:54:31 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-05-22 03:03:29 UTC
Check on puddle [2.2/2014-09-19.2] #vim /usr/sbin/oo-diagnostics <--snip--> 346 python33-python python33-python-devel python33-python-libs 347 python33-python-setuptools python33-python-virtualenv 348 python33-runtime <--snip--> 400 python27-python-pip-virtualenv python33-mod_wsgi <--snip--> Packages on python-3.3 have been added to the checklist. Run 'oo-diagnostics test_enterprise_rpms -v' INFO: loading list of installed packages INFO: OpenShift broker installed. INFO: OpenShift node installed. INFO: Loading the broker rails environment. INFO: running: test_enterprise_rpms INFO: Checking that all OpenShift RPMs are actually from OpenShift Enterprise NO ERRORS 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/RHSA-2014-1796.html |