Skip to content

Commit 51d7cce

Browse files
authored
Merge pull request #28396 from johnwilkins/telcodocs-121-sprint2
Configuring nodes for Secure Boot.
2 parents d755e7d + 796b1f5 commit 51d7cce

File tree

1 file changed

+24
-2
lines changed

1 file changed

+24
-2
lines changed

modules/ipi-install-configuring-nodes.adoc

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ While the cluster nodes can contain more than two NICs, the installation process
2424

2525
NIC1 is a non-routable network (`provisioning`) that is only used for the installation of the {product-title} cluster.
2626

27-
The {op-system-base-full} 8.x installation process on the provisioner node might vary. To install {op-system-base-full} 8.x using a local satellite server or a PXE server, PXE-enable NIC2.
27+
The {op-system-base-full} 8.x installation process on the provisioner node might vary. To install {op-system-base-full} 8.x using a local Satellite server or a PXE server, PXE-enable NIC2.
28+
2829

2930
|===
3031
|PXE |Boot order
@@ -44,6 +45,8 @@ Configure the control plane and worker nodes as follows:
4445
| NIC1 PXE-enabled (provisioning network) | 1
4546
|===
4647

48+
ifeval::[{release} > 4.3]
49+
4750
.Configuring nodes without the `provisioning` network
4851

4952
The installation process requires one NIC:
@@ -53,4 +56,23 @@ The installation process requires one NIC:
5356
| NICx | `baremetal` | <baremetal-vlan>
5457
|===
5558

56-
NICx is a routable network (`baremetal`) that is used for the installation of the {product-title} cluster, and routable to the Internet.
59+
NICx is a routable network (`baremetal`) that is used for the installation of the {product-title} cluster, and routable to the internet.
60+
61+
endif::[]
62+
63+
ifeval::[{release} > 4.6]
64+
.Configuring nodes for Secure Boot
65+
66+
Secure Boot prevents a node from booting unless it verifies the node is using only trusted software, such as UEFI firmware drivers, EFI applications and the operating system. Red Hat only supports Secure Boot when deploying with RedFish Virtual Media.
67+
68+
To enable Secure Boot, refer to the hardware guide for the node. To enable Secure Boot, execute the following:
69+
70+
. Boot the node and enter the BIOS menu.
71+
. Set the node's boot mode to UEFI Enabled.
72+
. Enable Secure Boot.
73+
+
74+
[IMPORTANT]
75+
====
76+
Red Hat does not support Secure Boot with self-generated keys.
77+
====
78+
endif::[]

0 commit comments

Comments
 (0)