Skip to content

Commit 48acd15

Browse files
committed
OSDOCS-11838: eus-to-eus renaming
1 parent 593cf2f commit 48acd15

17 files changed

+76
-78
lines changed

_topic_maps/_topic_map.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -732,8 +732,8 @@ Topics:
732732
File: updating-cluster-cli
733733
- Name: Updating a cluster using the web console
734734
File: updating-cluster-web-console
735-
- Name: Performing an EUS-to-EUS update
736-
File: eus-eus-update
735+
- Name: Performing a Control Plane Only update
736+
File: control-plane-only-update
737737
Distros: openshift-enterprise
738738
- Name: Performing a canary rollout update
739739
File: update-using-custom-machine-config-pools

disconnected/updating/disconnected-update-osus.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,6 @@ After you configure your cluster to use the installed OpenShift Update Service a
141141

142142
** xref:../../updating/updating_a_cluster/updating-cluster-web-console.adoc#updating-cluster-web-console[Updating a cluster using the web console]
143143
** xref:../../updating/updating_a_cluster/updating-cluster-cli.adoc#updating-cluster-cli[Updating a cluster using the CLI]
144-
** xref:../../updating/updating_a_cluster/eus-eus-update.adoc#eus-eus-update[Performing an EUS-to-EUS update]
144+
** xref:../../updating/updating_a_cluster/control-plane-only-update.adoc#control-plane-only-update[Performing a Control Plane Only update]
145145
** xref:../../updating/updating_a_cluster/update-using-custom-machine-config-pools.adoc#update-using-custom-machine-config-pools[Performing a canary rollout update]
146146
** xref:../../updating/updating_a_cluster/updating-cluster-rhel-compute.adoc#updating-cluster-rhel-compute[Updating a cluster that includes RHEL compute machines]

modules/persistent-storage-csi-migration-vsphere.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,5 @@ If you do *not* update to vSphere 7.0 Update 3L or 8.0 Update 2 and use an admin
4747
====
4848

4949
ifndef::openshift-origin[]
50-
Updating from {product-title} 4.12 to 4.14 is an Extended Update Support (EUS)-to-EUS update. To understand the ramifications for this type of update and how to perform it, see the _EUS-to-EUS update_ link in the _Additional resources_ section below.
50+
Updating from {product-title} 4.12 to 4.14 is an Extended Update Support (EUS)-to-EUS update. To understand the ramifications for this type of update and how to perform it, see the _Control Plane Only update_ link in the _Additional resources_ section below.
5151
endif::openshift-origin[]

modules/understanding-update-channels.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Newly installed clusters default to using stable channels.
2626
[id="eus-4y-channel_{context}"]
2727
== eus-4.y channel
2828

29-
In addition to the stable channel, all even-numbered minor versions of {product-title} offer link:https://access.redhat.com/support/policy/updates/openshift#ocp4_phases[Extended Update Support] (EUS). Releases promoted to the stable channel are also simultaneously promoted to the EUS channels. The primary purpose of the EUS channels is to serve as a convenience for clusters performing an EUS-to-EUS update.
29+
In addition to the stable channel, all even-numbered minor versions of {product-title} offer link:https://access.redhat.com/support/policy/updates/openshift#ocp4_phases[Extended Update Support] (EUS). Releases promoted to the stable channel are also simultaneously promoted to the EUS channels. The primary purpose of the EUS channels is to serve as a convenience for clusters performing a Control Plane Only update.
3030

3131
[NOTE]
3232
====
@@ -90,7 +90,7 @@ First, select the minor version you want for your cluster update. Selecting a ch
9090

9191
[NOTE]
9292
====
93-
Due to the complexity involved in planning updates between versions many minors apart, channels that assist in planning updates beyond a single EUS-to-EUS update are not offered.
93+
Due to the complexity involved in planning updates between versions many minors apart, channels that assist in planning updates beyond a single Control Plane Only update are not offered.
9494
====
9595

