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: v6.0.15~4 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=121bb58f204f1d2b9339f9ff1d896e7080f6ff6b;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 3c745403e..8c3f4dc4e 100644 --- a/group_vars/all.yml.sample +++ b/group_vars/all.yml.sample @@ -549,7 +549,7 @@ dummy: ########## #ceph_docker_image: "ceph/daemon" #ceph_docker_image_tag: latest-pacific -#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 695e50d3c..97e9e463a 100644 --- a/roles/ceph-defaults/defaults/main.yml +++ b/roles/ceph-defaults/defaults/main.yml @@ -541,7 +541,7 @@ ceph_tcmalloc_max_total_thread_cache: 134217728 ########## ceph_docker_image: "ceph/daemon" ceph_docker_image_tag: latest-pacific -ceph_docker_registry: docker.io +ceph_docker_registry: quay.io ceph_docker_registry_auth: false #ceph_docker_registry_username: #ceph_docker_registry_password: