Bug 991071

Summary: Configuring a Network of ActiveMQ Brokers Example Config Syntax Error
Product: OpenShift Container Platform Reporter: dchia
Component: DocumentationAssignee: bmoss
Status: CLOSED CURRENTRELEASE QA Contact: ecs-bugs
Severity: medium Docs Contact:
Priority: high    
Version: 1.2.0CC: baulakh, jokerman, lcarlon, libra-onpremise-devel, mmasters, mmccomas
Target Milestone: ---Keywords: Documentation
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-08-07 23:38:55 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:

Description dchia 2013-08-01 14:07:13 UTC
Description of problem:
In the example config in the OpenShift Deployment Guide section 5.8.4.4.1. Configuring a Network of ActiveMQ Brokers item 2c:

      <staticallyIncludedDestinations>
        <topic physicalName="mcollective.openshift.reply"/>
        <topic physicalName="mcollective.discovery.reply"/>
      <staticallyIncludedDestinations>

Should be:

      <staticallyIncludedDestinations>
        <topic physicalName="mcollective.openshift.reply"/>
        <topic physicalName="mcollective.discovery.reply"/>
      </staticallyIncludedDestinations> <== CLOSED

Comment 2 Miciah Dashiel Butler Masters 2013-08-02 00:18:25 UTC
Any idea where the erroneous XML came from? I would have thought it would have come from the reference architecture that Scott Collier and Steve Reichard wrote, but I don't see the error there:   http://www.redhat.com/resourcelibrary/reference-architectures/deploying-and-managing-a-private-paas-with-openshift-enterprise