Skip to content

Commit b4a1cf2

Browse files
committed
Docs reference Fedora 8 in baremetal IPI prereqs
1 parent ced1ac3 commit b4a1cf2

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

installing/installing_bare_metal_ipi/ipi-install-prerequisites.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ toc::[]
88

99
Installer-provisioned installation of {product-title} requires:
1010

11-
. One provisioner node with {op-system-base-full} 8.x installed.
11+
ifdef::openshift-origin[. One provisioner node with {op-system-first} installed.]
12+
ifndef::openshift-origin[. One provisioner node with {op-system-base-full} 8.x installed.]
1213
. Three control plane nodes.
1314
. Baseboard Management Controller (BMC) access to each node.
1415
ifeval::[{release} > 4.5]

modules/ipi-install-configuring-nodes.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +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.
28-
27+
ifndef::openshift-origin[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+
ifdef::openshift-origin[The {op-system-first} installation process on the provisioner node might vary. To install {op-system} using a local Satellite server or a PXE server, PXE-enable NIC2.]
2929

3030
|===
3131
|PXE |Boot order

modules/ipi-install-node-requirements.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,12 @@ ifeval::[{release} > 4.4]
2020
- **Baseboard Management Controller:** The `provisioner` node must be able to access the baseboard management controller (BMC) of each {product-title} cluster node. You may use IPMI, RedFish, or a proprietary protocol.
2121
endif::[]
2222

23+
ifndef::openshift-origin[]
2324
- **Latest generation:** Nodes must be of the most recent generation. Installer-provisioned installation relies on BMC protocols, which must be compatible across nodes. Additionally, {op-system-base} 8 ships with the most recent drivers for RAID controllers. Ensure that the nodes are recent enough to support {op-system-base} 8 for the `provisioner` node and {op-system} 8 for the control plane and worker nodes.
25+
endif::[]
26+
ifdef::openshift-origin[]
27+
- **Latest generation:** Nodes must be of the most recent generation. Installer-provisioned installation relies on BMC protocols, which must be compatible across nodes. Additionally, {op-system-first} ships with the most recent drivers for RAID controllers. Ensure that the nodes are recent enough to support {op-system} for the `provisioner` node and {op-system} for the control plane and worker nodes.
28+
endif::[]
2429

2530
- **Registry node:** Optional: If setting up a disconnected mirrored registry, it is recommended the registry reside in its own node.
2631

0 commit comments

Comments
 (0)