Skip to content

Commit b7eadb0

Browse files
authored
Merge pull request #57033 from skopacz1/OSDOCS-4683
OSDOCS-5264: shortening OSUS summary
2 parents 9a6b56b + 07bca9a commit b7eadb0

File tree

10 files changed

+34
-21
lines changed

10 files changed

+34
-21
lines changed

installing/disconnected_install/installing-mirroring-disconnected.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ include::modules/oc-mirror-creating-image-set-config.adoc[leveloffset=+1]
6969

7070
* xref:../../installing/disconnected_install/installing-mirroring-disconnected.adoc#oc-mirror-imageset-config-params_installing-mirroring-disconnected[Image set configuration parameters]
7171
* xref:../../installing/disconnected_install/installing-mirroring-disconnected.adoc#oc-mirror-image-set-examples_installing-mirroring-disconnected[Image set configuration examples]
72-
* xref:../../updating/updating-restricted-network-cluster/restricted-network-update-osus.adoc#update-service-overview_updating-restricted-network-cluster-osus[About the OpenShift Update Service]
72+
* xref:../../updating/updating-restricted-network-cluster/restricted-network-update-osus.adoc#update-service-overview_updating-restricted-network-cluster-osus[Using the OpenShift Update Service in a disconnected environment]
7373

7474
[id="mirroring-image-set"]
7575
== Mirroring an image set to a mirror registry
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
// Module included in the following assemblies:
2+
//
3+
// * updating/understanding-openshift-updates.adoc
4+
5+
:_content-type: CONCEPT
6+
[id="update-service-overview_{context}"]
7+
8+
= Using the OpenShift Update Service in a disconnected environment
9+
10+
The OpenShift Update Service (OSUS) provides update recommendations to {product-title} clusters. Red Hat publicly hosts the OpenShift Update Service, and clusters in a connected environment can connect to the service through public APIs to retrieve update recommendations.
11+
12+
However, clusters in a disconnected environment cannot access these public APIs to retrieve update information. To have a similar update experience in a disconnected environment, you can install and configure the OpenShift Update Service locally so that it is available within the disconnected environment.
13+
14+
The following sections describe how to install a local OSUS instance and configure it to provide update recommendations to a cluster.

modules/update-service-overview.adoc

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,13 @@
11
// Module included in the following assemblies:
22
//
33
// * architecture/architecture-installation.adoc
4-
// * updating/updating-cluster-within-minor.adoc
5-
// * updating/updating-cluster-cli.adoc
6-
// * updating/updating-cluster-rhel-compute.adoc
7-
// * updating/updating-restricted-network-cluster/restricted-network-update-osus.adoc
4+
// * updating/understanding-openshift-updates.adoc
85

96
:_content-type: CONCEPT
10-
[id="update-service-overview_{context}"]
7+
[id="update-service-about_{context}"]
118
= About the OpenShift Update Service
129

13-
The OpenShift Update Service (OSUS) provides updates to {product-title}, including {op-system-first}. It provides a graph, or diagram, that contains the _vertices_ of component Operators and the _edges_ that connect them. The edges in the graph show which versions you can safely update to. The vertices are update payloads that specify the intended state of the managed cluster components.
10+
The OpenShift Update Service (OSUS) provides update recommendations to {product-title}, including {op-system-first}. It provides a graph, or diagram, that contains the _vertices_ of component Operators and the _edges_ that connect them. The edges in the graph show which versions you can safely update to. The vertices are update payloads that specify the intended state of the managed cluster components.
1411

1512
The Cluster Version Operator (CVO) in your cluster checks with the OpenShift Update Service to see the valid updates and update paths based on current component versions and information in the graph. When you request an update, the CVO uses the release image for that update to upgrade your cluster. The release artifacts are hosted in Quay as container images.
1613
////

security/container_security/security-hosts-vms.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ ifndef::openshift-origin[]
3131
endif::[]
3232
* xref:../../installing/install_config/installing-customizing.adoc#installation-special-config-encrypt-disk_installing-customizing[Disk encryption]
3333
* xref:../../installing/install_config/installing-customizing.adoc#installation-special-config-chrony_installing-customizing[Chrony time service]
34-
* xref:../../updating/updating-restricted-network-cluster/restricted-network-update-osus.adoc#update-service-overview_updating-restricted-network-cluster-osus[{product-title} cluster updates]
34+
* xref:../../updating/understanding-openshift-updates.adoc#update-service-about_understanding-openshift-updates[About the OpenShift Update Service]
3535
3636
// Virtualization versus containers
3737
include::modules/security-hosts-vms-vs-containers.adoc[leveloffset=+1]

updating/index.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ You can update an {product-title} 4 cluster with a single operation by using the
1010

