Skip to content

Commit 9beec2e

Browse files
authored
Merge pull request #89050 from jacksgt/jhensche-okd-install-mirroring
GH-81519: Update mirroring instructions for OKD
2 parents 36db871 + 642db86 commit 9beec2e

File tree

2 files changed

+16
-4
lines changed

2 files changed

+16
-4
lines changed

modules/installation-mirror-repository.adoc

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,14 @@ endif::[]
3333
Complete the following steps on the mirror host:
3434

3535
. Review the
36+
ifndef::openshift-origin[]
3637
link:https://access.redhat.com/downloads/content/290/[{product-title} downloads page]
3738
to determine the version of {product-title} that you want to install and determine the corresponding tag on the link:https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags[Repository Tags] page.
39+
endif::[]
40+
ifdef::openshift-origin[]
41+
link:https://github.com/okd-project/okd/releases/[{product-title} releases page]
42+
to determine the version and tag of {product-title} that you want to install.
43+
endif::[]
3844

3945
. Set the required environment variables:
4046
.. Export the release version:
@@ -81,7 +87,7 @@ endif::[]
8187
ifdef::openshift-origin[]
8288
[source,terminal]
8389
----
84-
$ PRODUCT_REPO='openshift'
90+
$ PRODUCT_REPO='okd'
8591
----
8692
endif::[]
8793

@@ -107,7 +113,7 @@ endif::[]
107113
ifdef::openshift-origin[]
108114
[source,terminal]
109115
----
110-
$ RELEASE_NAME="okd"
116+
$ RELEASE_NAME="scos-release"
111117
----
112118
endif::[]
113119

modules/ipi-install-mirroring-for-disconnected-registry.adoc

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,14 @@ endif::[]
2424
.Procedure
2525

2626
. Review the
27+
ifndef::openshift-origin[]
2728
link:https://access.redhat.com/downloads/content/290/[{product-title} downloads page]
2829
to determine the version of {product-title} that you want to install and determine the corresponding tag on the link:https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags[Repository Tags] page.
30+
endif::[]
31+
ifdef::openshift-origin[]
32+
link:https://github.com/okd-project/okd/releases/[{product-title} releases page]
33+
to determine the version and tag of {product-title} that you want to install.
34+
endif::[]
2935

3036
. Set the required environment variables:
3137
.. Export the release version:
@@ -72,7 +78,7 @@ endif::[]
7278
ifdef::openshift-origin[]
7379
[source,terminal]
7480
----
75-
$ PRODUCT_REPO='openshift'
81+
$ PRODUCT_REPO='okd'
7682
----
7783
endif::[]
7884

@@ -98,7 +104,7 @@ endif::[]
98104
ifdef::openshift-origin[]
99105
[source,terminal]
100106
----
101-
$ RELEASE_NAME="okd"
107+
$ RELEASE_NAME="scos-release"
102108
----
103109
endif::[]
104110

0 commit comments

Comments
 (0)