Skip to content

Commit 3776b7d

Browse files
authored
Merge pull request #57889 from ktothill/OCPBUGS-9944
OCPBUGS-9944: Updating User-Replaced Values to Use Underscores
2 parents d0281a3 + 49dbb56 commit 3776b7d

6 files changed

+18
-18
lines changed

modules/ipi-install-troubleshooting-api-not-accessible.adoc

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ $ hostnamectl set-hostname <hostname>
2828
+
2929
[source,terminal]
3030
----
31-
$ dig api.<cluster-name>.example.com
31+
$ dig api.<cluster_name>.example.com
3232
----
3333
+
3434
[source,terminal]
3535
----
36-
; <<>> DiG 9.11.4-P2-RedHat-9.11.4-26.P2.el8 <<>> api.<cluster-name>.example.com
36+
; <<>> DiG 9.11.4-P2-RedHat-9.11.4-26.P2.el8 <<>> api.<cluster_name>.example.com
3737
;; global options: +cmd
3838
;; Got answer:
3939
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 37551
@@ -43,21 +43,21 @@ $ dig api.<cluster-name>.example.com
4343
; EDNS: version: 0, flags:; udp: 4096
4444
; COOKIE: 866929d2f8e8563582af23f05ec44203d313e50948d43f60 (good)
4545
;; QUESTION SECTION:
46-
;api.<cluster-name>.example.com. IN A
46+
;api.<cluster_name>.example.com. IN A
4747
4848
;; ANSWER SECTION:
49-
api.<cluster-name>.example.com. 10800 IN A 10.19.13.86
49+
api.<cluster_name>.example.com. 10800 IN A 10.19.13.86
5050
5151
;; AUTHORITY SECTION:
52-
<cluster-name>.example.com. 10800 IN NS <cluster-name>.example.com.
52+
<cluster_name>.example.com. 10800 IN NS <cluster_name>.example.com.
5353
5454
;; ADDITIONAL SECTION:
55-
<cluster-name>.example.com. 10800 IN A 10.19.14.247
55+
<cluster_name>.example.com. 10800 IN A 10.19.14.247
5656
5757
;; Query time: 0 msec
5858
;; SERVER: 10.19.14.247#53(10.19.14.247)
5959
;; WHEN: Tue May 19 20:30:59 UTC 2020
6060
;; MSG SIZE rcvd: 140
6161
----
6262
+
63-
The output in the foregoing example indicates that the appropriate IP address for the `api.<cluster-name>.example.com` VIP is `10.19.13.86`. This IP address should reside on the `baremetal` network.
63+
The output in the foregoing example indicates that the appropriate IP address for the `api.<cluster_name>.example.com` VIP is `10.19.13.86`. This IP address should reside on the `baremetal` network.

modules/ipi-install-troubleshooting-bootstrap-vm-cannot-boot.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ $ ssh [email protected]
2828
+
2929
[source,terminal]
3030
----
31-
[core@localhost ~]$ sudo podman logs -f <container-name>
31+
[core@localhost ~]$ sudo podman logs -f <container_name>
3232
----
3333
+
34-
Replace `<container-name>` with one of `ironic` or `ironic-inspector`. If you encounter an issue where the control plane nodes are not booting up from PXE, check the `ironic` pod. The `ironic` pod contains information about the attempt to boot the cluster nodes, because it attempts to log in to the node over IPMI.
34+
Replace `<container_name>` with one of `ironic` or `ironic-inspector`. If you encounter an issue where the control plane nodes are not booting up from PXE, check the `ironic` pod. The `ironic` pod contains information about the attempt to boot the cluster nodes, because it attempts to log in to the node over IPMI.
3535

3636
.Potential reason
3737
The cluster nodes might be in the `ON` state when deployment started.
@@ -42,5 +42,5 @@ installation over IPMI:
4242

4343
[source,terminal]
4444
----
45-
$ ipmitool -I lanplus -U root -P <password> -H <out-of-band-ip> power off
45+
$ ipmitool -I lanplus -U root -P <password> -H <out_of_band_ip> power off
4646
----

modules/ipi-install-troubleshooting-cleaning-up-previous-installations.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ In the event of a previous failed deployment, remove the artifacts from the fail
1414
+
1515
[source,terminal]
1616
----
17-
$ ipmitool -I lanplus -U <user> -P <password> -H <management-server-ip> power off
17+
$ ipmitool -I lanplus -U <user> -P <password> -H <management_server_ip> power off
1818
----
1919

2020
. Remove all old bootstrap resources if any are left over from a previous deployment attempt:

modules/ipi-install-troubleshooting-misc-issues.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,10 +129,10 @@ Where `X` is the control plane node number.
129129
+
130130
[source,terminal]
131131
----
132-
[core@master-X ~]$ sudo nmcli con up "<bare-metal-nic>"
132+
[core@master-X ~]$ sudo nmcli con up "<bare_metal_nic>"
133133
----
134134
+
135-
Replace `<bare-metal-nic>` with the wired connection corresponding to the `baremetal` network.
135+
Replace `<bare_metal_nic>` with the wired connection corresponding to the `baremetal` network.
136136

137137
. Check `hostname` again:
138138
+

modules/ipi-install-troubleshooting-ntp-out-of-sync.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ $ oc get bmh -n openshift-machine-api
3535
+
3636
[source,terminal]
3737
----
38-
master-1 error registering master-1 ipmi://<out-of-band-ip>
38+
master-1 error registering master-1 ipmi://<out_of_band_ip>
3939
----
4040
+
4141
[source,terminal]
@@ -78,7 +78,7 @@ storage:
7878
overwrite: true
7979
contents:
8080
inline: |
81-
server <NTP-server> iburst <1>
81+
server <NTP_server> iburst <1>
8282
stratumweight 0
8383
driftfile /var/lib/chrony/drift
8484
rtcsync
@@ -92,7 +92,7 @@ storage:
9292
logchange 0.5
9393
logdir /var/log/chrony
9494
----
95-
<1> Replace `<NTP-server>` with the IP address of the NTP server.
95+
<1> Replace `<NTP_server>` with the IP address of the NTP server.
9696

9797
. Use Butane to generate a `MachineConfig` object file, `99-master-chrony.yaml`, containing the configuration to be delivered to the nodes:
9898
+

modules/ipi-install-troubleshooting-registry-issues.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@ disconnected environment:
4040
+
4141
[source,terminal]
4242
----
43-
$ curl -k -u <user>:<password> https://registry.example.com:<registry-port>/v2/_catalog
44-
{"repositories":["<Repo-Name>"]}
43+
$ curl -k -u <user>:<password> https://registry.example.com:<registry_port>/v2/_catalog
44+
{"repositories":["<Repo_Name>"]}
4545
----

0 commit comments

Comments
 (0)