]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
cephadm: default to quay.io, not docker.io 42533/head
authorSage Weil <sage@newdream.net>
Wed, 28 Jul 2021 18:19:43 +0000 (14:19 -0400)
committerSage Weil <sage@newdream.net>
Wed, 28 Jul 2021 18:19:43 +0000 (14:19 -0400)
Signed-off-by: Sage Weil <sage@newdream.net>
src/cephadm/cephadm
src/pybind/mgr/cephadm/module.py

index 9b7348b8bc29c5881c05511b478ebcca728818a5..76e65349b6c5f27343e1e6a7b26b3b201388af8b 100755 (executable)
@@ -1,6 +1,6 @@
 #!/usr/bin/python3
 
-DEFAULT_IMAGE='docker.io/ceph/ceph:v15'
+DEFAULT_IMAGE='quay.io/ceph/ceph:v15'
 DEFAULT_IMAGE_IS_MASTER=False
 LATEST_STABLE_RELEASE = 'octopus'
 DATA_DIR = '/var/lib/ceph'
index 989a30fca5678973663f133be9f4bd0a387ca326..d74c433aecab488ac445688e779a4ed6242bf3f0 100644 (file)
@@ -162,7 +162,7 @@ class CephadmOrchestrator(orchestrator.Orchestrator, MgrModule):
         },
         {
             'name': 'container_image_base',
-            'default': 'docker.io/ceph/ceph',
+            'default': 'quay.io/ceph/ceph',
             'desc': 'Container image name, without the tag',
             'runtime': True,
         },