Bug 1022195

Summary: Deployment Guide should make use of openshift_origin_node_servername.conf
Product: OpenShift Container Platform Reporter: Stefanie Forrester <dakini>
Component: DocumentationAssignee: brice <bfallonf>
Status: CLOSED CURRENTRELEASE QA Contact: ecs-bugs
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 1.2.0CC: alyoung, bfallonf, dakini, 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:
Build: CSProcessor Builder Version 1.12 Build Name: 20635, Deployment Guide-null-1.2 Build Date: 06-08-2013 11:50:11 Topic ID: 20601-477529 [Latest]
Last Closed: 2014-01-06 04:54: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 Stefanie Forrester 2013-10-22 16:51:16 UTC
Title: 6.7.8. Configuring Node Settings

Describe the issue:
The deployment guide lists this command to update ServerName in httpd:

sed -i -e "s/ServerName .*$/ServerName `hostname`/" \
 /etc/httpd/conf.d/000001_openshift_origin_node.conf

However, ServerName is no longer set in that file. It's set in:

/etc/httpd/conf.d/000001_openshift_origin_node_servername.conf

Suggestions for improvement:

Use sed on the openshift_origin_node_servername.conf instead of (or in addition to) the old one.

Additional information:

Using sed on the old file does update all of the 'ServerName' entries listed in that file, but those are commented out and not used by default.