From ce80ed946cd29ade7ab26c0de8ba33fedec2917d Mon Sep 17 00:00:00 2001 From: Dimitri Savineau Date: Fri, 27 Aug 2021 12:01:27 -0400 Subject: [PATCH] ceph-defaults: set quay.io as the default registry Because the ceph container images are now only pushed to the quay.io registry then this updates the default registry value. The docker.io registry can still be used but doesn't receive updated container images. Signed-off-by: Dimitri Savineau (cherry picked from commit e7b43c1fc632237376351f43363597c23bd33cb7) --- group_vars/all.yml.sample | 2 +- roles/ceph-defaults/defaults/main.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/group_vars/all.yml.sample b/group_vars/all.yml.sample index 0f14d9d7d..b767cb975 100644 --- a/group_vars/all.yml.sample +++ b/group_vars/all.yml.sample @@ -578,7 +578,7 @@ dummy: ########## #ceph_docker_image: "ceph/daemon" #ceph_docker_image_tag: latest-nautilus -#ceph_docker_registry: docker.io +#ceph_docker_registry: quay.io #ceph_docker_registry_auth: false #ceph_docker_registry_username: #ceph_docker_registry_password: diff --git a/roles/ceph-defaults/defaults/main.yml b/roles/ceph-defaults/defaults/main.yml index d35d2bc35..8a1be2026 100644 --- a/roles/ceph-defaults/defaults/main.yml +++ b/roles/ceph-defaults/defaults/main.yml @@ -570,7 +570,7 @@ ceph_tcmalloc_max_total_thread_cache: 134217728 ########## ceph_docker_image: "ceph/daemon" ceph_docker_image_tag: latest-nautilus -ceph_docker_registry: docker.io +ceph_docker_registry: quay.io ceph_docker_registry_auth: false #ceph_docker_registry_username: #ceph_docker_registry_password: -- 2.39.5