Bug 1009164 - Referencing wrong activemq connector in the docs
Summary: Referencing wrong activemq connector in the docs
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Documentation
Version: 1.2.1
Hardware: Unspecified
OS: Unspecified
unspecified
urgent
Target Milestone: ---
: ---
Assignee: Bilhar
QA Contact: ecs-bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-09-17 21:09 UTC by Juergen Hoffmann
Modified: 2017-03-08 17:35 UTC (History)
6 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-11-26 00:43:22 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Juergen Hoffmann 2013-09-17 21:09:45 UTC
Description of problem:
in the deployment guide section 5.8.4.4.3. Configuring MCollective for Redundant ActiveMQ Services the docs tell the reader to configure them like

connector = stomp 
plugin.stomp.pool.size = 3
plugin.stomp.pool.host1=activemq1.example.com
plugin.stomp.pool.port1=61613
plugin.stomp.pool.user1=mcollective
plugin.stomp.pool.password1=marionette
plugin.stomp.pool.host2=activemq2.example.com
plugin.stomp.pool.port2=61613
plugin.stomp.pool.user2=mcollective
plugin.stomp.pool.password2=marionette
plugin.stomp.pool.host3=activemq3.example.com
plugin.stomp.pool.port3=61613
plugin.stomp.pool.user3=mcollective
plugin.stomp.pool.password3=marionette

but the connector = stomp was replaced by connector = activemq 

Please fix the docs accordingly. The following conversation is from IRC on #libra

bleanhar: juhoffma: the are both using the stomp protocol
bleanhar: however the stomp.rb connector was deprecated upstream in favor of the activemq connector if you diff stomp.rb and activemq.rb they are very similar 
juhoffma: bleanhar: thanks for the explanation
juhoffma: bleanhar: in the ose 1.2 deployment guide section 5.8.4.4.3 we reference it for HA setups
juhoffma: bleanhar: is that a bug in the guide? https://access.redhat.com/site/documentation/en-US/OpenShift_Enterprise/1/html-single/Deployment_Guide/index.html#sect-Configuring_Redundancy
bleanhar: juhoffma: what specifically?
juhoffma: bleanhar: the docs say to configure connector=stomp
bleanhar: '5.8.4.4.3. Configuring MCollective for Redundant ActiveMQ Services' looks like it's wrong
juhoffma: for redundancy
bleanhar: the connector should be activemq everywhere the protocol is still stomp

Buddy


Note You need to log in before you can comment on or make changes to this bug.