Skip to content

Commit f058d27

Browse files
committed
Update OCP mirror links for installations
1 parent 3a7c13a commit f058d27

6 files changed

+8
-8
lines changed

modules/installation-gcp-user-infra-rhcos.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ your {product-title} nodes.
1212

1313
ifndef::openshift-origin[]
1414
. Obtain the {op-system} image from the
15-
link:https://mirror.openshift.com/pub/openshift-v4/dependencies/rhcos/4.9/[{op-system} image mirror]
15+
link:https://mirror.openshift.com/pub/openshift-v4/dependencies/rhcos/4.10/[{op-system} image mirror]
1616
page.
1717
+
1818
[IMPORTANT]

modules/installation-rhv-about-inventory-yml.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ all:
2626
# {op-system} section
2727
# ---
2828
rhcos:
29-
image_url: "https://mirror.openshift.com/pub/openshift-v4/dependencies/rhcos/4.9/latest/rhcos-openstack.x86_64.qcow2.gz"
29+
image_url: "https://mirror.openshift.com/pub/openshift-v4/dependencies/rhcos/4.10/latest/rhcos-openstack.x86_64.qcow2.gz"
3030
local_cmp_image_path: "/tmp/rhcos.qcow2.gz"
3131
local_image_path: "/tmp/rhcos.qcow2"
3232

modules/installation-rhv-specifying-rhcos-image-settings.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,16 @@ Update the {op-system-first} image settings of the `inventory.yml` file. Later,
1414
.Procedure
1515

1616
ifndef::openshift-origin[]
17-
. Locate the {op-system} image download page for the version of {product-title} you are installing, such as link:https://mirror.openshift.com/pub/openshift-v4/dependencies/rhcos/4.9/latest/[Index of /pub/openshift-v4/dependencies/rhcos/latest/latest].
17+
. Locate the {op-system} image download page for the version of {product-title} you are installing, such as link:https://mirror.openshift.com/pub/openshift-v4/dependencies/rhcos/4.10/latest/[Index of /pub/openshift-v4/dependencies/rhcos/latest/latest].
1818

19-
. From that download page, copy the URL of an OpenStack `qcow2` image, such as `\https://mirror.openshift.com/pub/openshift-v4/dependencies/rhcos/4.9/latest/rhcos-openstack.x86_64.qcow2.gz`.
19+
. From that download page, copy the URL of an OpenStack `qcow2` image, such as `\https://mirror.openshift.com/pub/openshift-v4/dependencies/rhcos/4.10/latest/rhcos-openstack.x86_64.qcow2.gz`.
2020

2121
. Edit the `inventory.yml` playbook you downloaded earlier. In it, paste the URL as the value for `image_url`. For example:
2222
+
2323
[source,yaml]
2424
----
2525
rhcos:
26-
"https://mirror.openshift.com/pub/openshift-v4/dependencies/rhcos/4.9/latest/rhcos-openstack.x86_64.qcow2.gz"
26+
"https://mirror.openshift.com/pub/openshift-v4/dependencies/rhcos/4.10/latest/rhcos-openstack.x86_64.qcow2.gz"
2727
----
2828
endif::openshift-origin[]
2929
ifdef::openshift-origin[]

modules/installation-user-infra-machines-iso.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Replace `bootstrap.ign` with `master.ign` or `worker.ign` in the command to vali
7070
ifndef::openshift-origin[]
7171
. Obtain the {op-system} images that are required for your preferred method of installing operating system instances from the
7272
ifndef::ibm-power[]
73-
link:https://mirror.openshift.com/pub/openshift-v4/dependencies/rhcos/4.9/[{op-system} image mirror]
73+
link:https://mirror.openshift.com/pub/openshift-v4/dependencies/rhcos/4.10/[{op-system} image mirror]
7474
endif::ibm-power[]
7575
ifdef::ibm-power[]
7676
link:https://mirror.openshift.com/pub/openshift-v4/ppc64le/dependencies/rhcos/[{op-system} image mirror]

modules/installation-user-infra-machines-pxe.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Replace `bootstrap.ign` with `master.ign` or `worker.ign` in the command to vali
7777
ifndef::openshift-origin[]
7878
. Obtain the {op-system} `kernel`,
7979
`initramfs` and `rootfs` files from the
80-
link:https://mirror.openshift.com/pub/openshift-v4/dependencies/rhcos/4.9/[{op-system} image mirror]
80+
link:https://mirror.openshift.com/pub/openshift-v4/dependencies/rhcos/4.10/[{op-system} image mirror]
8181
page.
8282
+
8383
[IMPORTANT]

modules/installation-vsphere-machines.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ If you plan to add more compute machines to your cluster after you finish instal
8181
====
8282

8383
ifndef::openshift-origin[]
84-
. Obtain the {op-system} OVA image. Images are available from the link:https://mirror.openshift.com/pub/openshift-v4/dependencies/rhcos/4.9/[{op-system} image mirror] page.
84+
. Obtain the {op-system} OVA image. Images are available from the link:https://mirror.openshift.com/pub/openshift-v4/dependencies/rhcos/4.10/[{op-system} image mirror] page.
8585
+
8686
[IMPORTANT]
8787
====

0 commit comments

Comments
 (0)