Bug 995498
| Summary: | Please rebase ruby193-rubygem-stomp to at least 1.2.2 | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Jan Pazdziora (Red Hat) <jpazdziora> |
| Component: | Containers | Assignee: | Brenton Leanhardt <bleanhar> |
| Status: | CLOSED ERRATA | QA Contact: | libra bugs <libra-bugs> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 1.2.0 | CC: | baulakh, gpei, jpazdziora, libra-onpremise-devel |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | ruby193-rubygem-stomp-1.2.14-1.el6op | Doc Type: | Enhancement |
| Doc Text: |
This is a feature enhancement to support SSL connections for improved security in the current release of OpenShift Enterprise.
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-09-25 15:30:16 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: | 995492 | ||
| Bug Blocks: | |||
|
Description
Jan Pazdziora (Red Hat)
2013-08-09 14:29:44 UTC
I have verified that taking the .src.rpm of ruby193-rubygem-stomp-1.1.8-1.el6op.noarch and just replacing the Version value with 1.2.2 (and putting stomp-1.2.2.gem to SOURCES makes the .src.rpm and the .noarch.rpm build on RHEL 6.
If you'd like to go with stomp-1.2.11.gem, line
%{gem_instdir}/notes
needs to be added to %files doc.
Verify this bug on puddle 1.2/2013-09-05.1. After the installation of broker and node, check the version of ruby193-rubygem-stomp package: [root@broker ~]# rpm -qa|grep rubygem-stomp ruby193-rubygem-stomp-1.2.2-1.el6op.noarch [root@node1 ~]# rpm -qa|grep rubygem-stomp ruby193-rubygem-stomp-1.2.2-1.el6op.noarch Enable activemq SSL, activemq and mcollective service both could start well, and no error logs. Broker could connect to node, and application could be created successfully. [root@broker ~]# mco ping node1.osetestv2auto.com time=100.14 ms Based on https://bugzilla.redhat.com/show_bug.cgi?id=995492#c10 I decided to upgrade to the latest stomp version available. Would you mind sanity checking one more time? Verify this bug with ruby193-rubygem-stomp-1.2.14-1.el6op.noarch on puddle 1.2/2013-09-06.1 After the installation of broker and node, check the version of ruby193-rubygem-stomp package: [root@broker ~]# rpm -qa|grep rubygem-stomp ruby193-rubygem-stomp-1.2.14-1.el6op.noarch [root@node1 ~]# rpm -qa|grep rubygem-stomp ruby193-rubygem-stomp-1.2.14-1.el6op.noarch Then enable activemq SSL, the activemq and mcollective service both could start well. Broker could connect to node, and application could be created successfully. 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. http://rhn.redhat.com/errata/RHBA-2013-1275.html |