diff --git a/index.html b/index.html index 3765eba4..bb6d7445 100644 --- a/index.html +++ b/index.html @@ -167,5 +167,5 @@
Variable Name | Description | -Example | +Example/Default |
---|---|---|---|
ocp_download_url | Link to the mirror for the OpenShift client and installer from Red Hat. | -https://mirror.openshift.com/pub/openshift-v4/multi/clients/ocp/4.13.1/s390x/ | +https://mirror.openshift.com/pub/openshift-v4/s390x/dependencies/rhcos/latest/ |
ocp_client_tgz | @@ -886,27 +889,27 @@Link to the CoreOS files to be used for the bootstrap, control and compute nodes. Feel free to change to a different version. | -https://mirror.openshift.com/pub/openshift-v4/s390x/dependencies/rhcos/4.12/4.12.3/ | +https://mirror.openshift.com/pub/openshift-v4/multi/clients/ocp/latest/s390x/ |
rhcos_os_variant | CoreOS base OS. Use the OS string as defined in 'osinfo-query os -f short-id' | -rhel8.6 | +rhl9 |
rhcos_live_kernel | CoreOS kernel filename to be used for the bootstrap, control and compute nodes. | -rhcos-4.12.3-s390x-live-kernel-s390x | +rhcos-live-kernel-s390x |
rhcos_live_initrd | CoreOS initramfs to be used for the bootstrap, control and compute nodes. | -rhcos-4.12.3-s390x-live-initramfs.s390x.img | +rhcos-live-initramfs.s390x.img |
rhcos_live_rootfs | CoreOS rootfs to be used for the bootstrap, control and compute nodes. | -rhcos-4.12.3-s390x-live-rootfs.s390x.img | +rhcos-live-rootfs.s390x.img |