From 0008e66b0cc960e5b95fb9b87a041a77e859db37 Mon Sep 17 00:00:00 2001 From: Alexandra Molnar Date: Tue, 19 Sep 2023 11:07:08 +0100 Subject: [PATCH] TELCODOCS-1569: Add rootDeviceHints in the SNO SiteConfig installation reference --- modules/ztp-sno-siteconfig-config-reference.adoc | 3 +++ .../ztp_far_edge/ztp-deploying-far-edge-sites.adoc | 5 +++++ .../ztp_far_edge/ztp-manual-install.adoc | 2 ++ 3 files changed, 10 insertions(+) diff --git a/modules/ztp-sno-siteconfig-config-reference.adoc b/modules/ztp-sno-siteconfig-config-reference.adoc index b0f842140e..471220f68e 100644 --- a/modules/ztp-sno-siteconfig-config-reference.adoc +++ b/modules/ztp-sno-siteconfig-config-reference.adoc @@ -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: ` or `deviceName: /dev/disk/by-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. diff --git a/scalability_and_performance/ztp_far_edge/ztp-deploying-far-edge-sites.adoc b/scalability_and_performance/ztp_far_edge/ztp-deploying-far-edge-sites.adoc index 8e782aa1ea..35b2f46f58 100644 --- a/scalability_and_performance/ztp_far_edge/ztp-deploying-far-edge-sites.adoc +++ b/scalability_and_performance/ztp_far_edge/ztp-deploying-far-edge-sites.adoc @@ -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"] diff --git a/scalability_and_performance/ztp_far_edge/ztp-manual-install.adoc b/scalability_and_performance/ztp_far_edge/ztp-manual-install.adoc index 4312bd0e48..35f51a8360 100644 --- a/scalability_and_performance/ztp_far_edge/ztp-manual-install.adoc +++ b/scalability_and_performance/ztp_far_edge/ztp-manual-install.adoc @@ -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]