Skip to content

Commit 7921dd5

Browse files
authored
Merge pull request #54298 from skopacz1/OSDOCS-4665_main
OSDOCS-4665: breaking up restricted network update content
2 parents d7ad5bf + ccdbf03 commit 7921dd5

36 files changed

+320
-258
lines changed

_topic_maps/_topic_map.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -581,9 +581,16 @@ Topics:
581581
- Name: Updating a cluster that includes RHEL compute machines
582582
File: updating-cluster-rhel-compute
583583
Distros: openshift-enterprise
584-
- Name: Updating a restricted network cluster
585-
File: updating-restricted-network-cluster
584+
- Name: Updating a disconnected environment
585+
Dir: updating-restricted-network-cluster
586586
Distros: openshift-enterprise
587+
Topics:
588+
- Name: About disconnected environment updates
589+
File: index
590+
- Name: Updating disconnected environments using OSUS
591+
File: restricted-network-update-OSUS
592+
- Name: Updating disconnected environments without OSUS
593+
File: restricted-network-update
587594
- Name: Updating hardware on nodes running on vSphere
588595
File: updating-hardware-on-nodes-running-on-vsphere
589596
# - Name: Troubleshooting an update

getting_started/openshift-overview.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ be reviewed by cluster administrators and xref:../operators/admin/olm-adding-ope
104104

105105
* **xref:../scalability_and_performance/scaling-cluster-monitoring-operator.adoc#scaling-cluster-monitoring-operator[Scale] and xref:../scalability_and_performance/using-node-tuning-operator.adoc#using-node-tuning-operator[tune] clusters**: Set cluster limits, tune nodes, scale cluster monitoring, and optimize networking, storage, and routes for your environment.
106106

107-
* **xref:../updating/updating-restricted-network-cluster.adoc#update-service-overview_updating-restricted-network-cluster[Understanding the OpenShift Update Service]**: Learn about installing and managing a local OpenShift Update Service for recommending {product-title} updates in restricted network environments.
107+
* **xref:../updating/updating-restricted-network-cluster/restricted-network-update-OSUS.adoc#update-service-overview_updating-restricted-network-cluster-OSUS[Understanding the OpenShift Update Service]**: Learn about installing and managing a local OpenShift Update Service for recommending {product-title} updates in disconnected environments.
108108

109109
* **xref:../monitoring/monitoring-overview.adoc#monitoring-overview[Monitor clusters]**:
110110
Learn to xref:../monitoring/configuring-the-monitoring-stack.adoc#configuring-the-monitoring-stack[configure the monitoring stack].

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.adoc#update-service-overview_updating-restricted-network-cluster[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[About the OpenShift Update Service]
7373

7474
[id="mirroring-image-set"]
7575
== Mirroring an image set to a mirror registry

modules/cli-installing-cli.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
// * openshift_images/samples-operator-alt-registry.adoc
4747
// * installing/installing_rhv/installing-rhv-customizations.adoc
4848
// * installing/installing_rhv/installing-rhv-default.adoc
49-
// * updating/updating-restricted-network-cluster.adoc
49+
// * updating/updating-restricted-network-cluster/restricted-network-update.adoc
5050
//
5151
// AMQ docs link to this; do not change anchor
5252

@@ -67,7 +67,7 @@ If you installed an earlier version of `oc`, you cannot use it to complete all
6767
of the commands in {product-title} {product-version}. Download and
6868
install the new version of `oc`.
6969
ifdef::restricted[]
70-
If you are upgrading a cluster in a restricted network, install the `oc` version that you plan to upgrade to.
70+
If you are upgrading a cluster in a disconnected environment, install the `oc` version that you plan to upgrade to.
7171
endif::restricted[]
7272
====
7373

modules/generating-icsp-object-scoped-to-a-registry.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Module included in the following assemblies:
22
//
3-
// * updating/updating-restricted-network-cluster.adoc
3+
// * updating/updating-restricted-network-cluster/restricted-network-update.adoc
44

55
:_content-type: PROCEDURE
66
[id="generating-icsp-object-scoped-to-a-registry_{context}"]

