Skip to content

Commit 457efe2

Browse files
authored
Merge pull request #36297 from codyhoag/update-4.9-mirror-links
OSDOCS-2370 Set mirror/download links to point to updated version
2 parents 1a6f68c + a8477c9 commit 457efe2

9 files changed

+11
-11
lines changed

installing/installing_platform_agnostic/installing-platform-agnostic.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ include::modules/installation-user-infra-generate-k8s-manifest-ignition.adoc[lev
6363

6464
To install {product-title} on infrastructure that you provision, you must install {op-system-first} on the machines. When you install {op-system}, you must provide the Ignition config file that was generated by the {product-title} installation program for the type of machine you are installing. If you have configured suitable networking, DNS, and load balancing infrastructure, the {product-title} bootstrap process begins automatically after the {op-system} machines have rebooted.
6565

66-
If your infrastructure supports it, install {op-system} on the machines by following either the steps to use an ISO image or network PXE booting. In some cases, you might be able to upload an appropriate {op-system} image from the link:https://access.redhat.com/downloads/content/290[Product Downloads] page on the Red Hat Customer Portal or the link:https://mirror.openshift.com/pub/openshift-v4/dependencies/rhcos/4.8/[{op-system} image mirror] to your cloud provider and use that image to create the machines.
66+
If your infrastructure supports it, install {op-system} on the machines by following either the steps to use an ISO image or network PXE booting. In some cases, you might be able to upload an appropriate {op-system} image from the link:https://access.redhat.com/downloads/content/290[Product Downloads] page on the Red Hat Customer Portal or the link:https://mirror.openshift.com/pub/openshift-v4/dependencies/rhcos/4.9/[{op-system} image mirror] to your cloud provider and use that image to create the machines.
6767

6868
[NOTE]
6969
====

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/latest/[{op-system} image mirror]
15+
link:https://mirror.openshift.com/pub/openshift-v4/dependencies/rhcos/4.9/[{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/latest/latest/rhcos-openstack.x86_64.qcow2.gz"
29+
image_url: "https://mirror.openshift.com/pub/openshift-v4/dependencies/rhcos/4.9/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
@@ -13,14 +13,14 @@ Update the {op-system-first} image settings of the `inventory.yml` file. Later,
1313

1414
.Procedure
1515

16-
. 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/latest/latest/[Index of /pub/openshift-v4/dependencies/rhcos/latest/latest].
16+
. 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].
1717

18-
. From that download page, copy the URL of an OpenStack `qcow2` image, such as `\https://mirror.openshift.com/pub/openshift-v4/dependencies/rhcos/latest/latest/rhcos-openstack.x86_64.qcow2.gz`.
18+
. 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`.
1919

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

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/latest/[{op-system} image mirror]
73+
link:https://mirror.openshift.com/pub/openshift-v4/dependencies/rhcos/4.9/[{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
@@ -79,7 +79,7 @@ ifndef::openshift-origin[]
7979
`initramfs` and `rootfs` files from the
8080
link:https://access.redhat.com/downloads/content/290[Product Downloads] page on the Red
8181
Hat customer portal or the
82-
link:https://mirror.openshift.com/pub/openshift-v4/dependencies/rhcos/4.8/[{op-system} image mirror]
82+
link:https://mirror.openshift.com/pub/openshift-v4/dependencies/rhcos/4.9/[{op-system} image mirror]
8383
page.
8484
+
8585
[IMPORTANT]

modules/installation-vsphere-machines.adoc

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

4747
ifndef::openshift-origin[]
48-
. Obtain the {op-system} OVA image. Images are available from the link:https://mirror.openshift.com/pub/openshift-v4/dependencies/rhcos/latest/[{op-system} image mirror] page.
48+
. 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.
4949
+
5050
[IMPORTANT]
5151
====

modules/update-upgrading-cli.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ If updates are available, you can update your cluster by using the
1010
OpenShift CLI (`oc`).
1111

1212
You can find information about available {product-title} advisories and updates
13-
link:https://access.redhat.com/downloads/content/290/ver=4.1/rhel---7/4.1.0/x86_64/product-errata[in the errata section]
13+
link:https://access.redhat.com/downloads/content/290[in the errata section]
1414
of the Customer Portal.
1515

1616
.Prerequisites

modules/update-upgrading-web.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ endif::[]
2020
If updates are available, you can update your cluster from the web console.
2121

2222
You can find information about available {product-title} advisories and updates
23-
link:https://access.redhat.com/downloads/content/290/ver=4.8/rhel---8/4.8.0/x86_64/product-errata[in the errata section] of the Customer Portal.
23+
link:https://access.redhat.com/downloads/content/290[in the errata section] of the Customer Portal.
2424

2525
.Prerequisites
2626

0 commit comments

Comments
 (0)