Skip to content

Commit 32ff8f3

Browse files
committed
TELCODOCS-1828:Clarify supported format for osImages.openshiftVersion in ZTP docs
1 parent 662ad2d commit 32ff8f3

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

modules/ztp-configuring-the-cluster-for-a-disconnected-environment.adoc

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ data:
5454
<3> The configuration file for the mirror registry. The mirror registry configuration adds mirror information to the `/etc/containers/registries.conf` file in the discovery image. The mirror information is stored in the `imageContentSources` section of the `install-config.yaml` file when the information is passed to the installation program. The Assisted Service pod that runs on the hub cluster fetches the container images from the configured mirror registry.
5555
<4> The URL of the mirror registry. You must use the URL from the `imageContentSources` section by running the `oc adm release mirror` command when you configure the mirror registry. For more information, see the _Mirroring the OpenShift Container Platform image repository_ section.
5656
<5> The registries defined in the `registries.conf` file must be scoped by repository, not by registry. In this example, both the `quay.io/example-repository` and the `mirror1.registry.corp.com:5000/example-repository` repositories are scoped by the `example-repository` repository.
57+
5758
+
5859
This updates `mirrorRegistryRef` in the `AgentServiceConfig` custom resource, as shown below:
5960
+
@@ -84,12 +85,13 @@ spec:
8485
mirrorRegistryRef:
8586
name: assisted-installer-mirror-config <2>
8687
osImages:
87-
- openshiftVersion: <ocp_version>
88-
url: <iso_url> <3>
88+
- openshiftVersion: <ocp_version> <3>
89+
url: <iso_url> <4>
8990
----
90-
<1> Set the `AgentServiceConfig` namespace to `multicluster-engine` to match the `ConfigMap` namespace
91-
<2> Set `mirrorRegistryRef.name` to match the definition specified in the related `ConfigMap` CR
92-
<3> Set the URL for the ISO hosted on the `httpd` server
91+
<1> Set the `AgentServiceConfig` namespace to `multicluster-engine` to match the `ConfigMap` namespace.
92+
<2> Set `mirrorRegistryRef.name` to match the definition specified in the related `ConfigMap` CR.
93+
<3> Set the {product-title} version to either the x.y or x.y.z format.
94+
<4> Set the URL for the ISO hosted on the `httpd` server.
9395
9496
[IMPORTANT]
9597
====

0 commit comments

Comments
 (0)