Bug 1022195 - Deployment Guide should make use of openshift_origin_node_servername.conf
Summary: Deployment Guide should make use of openshift_origin_node_servername.conf
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Documentation
Version: 1.2.0
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: ---
Assignee: brice
QA Contact: ecs-bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-10-22 16:51 UTC by Stefanie Forrester
Modified: 2015-07-20 00:20 UTC (History)
6 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
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
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

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.


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