Bug 1043065 - 6.2. Creating a Node DNS Record
Summary: 6.2. Creating a Node DNS Record
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Documentation
Version: 2.0.0
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: ---
Assignee: Julie
QA Contact: ecs-bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-12-13 21:43 UTC by Luke Meyer
Modified: 2017-03-08 17:35 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-01-07 23:55:53 UTC
Target Upstream Version:


Attachments (Terms of Use)

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.
===


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