From ed0b9cbc1b6f766405ffa755e6124e8149ebf037 Mon Sep 17 00:00:00 2001 From: John Wilkins Date: Fri, 5 Jan 2024 13:53:52 -0800 Subject: [PATCH] Updated from RHEL 8 to RHEL 9. Applies to 4.15, 4.14, and 4.13. Signed-off-by: John Wilkins --- _attributes/common-attributes.adoc | 2 +- .../ipi-install-prerequisites.adoc | 2 +- modules/ipi-install-configuring-nodes.adoc | 2 +- modules/ipi-install-node-requirements.adoc | 2 +- ...reparing-the-provisioner-node-for-openshift-install.adoc | 6 +++++- 5 files changed, 9 insertions(+), 5 deletions(-) diff --git a/_attributes/common-attributes.adoc b/_attributes/common-attributes.adoc index 91ef8ba121f9..4572d839b429 100644 --- a/_attributes/common-attributes.adoc +++ b/_attributes/common-attributes.adoc @@ -14,7 +14,7 @@ :op-system-lowercase: rhcos :op-system-base: RHEL :op-system-base-full: Red Hat Enterprise Linux (RHEL) -:op-system-version: 8.x +:op-system-version: 9.x ifdef::openshift-origin[] :op-system-first: Fedora CoreOS (FCOS) :op-system: FCOS diff --git a/installing/installing_bare_metal_ipi/ipi-install-prerequisites.adoc b/installing/installing_bare_metal_ipi/ipi-install-prerequisites.adoc index 0c6d857fe1b7..acb234f06626 100644 --- a/installing/installing_bare_metal_ipi/ipi-install-prerequisites.adoc +++ b/installing/installing_bare_metal_ipi/ipi-install-prerequisites.adoc @@ -9,7 +9,7 @@ toc::[] Installer-provisioned installation of {product-title} requires: ifdef::openshift-origin[. One provisioner node with {op-system-first} installed. The provisioner can be removed after installation.] -ifndef::openshift-origin[. One provisioner node with {op-system-base-full} 8.x installed. The provisioner can be removed after installation.] +ifndef::openshift-origin[. One provisioner node with {op-system-base-full} {op-system-version} installed. The provisioner can be removed after installation.] . Three control plane nodes . Baseboard management controller (BMC) access to each node . At least one network: diff --git a/modules/ipi-install-configuring-nodes.adoc b/modules/ipi-install-configuring-nodes.adoc index ba631a0db0f1..32105291de7e 100644 --- a/modules/ipi-install-configuring-nodes.adoc +++ b/modules/ipi-install-configuring-nodes.adoc @@ -25,7 +25,7 @@ While the cluster nodes can contain more than two NICs, the installation process | NIC2 | `baremetal` | `` |=== -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.] +ifndef::openshift-origin[The {op-system-base-full} {op-system-version} installation process on the provisioner node might vary. To install {op-system-base-full} {op-system-version} using a local Satellite server or a PXE server, PXE-enable NIC2.] 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.] [options="header"] diff --git a/modules/ipi-install-node-requirements.adoc b/modules/ipi-install-node-requirements.adoc index a7c383635016..aa4bc42b9793 100644 --- a/modules/ipi-install-node-requirements.adoc +++ b/modules/ipi-install-node-requirements.adoc @@ -18,7 +18,7 @@ CPU architecture. * *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. ifndef::openshift-origin[] -* *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. +* *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} {op-system-version} ships with the most recent drivers for RAID controllers. Ensure that the nodes are recent enough to support {op-system-base} {op-system-version} for the `provisioner` node and {op-system} {op-system-version} for the control plane and worker nodes. endif::[] ifdef::openshift-origin[] * *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. diff --git a/modules/ipi-install-preparing-the-provisioner-node-for-openshift-install.adoc b/modules/ipi-install-preparing-the-provisioner-node-for-openshift-install.adoc index a903d116d306..5451bb7b7936 100644 --- a/modules/ipi-install-preparing-the-provisioner-node-for-openshift-install.adoc +++ b/modules/ipi-install-preparing-the-provisioner-node-for-openshift-install.adoc @@ -54,7 +54,11 @@ ifndef::openshift-origin[] [source,terminal] ---- $ sudo subscription-manager register --username= --password= --auto-attach -$ sudo subscription-manager repos --enable=rhel-8-for--appstream-rpms --enable=rhel-8-for--baseos-rpms +---- ++ +[source,terminal] +---- +$ sudo subscription-manager repos --enable=rhel-9-for--appstream-rpms --enable=rhel-9-for--baseos-rpms ---- + [NOTE]