Skip to content

Commit 1b331a1

Browse files
authored
Merge pull request #69891 from johnwilkins/HCIDOCS-133
HCIDOCS-133: [enterprise-4.13] Issue in file installing/installing_bare_metal_ipi/ipi-install-prerequisites.adoc
2 parents 13e4101 + 736f672 commit 1b331a1

File tree

5 files changed

+9
-5
lines changed

5 files changed

+9
-5
lines changed

_attributes/common-attributes.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
:op-system-lowercase: rhcos
1515
:op-system-base: RHEL
1616
:op-system-base-full: Red Hat Enterprise Linux (RHEL)
17-
:op-system-version: 8.x
17+
:op-system-version: 9.x
1818
ifdef::openshift-origin[]
1919
:op-system-first: Fedora CoreOS (FCOS)
2020
:op-system: FCOS

installing/installing_bare_metal_ipi/ipi-install-prerequisites.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ toc::[]
99
Installer-provisioned installation of {product-title} requires:
1010

1111
ifdef::openshift-origin[. One provisioner node with {op-system-first} installed. The provisioner can be removed after installation.]
12-
ifndef::openshift-origin[. One provisioner node with {op-system-base-full} 8.x installed. The provisioner can be removed after installation.]
12+
ifndef::openshift-origin[. One provisioner node with {op-system-base-full} {op-system-version} installed. The provisioner can be removed after installation.]
1313
. Three control plane nodes
1414
. Baseboard management controller (BMC) access to each node
1515
. At least one network:

modules/ipi-install-configuring-nodes.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ While the cluster nodes can contain more than two NICs, the installation process
2525
| NIC2 | `baremetal` | `<baremetal_vlan>`
2626
|===
2727

28-
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+
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.]
2929
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.]
3030

3131
[options="header"]

modules/ipi-install-node-requirements.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ CPU architecture.
1818
* *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.
1919
2020
ifndef::openshift-origin[]
21-
* *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.
21+
* *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.
2222
endif::[]
2323
ifdef::openshift-origin[]
2424
* *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.

modules/ipi-install-preparing-the-provisioner-node-for-openshift-install.adoc

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,11 @@ ifndef::openshift-origin[]
5454
[source,terminal]
5555
----
5656
$ sudo subscription-manager register --username=<user> --password=<pass> --auto-attach
57-
$ sudo subscription-manager repos --enable=rhel-8-for-<architecture>-appstream-rpms --enable=rhel-8-for-<architecture>-baseos-rpms
57+
----
58+
+
59+
[source,terminal]
60+
----
61+
$ sudo subscription-manager repos --enable=rhel-9-for-<architecture>-appstream-rpms --enable=rhel-9-for-<architecture>-baseos-rpms
5862
----
5963
+
6064
[NOTE]

0 commit comments

Comments
 (0)