Skip to content

Commit 711b228

Browse files
committed
multicluster-engine: remove plugin registries from hardcoded registries.conf
LVMS, ODF, NVIDIA and RHOAI registry entries were hardcoded in the MCE custom-registries ConfigMap even when those plugins are not deployed. Remove them so the existing patch_mce_registries.yaml mechanism adds them dynamically only when the corresponding plugin is actually enabled. Also drops the legacy openshift-service-mesh-tech-preview and openshift-service-mesh-dev-preview-beta entries, which are no longer needed with servicemeshoperator3. Signed-off-by: Rafa Porres Molina <rporresm@redhat.com> Assisted-by: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent ed0c8bb commit 711b228

1 file changed

Lines changed: 0 additions & 84 deletions

File tree

operators/multicluster-engine/tasks.yaml

Lines changed: 0 additions & 84 deletions
Original file line numberDiff line numberDiff line change
@@ -146,24 +146,6 @@
146146
[[registry.mirror]]
147147
location = "registry-quay-quay-enterprise.apps.{{ clusterName }}.{{ baseDomain }}/openshift-serverless-1"
148148
149-
[[registry]]
150-
prefix = ""
151-
location = "registry.redhat.io/lvms4"
152-
[[registry.mirror]]
153-
location = "registry-quay-quay-enterprise.apps.{{ clusterName }}.{{ baseDomain }}/lvms4"
154-
155-
[[registry]]
156-
prefix = ""
157-
location = "registry.redhat.io/odf4"
158-
[[registry.mirror]]
159-
location = "registry-quay-quay-enterprise.apps.{{ clusterName }}.{{ baseDomain }}/odf4"
160-
161-
[[registry]]
162-
prefix = ""
163-
location = "registry.redhat.io/rhceph"
164-
[[registry.mirror]]
165-
location = "registry-quay-quay-enterprise.apps.{{ clusterName }}.{{ baseDomain }}/rhceph"
166-
167149
[[registry]]
168150
prefix = ""
169151
location = "registry.redhat.io/cert-manager"
@@ -188,78 +170,12 @@
188170
[[registry.mirror]]
189171
location = "registry-quay-quay-enterprise.apps.{{ clusterName }}.{{ baseDomain }}/compliance"
190172
191-
[[registry]]
192-
prefix = ""
193-
location = "nvcr.io/nvidia"
194-
[[registry.mirror]]
195-
location = "registry-quay-quay-enterprise.apps.{{ clusterName }}.{{ baseDomain }}/nvidia"
196-
197-
[[registry]]
198-
prefix = ""
199-
location = "registry.connect.redhat.com/nvidia"
200-
[[registry.mirror]]
201-
location = "registry-quay-quay-enterprise.apps.{{ clusterName }}.{{ baseDomain }}/nvidia"
202-
203173
[[registry]]
204174
prefix = ""
205175
location = "registry.connect.redhat.com/hashicorp"
206176
[[registry.mirror]]
207177
location = "registry-quay-quay-enterprise.apps.{{ clusterName }}.{{ baseDomain }}/hashicorp"
208178
209-
[[registry]]
210-
prefix = ""
211-
location = "registry.redhat.io/rhcl-1"
212-
[[registry.mirror]]
213-
location = "registry-quay-quay-enterprise.apps.{{ clusterName }}.{{ baseDomain }}/rhcl-1"
214-
215-
[[registry]]
216-
prefix = ""
217-
location = "registry.redhat.io/leader-worker-set"
218-
[[registry.mirror]]
219-
location = "registry-quay-quay-enterprise.apps.{{ clusterName }}.{{ baseDomain }}/leader-worker-set"
220-
221-
[[registry]]
222-
prefix = ""
223-
location = "registry.redhat.io/openshift-service-mesh"
224-
[[registry.mirror]]
225-
location = "registry-quay-quay-enterprise.apps.{{ clusterName }}.{{ baseDomain }}/openshift-service-mesh"
226-
227-
[[registry]]
228-
prefix = ""
229-
location = "registry.redhat.io/openshift-service-mesh-tech-preview"
230-
[[registry.mirror]]
231-
location = "registry-quay-quay-enterprise.apps.{{ clusterName }}.{{ baseDomain }}/openshift-service-mesh-tech-preview"
232-
233-
[[registry]]
234-
prefix = ""
235-
location = "registry.redhat.io/openshift-service-mesh-dev-preview-beta"
236-
[[registry.mirror]]
237-
location = "registry-quay-quay-enterprise.apps.{{ clusterName }}.{{ baseDomain }}/openshift-service-mesh-dev-preview-beta"
238-
239-
[[registry]]
240-
prefix = ""
241-
location = "registry.redhat.io/rhoai"
242-
[[registry.mirror]]
243-
location = "registry-quay-quay-enterprise.apps.{{ clusterName }}.{{ baseDomain }}/rhoai"
244-
245-
[[registry]]
246-
prefix = ""
247-
location = "registry.redhat.io/rhelai1"
248-
[[registry.mirror]]
249-
location = "registry-quay-quay-enterprise.apps.{{ clusterName }}.{{ baseDomain }}/rhelai1"
250-
251-
[[registry]]
252-
prefix = ""
253-
location = "registry.redhat.io/rhaiis"
254-
[[registry.mirror]]
255-
location = "registry-quay-quay-enterprise.apps.{{ clusterName }}.{{ baseDomain }}/rhaiis"
256-
257-
[[registry]]
258-
prefix = ""
259-
location = "registry.redhat.io/rhods"
260-
[[registry.mirror]]
261-
location = "registry-quay-quay-enterprise.apps.{{ clusterName }}.{{ baseDomain }}/rhods"
262-
263179
[[registry]]
264180
prefix = ""
265181
location = "registry.redhat.io/rhel7"

0 commit comments

Comments
 (0)