From e85d8e539287ac9b17716b4a776ff8a00cb191eb Mon Sep 17 00:00:00 2001 From: dfitzmau Date: Thu, 16 Nov 2023 15:06:51 +0000 Subject: [PATCH] OCPBUGS-16719: Replaced imageContentSources info with more generic info --- ...nstaller-provisioned-vsphere-config-yaml.adoc | 8 ++++---- modules/installation-vsphere-config-yaml.adoc | 16 ++++++++-------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/modules/installation-installer-provisioned-vsphere-config-yaml.adoc b/modules/installation-installer-provisioned-vsphere-config-yaml.adoc index f6687d94bf5a..c95c480c1d73 100644 --- a/modules/installation-installer-provisioned-vsphere-config-yaml.adoc +++ b/modules/installation-installer-provisioned-vsphere-config-yaml.adoc @@ -100,11 +100,11 @@ additionalTrustBundle: | <10> -----END CERTIFICATE----- imageContentSources: <11> - mirrors: - - //release - source: quay.io/openshift-release-dev/ocp-release + - ://release + source: - mirrors: - - //release - source: quay.io/openshift-release-dev/ocp-v4.0-art-dev + - ://release-images + source: endif::restricted[] ---- <1> The base domain of the cluster. All DNS records must be sub-domains of this base and include the cluster name. diff --git a/modules/installation-vsphere-config-yaml.adoc b/modules/installation-vsphere-config-yaml.adoc index 2e7541a6898a..fa2d6269542d 100644 --- a/modules/installation-vsphere-config-yaml.adoc +++ b/modules/installation-vsphere-config-yaml.adoc @@ -80,11 +80,11 @@ additionalTrustBundle: | <17> -----END CERTIFICATE----- imageContentSources: <18> - mirrors: - - //release - source: quay.io/openshift-release-dev/ocp-release + - ://release + source: - mirrors: - - //release - source: quay.io/openshift-release-dev/ocp-v4.0-art-dev + - ://release-images + source: endif::openshift-origin[] ifdef::openshift-origin[] additionalTrustBundle: | <16> @@ -93,11 +93,11 @@ additionalTrustBundle: | <16> -----END CERTIFICATE----- imageContentSources: <17> - mirrors: - - //release - source: quay.io/openshift-release-dev/ocp-release + - ://release + source: - mirrors: - - //release - source: quay.io/openshift-release-dev/ocp-v4.0-art-dev + - ://release-images + source: endif::openshift-origin[] endif::restricted[] ----