1111
[id="updating-clusters-overview-understanding-container-platform-updates"]
1212
== Understanding OpenShift Container Platform updates
13-
xref:../updating/understanding-openshift-updates.adoc#understanding-openshift-updates[About the OpenShift Update Service]: For clusters with internet access, Red Hat provides over-the-air updates by using an {product-title} update service as a hosted service located behind public APIs.
13+
xref:../updating/understanding-openshift-updates.adoc#update-service-about_understanding-openshift-updates[About the OpenShift Update Service]: For clusters with internet access, Red Hat provides over-the-air updates by using an {product-title} update service as a hosted service located behind public APIs.
1414

1515
[id="updating-clusters-overview-upgrade-channels-and-releases"]
1616
== Understanding upgrade channels and releases

updating/understanding-openshift-update-duration.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ include::modules/update-duration-cvo.adoc[leveloffset=+2]
2727
[role="_additional-resources"]
2828
.Additional resources
2929

30-
* xref:../architecture/architecture-installation.adoc#update-service-overview_architecture-installation[Cluster Version Operator (CVO) overview]
30+
* xref:../updating/understanding-openshift-updates.adoc#update-service-about_understanding-openshift-updates[Cluster Version Operator (CVO) overview]
3131

3232
include::modules/update-duration-mco.adoc[leveloffset=+2]
3333

updating/understanding-openshift-updates.adoc

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,12 @@ After the CVO receives the update image from the registry, the CVO then applies
1717
Operators previously installed through Operator Lifecycle Manager (OLM) follow a different process for updates. See xref:../operators/admin/olm-upgrading-operators.adoc#olm-upgrading-operators[Updating installed Operators] for more information.
1818
====
1919

20+
include::modules/update-service-overview.adoc[leveloffset=+1]
21+
2022
include::modules/update-common-terms.adoc[leveloffset=+1]
2123

2224
[role="_additional-resources"]
2325
.Additional resources
2426

2527
* xref:../post_installation_configuration/machine-configuration-tasks.adoc#machine-config-overview-post-install-machine-configuration-tasks[Machine config overview]
26-
ifdef::openshift-enterprise[]
27-
* xref:../updating/updating-restricted-network-cluster/restricted-network-update-osus.adoc#update-service-overview_updating-restricted-network-cluster-osus[About the OpenShift Update Service]
28-
endif::openshift-enterprise[]
2928
* xref:../updating/understanding-upgrade-channels-release.adoc#understanding-upgrade-channels_understanding-upgrade-channels-releases[Update channels and releases]

updating/updating-restricted-network-cluster/index.adoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,9 @@ You can use one of the following procedures to update a disconnected {product-ti
2828

2929
* xref:../../updating/updating-restricted-network-cluster/restricted-network-update.adoc#updating-restricted-network-cluster[Updating a cluster in a disconnected environment without the OpenShift Update Service]
3030

31+
[id="about-disconnected-updates-uninstalling-osus"]
32+
== Uninstalling the OpenShift Update Service from a cluster
33+
34+
You can use the following procedure to uninstall a local copy of the OpenShift Update Service (OSUS) from your cluster:
35+
36+
* xref:../../updating/updating-restricted-network-cluster/uninstalling-osus.adoc#uninstalling-osus[Uninstalling the OpenShift Update Service from a cluster]

updating/updating-restricted-network-cluster/restricted-network-update-osus.adoc

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,15 @@ include::_attributes/common-attributes.adoc[]
66

77
toc::[]
88

9-
[id="update-restricted-network-cluster-update-service"]
9+
To get an update experience similar to connected clusters, you can use the following procedures to install and configure the OpenShift Update Service in a disconnected environment.
1010

11-
include::modules/update-service-overview.adoc[leveloffset=+1]
11+
include::modules/disconnected-osus-overview.adoc[leveloffset=+1]
1212

1313
.Additional resources
1414

15+
* xref:../../updating/understanding-openshift-updates.adoc#update-service-about_understanding-openshift-updates[About the OpenShift Update Service]
1516
* xref:../../updating/understanding-upgrade-channels-release.adoc#understanding-upgrade-channels_understanding-upgrade-channels-releases[Understanding upgrade channels and releases]
1617
17-
For clusters with internet accessibility, Red Hat provides update recommendations through an {product-title} update service as a hosted service located behind public APIs. However, clusters in a disconnected environment have no way to access public APIs for update information.
18-
19-
To provide a similar update experience in a disconnected environment, you can install and configure the OpenShift Update Service locally so that it is available within a disconnected environment.
20-
21-
The following sections describe how to provide updates for your disconnected cluster and its underlying operating system.
22-
2318
[id="update-service-prereqs"]
2419
== Prerequisites
2520

updating/updating-restricted-network-cluster/restricted-network-update.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ include::_attributes/common-attributes.adoc[]
66

77
toc::[]
88

9+
Use the following procedures to update a cluster in a disconnected environment without access to the OpenShift Update Service.
10+
911
== Prerequisites
1012

1113
* You must have the `oc` command-line interface (CLI) tool installed.

0 commit comments

Comments
 (0)