Skip to content

Commit

Permalink
[OKD] Update mirror image repository to use SCOS instead of FCOS
Browse files Browse the repository at this point in the history
  • Loading branch information
pczarnik committed Sep 11, 2024
1 parent 633ad22 commit 4aafbb4
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 4 deletions.
11 changes: 9 additions & 2 deletions modules/installation-mirror-repository.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,16 @@ endif::[]

Complete the following steps on the mirror host:

ifndef::openshift-origin[]
. Review the
link:https://access.redhat.com/downloads/content/290/[{product-title} downloads page]
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.
endif::[]
ifdef::openshift-origin[]
. Review the
link:https://origin-release.ci.openshift.org[https://origin-release.ci.openshift.org]
to determine the version of {product-title} that you want to install and determine the corresponding tag.
endif::[]

. Set the required environment variables:
.. Export the release version:
Expand Down Expand Up @@ -81,7 +88,7 @@ endif::[]
ifdef::openshift-origin[]
[source,terminal]
----
$ PRODUCT_REPO='openshift'
$ PRODUCT_REPO='okd'
----
endif::[]

Expand All @@ -107,7 +114,7 @@ endif::[]
ifdef::openshift-origin[]
[source,terminal]
----
$ RELEASE_NAME="okd"
$ RELEASE_NAME="scos-release"
----
endif::[]

Expand Down
11 changes: 9 additions & 2 deletions modules/ipi-install-mirroring-for-disconnected-registry.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,16 @@ endif::[]
.Procedure

ifndef::openshift-origin[]
. Review the
link:https://access.redhat.com/downloads/content/290/[{product-title} downloads page]
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.
endif::[]
ifdef::openshift-origin[]
. Review the
link:https://origin-release.ci.openshift.org[https://origin-release.ci.openshift.org]
to determine the version of {product-title} that you want to install and determine the corresponding tag.
endif::[]

. Set the required environment variables:
.. Export the release version:
Expand Down Expand Up @@ -72,7 +79,7 @@ endif::[]
ifdef::openshift-origin[]
[source,terminal]
----
$ PRODUCT_REPO='openshift'
$ PRODUCT_REPO='okd'
----
endif::[]

Expand All @@ -98,7 +105,7 @@ endif::[]
ifdef::openshift-origin[]
[source,terminal]
----
$ RELEASE_NAME="okd"
$ RELEASE_NAME="scos-release"
----
endif::[]

Expand Down

0 comments on commit 4aafbb4

Please sign in to comment.