Skip to content

Commit daeb022

Browse files
authored
Merge pull request #64614 from abhatt-rh/obug-15261
OCPBUGS#15261: fix issue with callout rendering on the customer portal
2 parents d3bd2b0 + 5bd4c36 commit daeb022

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

modules/ipi-install-configuring-the-install-config-file.adoc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,25 +56,25 @@ platform:
5656
- name: <openshift_master_1>
5757
role: master
5858
bmc:
59-
address: ipmi://<out_of_band_ip> <4>
59+
address: ipmi://<out_of_band_ip>
6060
username: <user>
6161
password: <password>
6262
bootMACAddress: <NIC1_mac_address>
6363
rootDeviceHints:
64-
deviceName: "<installation_disk_drive_path>" <5>
64+
deviceName: "<installation_disk_drive_path>"
6565
- name: <openshift_master_2>
6666
role: master
6767
bmc:
68-
address: ipmi://<out_of_band_ip> <4>
68+
address: ipmi://<out_of_band_ip>
6969
username: <user>
7070
password: <password>
7171
bootMACAddress: <NIC1_mac_address>
7272
rootDeviceHints:
73-
deviceName: "<installation_disk_drive_path>" <5>
73+
deviceName: "<installation_disk_drive_path>"
7474
- name: <openshift_worker_0>
7575
role: worker
7676
bmc:
77-
address: ipmi://<out_of_band_ip> <4>
77+
address: ipmi://<out_of_band_ip>
7878
username: <user>
7979
password: <password>
8080
bootMACAddress: <NIC1_mac_address>
@@ -86,7 +86,7 @@ platform:
8686
password: <password>
8787
bootMACAddress: <NIC1_mac_address>
8888
rootDeviceHints:
89-
deviceName: "<installation_disk_drive_path>" <5>
89+
deviceName: "<installation_disk_drive_path>"
9090
pullSecret: '<pull_secret>'
9191
sshKey: '<ssh_pub_key>'
9292
----

0 commit comments

Comments
 (0)