Skip to content

Commit

Permalink
ceph-defaults: set quay.io as the default registry
Browse files Browse the repository at this point in the history
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 <dsavinea@redhat.com>
(cherry picked from commit e7b43c1)
  • Loading branch information
dsavineau authored and guits committed Sep 9, 2021
1 parent befe57d commit 380d25a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion group_vars/all.yml.sample
Expand Up @@ -552,7 +552,7 @@ dummy:
##########
#ceph_docker_image: "ceph/daemon"
#ceph_docker_image_tag: latest-octopus
#ceph_docker_registry: docker.io
#ceph_docker_registry: quay.io
#ceph_docker_registry_auth: false
#ceph_docker_registry_username:
#ceph_docker_registry_password:
Expand Down
2 changes: 1 addition & 1 deletion roles/ceph-defaults/defaults/main.yml
Expand Up @@ -544,7 +544,7 @@ ceph_tcmalloc_max_total_thread_cache: 134217728
##########
ceph_docker_image: "ceph/daemon"
ceph_docker_image_tag: latest-octopus
ceph_docker_registry: docker.io
ceph_docker_registry: quay.io
ceph_docker_registry_auth: false
#ceph_docker_registry_username:
#ceph_docker_registry_password:
Expand Down

0 comments on commit 380d25a

Please sign in to comment.