9696
Second, you should choose your desired rollout strategy. You may choose to update as soon as Red Hat declares a release GA by selecting from fast channels or you may want to wait for Red Hat to promote releases to the stable channel. Update recommendations offered in the `fast-{product-version}` and `stable-{product-version}` are both fully supported and benefit equally from ongoing data analysis. The promotion delay before promoting a release to the stable channel represents the only difference between the two channels. Updates to the latest z-streams are generally promoted to the stable channel within a week or two, however the delay when initially rolling out updates to the latest minor is much longer, generally 45-90 days. Please consider the promotion delay when choosing your desired channel, as waiting for promotion to the stable channel may affect your scheduling plans.

modules/update-availability-faq.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ For the latest z-stream releases, this delay may generally be a week or two. How
2323
====
2424
2525
* Releases promoted to the `stable` channel are simultaneously promoted to the `eus` channel.
26-
The primary purpose of the `eus` channel is to serve as a convenience for clusters performing an EUS-to-EUS update.
26+
The primary purpose of the `eus` channel is to serve as a convenience for clusters performing a Control Plane Only update.
2727
2828
[id="channel-safety_{context}"]
2929
*Is a release on the `stable` channel safer or more supported than a release on the `fast` channel?*

modules/update-common-terms.adoc

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,4 @@ OpenShift Update Service:: The _OpenShift Update Service_ (OSUS) provides over-t
1616

1717
Channels:: _Channels_ declare an update strategy tied to minor versions of {product-title}. The OSUS uses this configured strategy to recommend update edges consistent with that strategy.
1818

19-
Recommended update edge:: A _recommended update edge_ is a recommended update between {product-title} releases. Whether a given update is recommended can depend on the cluster's configured channel, current version, known bugs, and other information. OSUS communicates the recommended edges to the CVO, which runs in every cluster.
20-
21-
ifndef::openshift-origin[]
22-
23-
Extended Update Support:: All post-4.7 even-numbered minor releases are labeled as _Extended Update Support_ (EUS) releases. These releases introduce a verified update path between EUS releases, permitting customers to streamline updates of worker nodes and formulate update strategies of EUS-to-EUS {product-title} releases that result in fewer reboots of worker nodes.
24-
+
25-
For more information, see link:https://access.redhat.com/support/policy/updates/openshift-eus[Red Hat OpenShift Extended Update Support (EUS) Overview].
26-
27-
endif::openshift-origin[]
19+
Recommended update edge:: A _recommended update edge_ is a recommended update between {product-title} releases. Whether a given update is recommended can depend on the cluster's configured channel, current version, known bugs, and other information. OSUS communicates the recommended edges to the CVO, which runs in every cluster.

modules/update-upgrading-cli.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ endif::openshift-origin[]
6969
* If there are no recommended updates, updates that have known issues might still be available.
7070
See _Updating along a conditional update path_ for more information.
7171
ifndef::openshift-origin[]
72-
* For details and information on how to perform an `EUS-to-EUS` channel update, please refer to the _Preparing to perform an EUS-to-EUS upgrade_ page, listed in the Additional resources section.
72+
* For details and information on how to perform a `Control Plane Only` update, please refer to the _Preparing to perform a Control Plane Only update_ page, listed in the Additional resources section.
7373
endif::openshift-origin[]
7474
====
7575
ifndef::openshift-origin[]

modules/updating-eus-to-eus-layered-products.adoc renamed to modules/updating-control-plane-only-layered-products.adoc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
// Module included in the following assemblies:
22
//
3-
// * updating/updating_a_cluster/eus-eus-update.adoc
3+
// * updating/updating_a_cluster/control-plane-only-update.adoc
44

55
:_mod-docs-content-type: PROCEDURE
6-
[id="updating-eus-to-eus-olm-operators_{context}"]
7-
= EUS-to-EUS update for layered products and Operators installed through Operator Lifecycle Manager
6+
[id="updating-control-plane-only-olm-operators_{context}"]
7+
= Control Plane Only updates for layered products and Operators installed through Operator Lifecycle Manager
88

