mirror of https://github.com/ceph/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 <dsavinea@redhat.com>
(cherry picked from commit e7b43c1fc6
)
pull/6884/head
parent
ac6604ab61
commit
121bb58f20
|
@ -549,7 +549,7 @@ dummy:
|
||||||
##########
|
##########
|
||||||
#ceph_docker_image: "ceph/daemon"
|
#ceph_docker_image: "ceph/daemon"
|
||||||
#ceph_docker_image_tag: latest-pacific
|
#ceph_docker_image_tag: latest-pacific
|
||||||
#ceph_docker_registry: docker.io
|
#ceph_docker_registry: quay.io
|
||||||
#ceph_docker_registry_auth: false
|
#ceph_docker_registry_auth: false
|
||||||
#ceph_docker_registry_username:
|
#ceph_docker_registry_username:
|
||||||
#ceph_docker_registry_password:
|
#ceph_docker_registry_password:
|
||||||
|
|
|
@ -541,7 +541,7 @@ ceph_tcmalloc_max_total_thread_cache: 134217728
|
||||||
##########
|
##########
|
||||||
ceph_docker_image: "ceph/daemon"
|
ceph_docker_image: "ceph/daemon"
|
||||||
ceph_docker_image_tag: latest-pacific
|
ceph_docker_image_tag: latest-pacific
|
||||||
ceph_docker_registry: docker.io
|
ceph_docker_registry: quay.io
|
||||||
ceph_docker_registry_auth: false
|
ceph_docker_registry_auth: false
|
||||||
#ceph_docker_registry_username:
|
#ceph_docker_registry_username:
|
||||||
#ceph_docker_registry_password:
|
#ceph_docker_registry_password:
|
||||||
|
|
Loading…
Reference in New Issue