| Summary: | oo-diagnostics test_broker_certificate NoMethodError: undefined method scan for nil | |||
|---|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Luke Meyer <lmeyer> | |
| Component: | Node | Assignee: | Luke Meyer <lmeyer> | |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | libra bugs <libra-bugs> | |
| Severity: | low | Docs Contact: | ||
| Priority: | unspecified | |||
| Version: | 2.0.0 | CC: | bleanhar, jialiu, jpazdziora, libra-onpremise-devel, mschuppe, oe, xiama | |
| Target Milestone: | --- | |||
| Target Release: | --- | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | ||||
| Fixed In Version: | rubygem-openshift-origin-common-1.17.2.4-1 | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 1047934 (view as bug list) | Environment: | ||
| Last Closed: | 2014-02-04 18:47:24 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: | ||
| Bug Depends On: | ||||
| Bug Blocks: | 1047934 | |||
|
Description
Luke Meyer
2013-12-11 19:14:27 UTC
I should note, the httpd output in parentheses is all on the same line as the vhost name (if the terminal is wide enough). So there are only two lines of actual vhost output. One other unrelated thing to mention: response = `curl -k -s -v https://#{Socket.gethostname} -o /dev/null 2>&1` Socket.gethostname isn't necessarily going to match the broker servername. It isn't necessarily even going to resolve; it can be anything someone puts after "hostname", and they may have valid reasons for that. So, should probably check https://localhost/ or something. The check should be improved with rubygem-openshift-origin-common-1.17.2.4-1 so this does not occur. check on rubygem-openshift-origin-common-1.17.2.4-1.el6op.noarch
# oo-diagnostics
<--snip-->
WARN: test_broker_certificate
Using a self-signed certificate for the broker
WARN: test_yum_configuration
oo-admin-yum-validator reported some possible problems
with your package source configuration:
--------------------------------------------------------------
No roles have been specified. Attempting to guess the roles for this system...
If the roles listed below are incorrect or incomplete, please re-run this script with the appropriate --role arguments
broker
client
Detected OpenShift Enterprise repository subscription managed by Red Hat Subscription Manager.
Detected installed OpenShift Enterprise version 2.0
Checking if yum-plugin-priorities is installed
Checking channel/repository priorities
Resolving repository/channel/subscription priority conflicts
To resolve conflicting repositories, update repo priority by running:
# yum-config-manager --setopt=openshift_node.priority=40 openshift_node --save
# yum-config-manager --setopt=openshift_infrastructure.priority=40 openshift_infrastructure --save
Please re-run this tool after making any recommended repairs to this system
--------------------------------------------------------------
Incorrect package source configuration could lead to
failure to install the correct RPMs.
*** Bug 1047778 has been marked as a duplicate of this bug. *** Hello, I rolled a package (rubygem-openshift-origin-common-1.18.5-0.0.el6op) using the code from https://github.com/openshift/origin-server/releases/tag/rubygem-openshift-origin-common-1.18.5-1. This fixes the problem on OpenShift Enterprise 2.0.0c. Will this be an official update soon? Yes, a new official release is coming soon. Then you will get the fix. |