| Summary: | oo-diagnostics should detect frontend http plugin conflict | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Johnny Liu <jialiu> |
| Component: | Node | Assignee: | Luke Meyer <lmeyer> |
| Status: | CLOSED ERRATA | QA Contact: | libra bugs <libra-bugs> |
| Severity: | medium | Docs Contact: | |
| Priority: | high | ||
| Version: | 2.0.0 | CC: | bleanhar, libra-onpremise-devel |
| 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: | 2013-12-16 09:11:02 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: | |
|
Description
Johnny Liu
2013-11-05 09:48:20 UTC
origin-server: https://github.com/openshift/origin-server/pull/4203 enterprise-server: commit f16fcfd25bb278a8ecc634e292718c5422b134d7 Author: Luke Meyer <lmeyer> Date: Tue Nov 19 17:54:09 2013 -0500 <oo-diagnostics> test for clashing app frontends, bug 1031686 Verified this bug with rubygem-openshift-origin-common-1.17.2.2-1.el6op.noarch, and PASS.
# yum install rubygem-openshift-origin-frontend-apache-vhost
# oo-diagnostics -v
FAIL: test_node_frontend_clash
Conflicting RPMs are installed:
rubygem-openshift-origin-frontend-apache-mod-rewrite
rubygem-openshift-origin-frontend-apache-vhost
When both are present, apps are likely to be unreachable.
Please remove the one not used in node.conf:
yum remove rubygem-openshift-origin-frontend-apache-vhost
Then, restart the httpd service.
# yum remove rubygem-openshift-origin-frontend-apache-vhost
# oo-diagnostics -v
<PASS>
|