From 121bb58f204f1d2b9339f9ff1d896e7080f6ff6b 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 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: -- 2.39.5