modules/images-configuration-registry-mirror.adoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
//
33
// * openshift_images/image-configuration.adoc
44
// * post_installation_configuration/preparing-for-users.adoc
5+
// * updating/updating-restricted-network-cluster/restricted-network-update.adoc
56

67
:_content-type: PROCEDURE
78
[id="images-configuration-registry-mirror_{context}"]
@@ -15,7 +16,7 @@ Setting up container registry repository mirroring enables you to do the followi
1516
The attributes of repository mirroring in {product-title} include:
1617

1718
* Image pulls are resilient to registry downtimes.
18-
* Clusters in restricted networks can pull images from critical locations, such as quay.io, and have registries behind a company firewall provide the requested images.
19+
* Clusters in disconnected environments can pull images from critical locations, such as quay.io, and have registries behind a company firewall provide the requested images.
1920
* A particular order of registries is tried when an image pull request is made, with the permanent registry typically being the last one tried.
2021
* The mirror information you enter is added to the `/etc/containers/registries.conf` file on every node in the {product-title} cluster.
2122
* When a node makes a request for an image from the source repository, it tries each mirrored repository in turn until it finds the requested content. If all mirrors fail, the cluster tries the source repository. If successful, the image is pulled to the node.
@@ -24,7 +25,7 @@ Setting up repository mirroring can be done in the following ways:
2425

2526
* At {product-title} installation:
2627
+
27-
By pulling container images needed by {product-title} and then bringing those images behind your company's firewall, you can install {product-title} into a datacenter that is in a restricted network.
28+
By pulling container images needed by {product-title} and then bringing those images behind your company's firewall, you can install {product-title} into a datacenter that is in a disconnected environment.
2829
2930
* After {product-title} installation:
3031
+

modules/images-update-global-pull-secret.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
// * openshift_images/managing_images/using-image-pull-secrets.adoc
33
// * post_installation_configuration/cluster-tasks.adoc
44
// * support/remote_health_monitoring/opting-out-of-remote-health-reporting.adoc
5-
// * updating/updating-restricted-network-cluster.adoc
5+
// * updating/updating-restricted-network-cluster/restricted-network-update-OSUS.adoc
6+
// * updating/updating-restricted-network-cluster/restricted-network-update.adoc
67
//
78
// Not included, but linked to from:
89
// * operators/admin/olm-managing-custom-catalogs.adoc

modules/installation-adding-registry-pull-secret.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// * installing/disconnected_install/installing-mirroring-disconnected.adoc
55
// * openshift_images/samples-operator-alt-registry.adoc
66
// * scalability_and_performance/ztp_far_edge/ztp-deploying-far-edge-clusters-at-scale.adoc
7-
// * updating/updating-restricted-network-cluster.adoc
7+
// * updating/updating-restricted-network-cluster/restricted-network-update.adoc
88

99
ifeval::["{context}" == "updating-restricted-network-cluster"]
1010
:restricted:
@@ -43,7 +43,7 @@ endif::restricted[]
4343

4444
.Prerequisites
4545

46-
* You configured a mirror registry to use in your restricted network.
46+
* You configured a mirror registry to use in your disconnected environment.
4747
ifdef::restricted[]
4848
* You identified an image repository location on your mirror registry to mirror images into.
4949
* You provisioned a mirror registry account that allows images to be uploaded to that image repository.

modules/machine-health-checks-pausing.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
// * updating/updating-cluster-cli.adoc
44
// * updating/updating-cluster-within-minor.adoc
5-
// * updating/updating-restricted-network-cluster.adoc
5+
// * updating/updating-restricted-network-cluster/restricted-network-update.adoc
66

77
:_content-type: PROCEDURE
88
[id="machine-health-checks-pausing_{context}"]

modules/update-mirror-repository-oc-mirror.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Module included in the following assemblies:
2-
//
3-
// * updating/updating-restricted-network-cluster.adoc
2+
// * updating/updating-restricted-network-cluster/restricted-network-update.adoc
3+
// * updating/updating-restricted-network-cluster/restricted-network-update-OSUS.adoc
44

55
:_content-type: PROCEDURE
66
[id="update-mirror-repository-oc-mirror_{context}"]

0 commit comments

Comments
 (0)