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/agent-install-ipi-install-root-device-hints.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ The `rootDeviceHints` parameter enables the installer to provision the {op-syste
13
13
|===
14
14
| Subfield | Description
15
15
16
-
| `deviceName` | A string containing a Linux device name like `/dev/vda`. The hint must match the actual value exactly.
16
+
| `deviceName` | A string containing a Linux device name such as `/dev/vda` or `/dev/disk/by-path/`. It is recommended to use the `/dev/disk/by-path/<device_path>` link to the storage location. The hint must match the actual value exactly.
17
17
18
18
| `hctl` | A string containing a SCSI bus address like `0:0:0:0`. The hint must match the actual value exactly.
Copy file name to clipboardExpand all lines: modules/ipi-install-root-device-hints.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ The `rootDeviceHints` parameter enables the installer to provision the {op-syste
13
13
|===
14
14
| Subfield | Description
15
15
16
-
| `deviceName` | A string containing a Linux device name like `/dev/vda`. The hint must match the actual value exactly.
16
+
| `deviceName` | A string containing a Linux device name such as `/dev/vda` or `/dev/disk/by-path/`. It is recommended to use the `/dev/disk/by-path/<device_path>` link to the storage location. The hint must match the actual value exactly.
17
17
18
18
| `hctl` | A string containing a SCSI bus address like `0:0:0:0`. The hint must match the actual value exactly.
Copy file name to clipboardExpand all lines: snippets/ztp-example-siteconfig.adoc
+9-8Lines changed: 9 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,10 +39,10 @@ spec:
39
39
name: "bmh-secret" <8>
40
40
bootMACAddress: "AA:BB:CC:DD:EE:11"
41
41
bootMode: "UEFI" <9>
42
-
rootDeviceHints:
42
+
rootDeviceHints: <10>
43
43
wwn: "0x11111000000asd123"
44
-
cpuset: "0-1,52-53" <10>
45
-
nodeNetwork: <11>
44
+
cpuset: "0-1,52-53" <11>
45
+
nodeNetwork: <12>
46
46
interfaces:
47
47
- name: eno1
48
48
macAddress: "AA:BB:CC:DD:EE:11"
@@ -53,7 +53,7 @@ spec:
53
53
state: up
54
54
ipv4:
55
55
enabled: false
56
-
ipv6: <12>
56
+
ipv6: <13>
57
57
enabled: true
58
58
address:
59
59
- ip: 1111:2222:3333:4444::aaaa:1
@@ -77,9 +77,10 @@ spec:
77
77
<4> Cluster labels must correspond to the `bindingRules` field in the `PolicyGenTemplate` CRs that you define. For example, `policygentemplates/common-ranGen.yaml` applies to all clusters with `common: true` set, `policygentemplates/group-du-sno-ranGen.yaml` applies to all clusters with `group-du-sno: ""` set.
78
78
<5> Optional. The CR specifed under `KlusterletAddonConfig` is used to override the default `KlusterletAddonConfig` that is created for the cluster.
79
79
<6> For single-node deployments, define a single host. For three-node deployments, define three hosts. For standard deployments, define three hosts with `role: master` and two or more hosts defined with `role: worker`.
80
-
<7> BMC address that you use to access the host. Applies to all cluster types. {ztp} supports iPXE and virtual media booting by using Redfish or IPMI protocols. To use iPXE booting, you must use {rh-rhacm} 2.8 or later. For more information about BMC addressing, see the _Additional resources_ section.
80
+
<7> BMC address that you use to access the host. Applies to all cluster types. {ztp} supports iPXE and virtual media booting by using Redfish or IPMI protocols. To use iPXE booting, you must use {rh-rhacm} 2.8 or later. For more information about BMC addressing, see the _Additional resources_ section.
81
81
<8> Name of the `bmh-secret` CR that you separately create with the host BMC credentials. When creating the `bmh-secret` CR, use the same namespace as the `SiteConfig` CR that provisions the host.
82
82
<9> Configures the boot mode for the host. The default value is `UEFI`. Use `UEFISecureBoot` to enable secure boot on the host.
83
-
<10> `cpuset` must match the value set in the cluster `PerformanceProfile` CR `spec.cpu.reserved` field for workload partitioning.
84
-
<11> Specifies the network settings for the node.
85
-
<12> Configures the IPv6 address for the host. For {sno} clusters with static IP addresses, the node-specific API and Ingress IPs should be the same.
83
+
<10> Specifies the device for deployment. Identifiers that are stable across reboots are recommended, for example `wwn: <disk_wwn>` or `deviceName: /dev/disk/by-path/<device_path>`. For a detailed list of stable identifiers, see the _About root device hints_ section.
84
+
<11> `cpuset` must match the value set in the cluster `PerformanceProfile` CR `spec.cpu.reserved` field for workload partitioning.
85
+
<12> Specifies the network settings for the node.
86
+
<13> Configures the IPv6 address for the host. For {sno} clusters with static IP addresses, the node-specific API and Ingress IPs should be the same.
0 commit comments