Bug 1043065

Summary: 6.2. Creating a Node DNS Record
Product: OpenShift Container Platform Reporter: Luke Meyer <lmeyer>
Component: DocumentationAssignee: Julie <juwu>
Status: CLOSED CURRENTRELEASE QA Contact: ecs-bugs
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 2.0.0CC: alyoung, jokerman, juwu, 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-07 23:55:53 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 21:43:17 UTC
https://access.redhat.com/site/documentation/en-US/OpenShift_Enterprise/2/html-single/Deployment_Guide/index.html#Creating_a_Node_DNS_Record
6.2. Creating a Node DNS Record
There's no real point in specifying the keyfile here; if it's in the standard location, oo-register-dns will just use it. So:

---
Update the DNS records (in these instructions, the Host 1 BIND server) to resolve the host name for Host 2. Set the  $keyfile  environment variable on Host 1 to contain the file name for a new DNSSEC key for your domain. Replace example.com in the following command with the domain name you have chosen for this installation:
# keyfile=/var/named/example.com.key
Run the following command on Host 1. Replace example.com with the chosen domain name, node with Host 2's short name, and 10.0.0.2 with Host 2's IP address:
# oo-register-dns -h node -d example.com -n 10.0.0.2 -k $keyfile
==> becomes
Update the DNS records (in these instructions, the Host 1 BIND server) to resolve the host name for Host 2. Run the following command on Host 1, replacing example.com with the chosen domain name, node with Host 2's short name, and 10.0.0.2 with Host 2's IP address:
# oo-register-dns -h node -d example.com -n 10.0.0.2
===


Also, the script has been improved a bit and the note should be too:
---
This step is not performed by the kickstart or bash script, but can be added if you know the IP address of your node host in advance.
==>
This step is not performed by the kickstart or bash script, but the named_entries parameter can be used to define all hosts in advance when installing named.
===