Bug 976874
| Summary: | All the python app that is using virtenv tools will get failed in OSE env deployed on RHEL6.4 | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Jason DeTiberus <jdetiber> |
| Component: | Containers | Assignee: | Jason DeTiberus <jdetiber> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | libra bugs <libra-bugs> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 1.2.0 | CC: | jialiu, libra-onpremise-devel, lmeyer, nsun, szhou, xjia |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 907449 | Environment: | |
| Last Closed: | 2013-06-28 15:47:46 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: | |||
| Bug Depends On: | 907449, 912672, 968345 | ||
| Bug Blocks: | |||
|
Description
Jason DeTiberus
2013-06-21 18:00:08 UTC
To implement a workaround for the 1.2 release, the plan is to update the install/upgrade scripts to detect the conflict between abrt-addon-python and the v2 python cartridge and remove abrt-addon-python. Also adding an oo-diagnostics check to detect the situation as well. Upgrade workaround: https://github.com/openshift/enterprise/pull/22 Install workaround: https://github.com/openshift/openshift-extras/pull/30 oo-diagnostics check: https://github.com/openshift/origin-server/pull/2918 Commit pushed to master at https://github.com/openshift/origin-server https://github.com/openshift/origin-server/commit/e3711b17d760907fec90f53b9433c10409368b8b <oo-diagnostics> Bug 976874 - Detect abrt-addon-python conflicts https://bugzilla.redhat.com/show_bug.cgi?id=976874 abrt-addon-python does not play nicely with the python cartridge, alert if the following conditions are met: 1) RHEL 6.4 (RHEL 6.5 will contain an update to abrt-addon-python) 2) abrt-addon-python installed 3) python v2 cart installed enterprise-server workaround: https://github.com/openshift/enterprise-server/pull/92 Verified this bug with rubygem-openshift-origin-common-1.8.11-1.el6op.noarch and latest installation script, and PASS.
[root@node1 ~]# oo-diagnostics
WARN: test_vhost_servernames
The VirtualHost defined by default in /etc/httpd/conf.d/ssl.conf is not needed
and can cause spurious warnings. Please remove it by running this command:
sed -i '/VirtualHost/,/VirtualHost/ d' /etc/httpd/conf.d/ssl.conf
FAIL: test_abrt_addon_python
The following problems were found with your RPMs:
abrt-addon-python has a known conflict with openshift-origin-cartridge-python (https://bugzilla.redhat.com/show_bug.cgi?id=907449)
1 WARNINGS
1 ERRORS
After remove abrt-addon-python or change /etc/redhat-release to dummy 6.5 release, re-run oo-diagnostics, the conflict package failure message is not see.
About installation script, once abrt-addon-python and openshift-origin-cartridge-python is detected installed on rhel6.4, abrt-addon-python will be removed.
Closing all bugs introduced, fixed, and verified during 1.2 release work (thus never shipped). |