Skip to content

Commit f37a37a

Browse files
authored
Merge pull request #96207 from openshift-cherrypick-robot/cherry-pick-96064-to-enterprise-4.14
[enterprise-4.14] [Followup OCPBUGS58314] Change hostname description
2 parents 3aebb4a + 072c75b commit f37a37a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/installation-ibm-z-user-infra-machines-iso.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ The rootfs image is the same for FCP and DASD.
4444
... An empty string.
4545
... The gateway.
4646
... The netmask.
47-
... The machine host and domain name in the form `hostname.domainname`. Omit this value to let {op-system} decide.
47+
... The machine host and domain name in the form `hostname.domainname`. If you omit this value, {op-system} obtains the hostname through a reverse DNS lookup.
4848
... The network interface name. If you omit this value, {op-system} applies the IP configuration to all available interfaces.
4949
... If you use static IP addresses, specify `none`.
5050
** For `coreos.inst.ignition_url=`, specify the Ignition file for the machine role. Use `bootstrap.ign`, `master.ign`, or `worker.ign`. Only HTTP and HTTPS protocols are supported.

modules/machine-user-infra-machines-ibm-z.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ $ curl -LO $(oc -n openshift-machine-config-operator get configmap/coreos-bootim
8484
... An empty string.
8585
... The gateway.
8686
... The netmask.
87-
... The machine host and domain name in the form `hostname.domainname`. Omit this value to let {op-system} decide.
87+
... The machine host and domain name in the form `hostname.domainname`. If you omit this value, {op-system} obtains the hostname through a reverse DNS lookup.
8888
... The network interface name. If you omit this value, {op-system} applies the IP configuration to all available interfaces.
8989
... The value `none`.
9090
** For `coreos.inst.ignition_url=`, specify the URL to the `worker.ign` file. Only HTTP and HTTPS protocols are supported.

0 commit comments

Comments
 (0)