From: Dimitri Savineau Date: Fri, 27 Aug 2021 16:01:27 +0000 (-0400) Subject: ceph-defaults: set quay.io as the default registry X-Git-Tag: v4.0.67~11 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=ce80ed946cd29ade7ab26c0de8ba33fedec2917d;p=ceph-ansible.git 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) --- 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: