You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/ipi-install-configuring-the-install-config-file.adoc
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ platform:
50
50
password: <password>
51
51
bootMACAddress: <NIC1_mac_address>
52
52
rootDeviceHints:
53
-
deviceName: "/dev/sda"
53
+
deviceName: "/dev/disk/by-id/<disk_id>" <5>
54
54
- name: <openshift_master_1>
55
55
role: master
56
56
bmc:
@@ -59,7 +59,7 @@ platform:
59
59
password: <password>
60
60
bootMACAddress: <NIC1_mac_address>
61
61
rootDeviceHints:
62
-
deviceName: "/dev/sda"
62
+
deviceName: "/dev/disk/by-id/<disk_id>" <5>
63
63
- name: <openshift_master_2>
64
64
role: master
65
65
bmc:
@@ -68,7 +68,7 @@ platform:
68
68
password: <password>
69
69
bootMACAddress: <NIC1_mac_address>
70
70
rootDeviceHints:
71
-
deviceName: "/dev/sda"
71
+
deviceName: "/dev/disk/by-id/<disk_id>" <5>
72
72
- name: <openshift_worker_0>
73
73
role: worker
74
74
bmc:
@@ -84,7 +84,7 @@ platform:
84
84
password: <password>
85
85
bootMACAddress: <NIC1_mac_address>
86
86
rootDeviceHints:
87
-
deviceName: "/dev/sda"
87
+
deviceName: "/dev/disk/by-id/<disk_id>" <5>
88
88
pullSecret: '<pull_secret>'
89
89
sshKey: '<ssh_pub_key>'
90
90
----
@@ -93,6 +93,7 @@ sshKey: '<ssh_pub_key>'
93
93
<2> When deploying a cluster with static IP addresses, you must set the `bootstrapExternalStaticIP` configuration setting to specify the static IP address of the bootstrap VM when there is no DHCP server on the `baremetal` network.
94
94
<3> When deploying a cluster with static IP addresses, you must set the `bootstrapExternalStaticGateway` configuration setting to specify the gateway IP address for the bootstrap VM when there is no DHCP server on the `baremetal` network.
95
95
<4> See the BMC addressing sections for more options.
96
+
<5> Set the path to the installation disk drive, for example, `/dev/disk/by-id/wwn-0x64cd98f04fde100024684cf3034da5c2`.
96
97
97
98
. Create a directory to store the cluster configuration:
0 commit comments