1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00

TELCODOCS-1569: Add rootDeviceHints in the SNO SiteConfig installation reference

This commit is contained in:
Alexandra Molnar
2023-09-19 11:07:08 +01:00
committed by openshift-cherrypick-robot
parent 47b39f109b
commit 0008e66b0c
3 changed files with 10 additions and 0 deletions

View File

@@ -70,6 +70,9 @@ When creating the `bmh-secret` CR, use the same namespace as the `SiteConfig` CR
|Set the boot mode for the host to `UEFI`.
The default value is `UEFI`. Use `UEFISecureBoot` to enable secure boot on the host.
|`spec.clusters.nodes.rootDeviceHints`
|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".
|`spec.clusters.nodes.diskPartition`
|Optional. The provided example `diskPartition` is used to configure additional disk partitions.

View File

@@ -23,6 +23,11 @@ include::modules/ztp-configuring-kernel-arguments-for-discovery-iso.adoc[levelof
include::modules/ztp-deploying-a-site.adoc[leveloffset=+1]
[role="_additional-resources"]
.Additional resources
* xref:../../scalability_and_performance/ztp_far_edge/ztp-deploying-far-edge-sites.adoc#ztp-sno-siteconfig-config-reference_ztp-deploying-far-edge-sites[{sno-caps} SiteConfig CR installation reference]
include::modules/ztp-sno-siteconfig-config-reference.adoc[leveloffset=+2]
[role="_additional-resources"]

View File

@@ -29,6 +29,8 @@ include::modules/ztp-generating-install-and-config-crs-manually.adoc[leveloffset
* xref:../../installing/installing_with_agent_based_installer/preparing-to-install-with-agent-based-installer.adoc#root-device-hints_preparing-to-install-with-agent-based-installer[About root device hints]
* xref:../../scalability_and_performance/ztp_far_edge/ztp-deploying-far-edge-sites.adoc#ztp-sno-siteconfig-config-reference_ztp-deploying-far-edge-sites[{sno-caps} SiteConfig CR installation reference]
include::modules/ztp-creating-the-site-secrets.adoc[leveloffset=+1]
include::modules/ztp-configuring-kernel-arguments-for-discovery-iso-in-manual-installations.adoc[leveloffset=+1]