Bug 1007920

Summary: 'Configuring Inter-host Access Keys' should mention that these settings must be the same across all Brokers
Product: OpenShift Container Platform Reporter: Brenton Leanhardt <bleanhar>
Component: DocumentationAssignee: brice <bfallonf>
Status: CLOSED CURRENTRELEASE QA Contact: ecs-bugs
Severity: medium Docs Contact:
Priority: unspecified    
Version: 1.2.0CC: bfallonf, bleanhar, juwu
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-02-21 00:47:08 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 Brenton Leanhardt 2013-09-13 14:51:11 UTC
Document URL: 
https://access.redhat.com/site/documentation/en-US/OpenShift_Enterprise/1/html-single/Deployment_Guide/index.html

Section Number and Name:
5.7.4. Configuring the Required Services: Configuring Inter-host Access Keys

Describe the issue: 

If the following setting do not point to the same private key on all Brokers then jenkins authentication will not work:


AUTH_PRIVKEYFILE="/etc/openshift/server_priv.pem"
AUTH_PRIVKEYPASS=""
AUTH_PUBKEYFILE="/etc/openshift/server_pub.pem"

The same is true for AUTH_SALT.  It must be the same across all Brokers in a cluster or Jenkins integration and scaling will not work.

Suggestions for improvement:
I would make this clear in the documentation.  Perhaps with a "Note" section. 

Additional information: 
The comments in the configuration files themselves do mention this.