Skip to content

Commit 31181d3

Browse files
authored
Merge pull request #44796 from mburke5678/okd-swap-rhel-fcos
GH#44121: OKD Documentation still mentions RedHat Enterprise Linux and Fedora 8
2 parents 029e4f5 + 4d364d7 commit 31181d3

5 files changed

+11
-3
lines changed

_attributes/common-attributes.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,17 @@
1111
:prewrap!:
1212
:op-system-first: Red Hat Enterprise Linux CoreOS (RHCOS)
1313
:op-system: RHCOS
14+
:op-system-lowercase: rhcos
1415
:op-system-base: RHEL
1516
:op-system-base-full: Red Hat Enterprise Linux (RHEL)
17+
:op-system-version: 8.x
1618
ifdef::openshift-origin[]
1719
:op-system-first: Fedora CoreOS (FCOS)
1820
:op-system: FCOS
21+
:op-system-lowercase: fcos
1922
:op-system-base: Fedora
2023
:op-system-base-full: Fedora
24+
:op-system-version: 35
2125
endif::[]
2226
:tsb-name: Template Service Broker
2327
:kebab: image:kebab.png[title="Options menu"]

modules/configuring-huge-pages.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,12 @@ $ oc get node <node_using_hugepages> -o jsonpath="{.status.allocatable.hugepages
9393
100Mi
9494
----
9595

96+
ifndef::openshift-origin[]
9697
[WARNING]
9798
====
9899
This functionality is currently only supported on {op-system-first} 8.x worker nodes. On {op-system-base-full} 7.x worker nodes the TuneD `[bootloader]` plug-in is currently not supported.
99100
====
101+
endif::openshift-origin[]
100102

101103
////
102104
For run-time allocation, kubelet changes are needed, see BZ1819719.

modules/ipi-install-installing-rhel-on-the-provisioner-node.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
// * list of assemblies where this module is included
44
// ipi-install-installation-workflow.adoc
55
[id="installing-rhel-on-the-provisioner-node_{context}"]
6-
= Installing RHEL on the provisioner node
6+
= Installing {op-system-base} on the provisioner node
77

8-
With the networking configuration complete, the next step is to install {op-system-base} 8.x on the provisioner node. The installer uses the provisioner node as the orchestrator while installing the {product-title} cluster. For the purposes of this document, installing RHEL on the provisioner node is out of scope. However, options include but are not limited to using a RHEL Satellite server, PXE, or installation media.
8+
With the networking configuration complete, the next step is to install {op-system-base} {op-system-version} on the provisioner node. The installer uses the provisioner node as the orchestrator while installing the {product-title} cluster. For the purposes of this document, installing {op-system-base} on the provisioner node is out of scope. However, options include but are not limited to using a RHEL Satellite server, PXE, or installation media.

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ Perform the following steps to prepare the environment.
3737
$
3838
----
3939

40+
ifndef::openshift-origin[]
4041
. Use Red Hat Subscription Manager to register the provisioner node:
4142
+
4243
[source,terminal]
@@ -49,6 +50,7 @@ $ sudo subscription-manager repos --enable=rhel-8-for-x86_64-appstream-rpms --en
4950
====
5051
For more information about Red Hat Subscription Manager, see link:https://access.redhat.com/documentation/en-us/red_hat_subscription_management/1/html-single/rhsm/index[Using and Configuring Red Hat Subscription Manager].
5152
====
53+
endif::openshift-origin[]
5254

5355
. Install the following packages:
5456
+

modules/nw-enabling-a-provisioning-network-after-installation.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ items:
6060
+
6161
<1> The `provisioningNetwork` is one of `Managed`, `Unmanaged`, or `Disabled`. When set to `Managed`, Metal3 manages the provisioning network and the CBO deploys the Metal3 pod with a configured DHCP server. When set to `Unmanaged`, the system administrator configures the DHCP server manually.
6262
+
63-
<2> The `provisioningOSDownloadURL` is a valid HTTPS URL with a valid sha256 checksum that enables the Metal3 pod to download a qcow2 operating system image ending in `.qcow2.gz` or `.qcow2.xz`. This field is required whether the provisioning network is `Managed`, `Unmanaged`, or `Disabled`. For example: `\http://192.168.0.1/images/rhcos-_<version>_.x86_64.qcow2.gz?sha256=_<sha>_`.
63+
<2> The `provisioningOSDownloadURL` is a valid HTTPS URL with a valid sha256 checksum that enables the Metal3 pod to download a qcow2 operating system image ending in `.qcow2.gz` or `.qcow2.xz`. This field is required whether the provisioning network is `Managed`, `Unmanaged`, or `Disabled`. For example: `\http://192.168.0.1/images/{op-system-lowercase}-_<version>_.x86_64.qcow2.gz?sha256=_<sha>_`.
6464
+
6565
<3> The `provisioningIP` is the static IP address that the DHCP server and ironic use to provision the network. This static IP address must be within the `provisioning` subnet, and outside of the DHCP range. If you configure this setting, it must have a valid IP address even if the `provisioning` network is `Disabled`. The static IP address is bound to the metal3 pod. If the metal3 pod fails and moves to another server, the static IP address also moves to the new server.
6666
+

0 commit comments

Comments
 (0)