9-
In addition to the EUS-to-EUS update steps mentioned for the web console and CLI, there are additional steps to consider when performing EUS-to-EUS updates for clusters with the following:
9+
In addition to the Control Plane Only update steps mentioned for the web console and CLI, there are additional steps to consider when performing Control Plane Only updates for clusters with the following:
1010

1111
* Layered products
1212
* Operators installed through Operator Lifecycle Manager (OLM)
@@ -15,13 +15,13 @@ In addition to the EUS-to-EUS update steps mentioned for the web console and CLI
1515

1616
Layered products refer to products that are made of multiple underlying products that are intended to be used together and cannot be broken into individual subscriptions. For examples of layered {product-title} products, see link:https://access.redhat.com/support/policy/updates/openshift/#layered[Layered Offering On OpenShift].
1717

18-
As you perform an EUS-to-EUS update for the clusters of layered products and those of Operators that have been installed through OLM, you must complete the following:
18+
As you perform a Control Plane Only update for the clusters of layered products and those of Operators that have been installed through OLM, you must complete the following:
1919

2020
. You have updated all Operators previously installed through Operator Lifecycle Manager (OLM) to a version that is compatible with your target release. Updating the Operators ensures they have a valid update path when the default OperatorHub catalogs switch from the current minor version to the next during a cluster update. See "Updating installed Operators" in the "Additional resources" section for more information on how to check compatibility and, if necessary, update the installed Operators.
2121

2222
. Confirm the cluster version compatibility between the current and intended Operator versions. You can verify which versions your OLM Operators are compatible with by using the link:https://access.redhat.com/labs/ocpouic/?operator=logging&&ocp_versions=4.10,4.11,4.12[Red{nbsp}Hat {product-title} Operator Update Information Checker].
2323

24-
As an example, here are the steps to perform an EUS-to-EUS update from <4.y> to <4.y+2> for OpenShift Data Foundation (ODF). This can be done through the CLI or web console. For information on how to update clusters through your desired interface, see _EUS-to-EUS update using the web console_ and "EUS-to-EUS update using the CLI" in "Additional resources".
24+
As an example, here are the steps to perform a Control Plane Only update from <4.y> to <4.y+2> for '{rh-storage}'. This can be done through the CLI or web console. For information about how to update clusters through your desired interface, see _Control Plane Only update using the web console_ and "Control Plane Only update using the CLI" in "Additional resources".
2525

2626
.Example workflow
2727
. Pause the worker machine pools.

modules/updating-eus-to-eus-upgrade-cli.adoc renamed to modules/updating-control-plane-only-update-cli.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
// Module included in the following assemblies:
22
//
3-
// * updating/updating_a_cluster/eus-eus-update.adoc
3+
// * updating/updating_a_cluster/control-plane-only-update.adoc
44

55
:_mod-docs-content-type: PROCEDURE
6-
[id="updating-eus-to-eus-upgrade-cli_{context}"]
7-
= EUS-to-EUS update using the CLI
6+
[id="updating-control-plane-only-update-cli_{context}"]
7+
= Control Plane Only update using the CLI
88

99
.Prerequisites
1010

modules/updating-eus-to-eus-upgrade-console.adoc renamed to modules/updating-control-plane-only-update-console.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
// Module included in the following assemblies:
22
//
3-
// * updating/updating_a_cluster/eus-eus-update.adoc.adoc
3+
// * updating/updating_a_cluster/control-plane-only-update.adoc.adoc
44

55
:_mod-docs-content-type: PROCEDURE
6-
[id="updating-eus-to-eus-upgrade-console_{context}"]
7-
= EUS-to-EUS update using the web console
6+
[id="updating-control-plane-only-update-console_{context}"]
7+
= Control Plane Only update using the web console
88

99
.Prerequisites
1010

0 commit comments

Comments
 (0)