Bug 1042903

Summary: MONGO_REPLICA_SETS is not needed
Product: OpenShift Container Platform Reporter: Luke Meyer <lmeyer>
Component: DocumentationAssignee: Bilhar <baulakh>
Status: CLOSED CURRENTRELEASE QA Contact: ecs-bugs
Severity: low Docs Contact:
Priority: unspecified    
Version: 2.0.0CC: alyoung, jokerman, libra-onpremise-devel, mmccomas
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-01-09 00:21:32 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:

Description Luke Meyer 2013-12-13 15:33:54 UTC
https://access.redhat.com/site/documentation/en-US/OpenShift_Enterprise/2/html-single/Deployment_Guide/index.html#sect-Configuring_Redundancy
5.8.4.3. MongoDB
Procedure 5.18. To Configure the Broker Application to Use a Replica Set:
Step 2.

Remove "Set MONGO_REPLICA_SETS to true" and the line below with MONGO_REPLICA_SETS="true"

It doesn't hurt anything to put this in the file, but it's not in the broker.conf and doesn't do anything if added. Code now determines whether it's a replica set based on the MONGO_HOST_PORT var.