From c908a47af47be4178192f10b262b02af7cfbfc78 Mon Sep 17 00:00:00 2001 From: Dan Mick Date: Mon, 8 Dec 2025 21:09:45 -0800 Subject: [PATCH] Change quay-quay-quay.... to quay.ceph.io The external name works from locations outside the existing sepia lab, and there's no good reason not to use the public name. Signed-off-by: Dan Mick --- ceph-dev-new/config/definitions/ceph-dev-new.yml | 2 +- ceph-dev-pipeline/config/definitions/ceph-dev-pipeline.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ceph-dev-new/config/definitions/ceph-dev-new.yml b/ceph-dev-new/config/definitions/ceph-dev-new.yml index 0f8db9a4..e76f903c 100644 --- a/ceph-dev-new/config/definitions/ceph-dev-new.yml +++ b/ceph-dev-new/config/definitions/ceph-dev-new.yml @@ -64,7 +64,7 @@ - string: name: CONTAINER_REPO_HOSTNAME description: "For CI_CONTAINER: Name of container repo server (i.e. 'quay.io')" - default: "quay-quay-quay.apps.os.sepia.ceph.com" + default: "quay.ceph.io" - string: name: CONTAINER_REPO_ORGANIZATION diff --git a/ceph-dev-pipeline/config/definitions/ceph-dev-pipeline.yml b/ceph-dev-pipeline/config/definitions/ceph-dev-pipeline.yml index 2995d087..d2fb7147 100644 --- a/ceph-dev-pipeline/config/definitions/ceph-dev-pipeline.yml +++ b/ceph-dev-pipeline/config/definitions/ceph-dev-pipeline.yml @@ -81,7 +81,7 @@ - string: name: CONTAINER_REPO_HOSTNAME description: "FQDN of container repo server (e.g. 'quay.io')" - default: "quay-quay-quay.apps.os.sepia.ceph.com" + default: "quay.ceph.io" - string: name: CONTAINER_REPO_ORGANIZATION -- 2.47.3