Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 883573

Summary: Procedure 5.4. To Configure Host Name Resolution: add nameserver at top, don't delete others.
Product: OpenShift Container Platform Reporter: Luke Meyer <lmeyer>
Component: DocumentationAssignee: Bilhar <baulakh>
Status: CLOSED CURRENTRELEASE QA Contact: ecs-bugs
Severity: unspecified Docs Contact:
Priority: low    
Version: 1.0.0CC: jokerman, libra-onpremise-devel, 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-02-05 18:19:57 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 Luke Meyer 2012-12-04 22:02:11 UTC
Description of problem:
The procedure here has them set only one nameserver, the broker one. In practice, if they do this and have made a mistake with that nameserver, it causes a lot of problems (like packages not installing). It's better to leave the backup nameservers in there and deal with nameserver problems later.

  
Actual results:
1. Open the  /etc/resolv.conf file on the broker host, and remove any existing entries.
2. Add the following entry:
nameserver  127.0.0.1

Expected results:
1. Edit the  /etc/resolv.conf file on the broker host.
2. Add the following entry as the first nameserver:
nameserver  127.0.0.1

Comment 2 Bilhar 2013-01-15 01:09:44 UTC
This will be updated/fixed in next release.

Comment 4 Bilhar 2013-01-16 05:40:04 UTC
Correction: for comment #3, it should be Section 5.2.2.3.

Comment 6 Luke Meyer 2013-02-05 18:19:57 UTC
These are released AFAIK, apparently not in the errata release.