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>
  • Loading branch information
dsavineau authored and guits committed Sep 9, 2021
1 parent cddc23f commit e7b43c1
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
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,7 @@ dummy:
##########
#ceph_docker_image: "ceph/daemon"
#ceph_docker_image_tag: latest-master
#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
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@ ceph_tcmalloc_max_total_thread_cache: 134217728
##########
ceph_docker_image: "ceph/daemon"
ceph_docker_image_tag: latest-master
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 e7b43c1

Please sign in to comment.