Bug 1015348

Summary: adding a check to oo-diagnostics to check abrt version
Product: OpenShift Container Platform Reporter: August Simonelli <asimonel>
Component: ContainersAssignee: Brenton Leanhardt <bleanhar>
Status: CLOSED ERRATA QA Contact: libra bugs <libra-bugs>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 1.2.1CC: asimonel, libra-onpremise-devel, lmeyer
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: 2014-03-21 19:45:34 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 August Simonelli 2013-10-04 02:01:21 UTC
Description of problem:

An OSE install which includes the python cart requires a very specific version of the abrt package or the entire cartridge is unusable (due to https://bugzilla.redhat.com/show_bug.cgi?format=multiple&id=976874)

Version-Release number of selected component (if applicable):

OSE 1.2.1

How reproducible:

Install OSE 1.2.1 python carts with <= abrt-2.0.8-15.el6.x86_64 available. 

Steps to Reproduce:
1. Standard OSE installation steps.
2.
3.

Actual results:

A version of abrt installs that has bugs when setting up pythin virtenvs.

Expected results:

Python carts work OOTB. :-)

Additional info:

This is more a request to have oo-diagnostics check versions of packages are correct than a bug with OSE and/or abrt :-)

Comment 1 August Simonelli 2013-10-04 02:02:25 UTC
I should have added the minimum abrt packages are

abrt-2.0.8-16.el6_4.1.x86_64

:-)

Comment 3 Luke Meyer 2013-10-07 15:36:08 UTC
I'm a little confused. Is the actual abrt package a problem? Or just abrt-addon-python as reported in bug 907449 ?

oo-diagnostics already reports if abrt-addon-python is present (when run on a node).

https://github.com/openshift/enterprise-server/blob/enterprise-1.2.z/common/bin/oo-diagnostics#L1178-L1190

(In fact, that should probably be scoped to the non-working versions of abrt-addon-python once we release a working version.)

The openshift-extras install script also gets rid of abrt-addon-python if found.

So is this something new?

Comment 4 Brenton Leanhardt 2013-10-07 15:43:27 UTC
This isn't anything new.  I forgot that we already had the check.  This bug could be updated to simply update oo-diagnostics to only check for the broken version of abrt-addon-python.

Comment 6 August Simonelli 2016-04-04 11:56:29 UTC
Yes this bug is no longer valid.