Bug 1193547
Summary: | Getting 404 on checking gutterball status via api's | ||
---|---|---|---|
Product: | Red Hat Satellite | Reporter: | Sachin Ghai <sghai> |
Component: | API | Assignee: | Mike McCune <mmccune> |
Status: | CLOSED ERRATA | QA Contact: | Sachin Ghai <sghai> |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | 6.1.0 | CC: | awood, bkearney, hlawatschek, jmontleo, omaciel |
Target Milestone: | Unspecified | Keywords: | Triaged |
Target Release: | Unused | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
URL: | https://github.com/Katello/katello-installer/pull/181 | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2015-08-12 05:26:13 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: | |||
Bug Blocks: | 1193969 |
Description
Sachin Ghai
2015-02-17 15:20:40 UTC
I installed snap3 and getting same 404 on accessing the gutterball status with curl -k https://localhost:8443/gutterball/status. I'm really not sure what needs to be done on sat6.1 compose to work with gutterball via api: very high chance this is due to bug 1190040. That error message ("SSL hostname verification failed.") indicates a problem making the SSL/TSL connection to the event bus that Gutterball relies on. The Katello installer needs to create an /etc/gutterball/gutterball.conf file with the following: gutterball.amqp.connect = amqp://guest:guest@FQDNHERE/test?brokerlist='tcp://FQDNHERE:5671?ssl='true'&ssl_cert_alias='gutterball'' Or for quick testing, you can simply add that option to /etc/gutterball/gutterball.conf yourself. Just for historical purposes, this issue was introduced with the Java Qpid client version 0.30 (See https://issues.apache.org/jira/browse/QPID-5960). It is actually good that they fixed that issue, but it uncovered incorrect configuration in Katello. Verified with sat6.1.1 GA snap11 compose2. I can see the gutterball status. ~]# curl -k https://localhost:8443/gutterball/status { "version" : "1.0.15.0", "release" : "1", "request_locale" : "en_US" }[root@cloud-qe- ~]# 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://access.redhat.com/errata/RHSA-2015:1592 |