]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
ceph-defaults: change default ceph container tag
authorDimitri Savineau <dsavinea@redhat.com>
Fri, 22 Jan 2021 15:01:10 +0000 (10:01 -0500)
committerDimitri Savineau <savineau.dimitri@gmail.com>
Fri, 22 Jan 2021 22:39:39 +0000 (17:39 -0500)
The "latest" ceph container tag references the latest stable release
(octopus at the moment). "latest" is an alias on "latest-octopus".
On the devel branch we should use "latest-master" tag instead.

Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
(cherry picked from commit 7d567719756199f34d6cb05347435905a8c4aece)

group_vars/all.yml.sample
roles/ceph-defaults/defaults/main.yml

index fc1dc6439f1afc4d01e4b99cb0862454d1e78bca..936a9236b82060e3dcfa727d5974a64d297d8316 100644 (file)
@@ -550,7 +550,7 @@ dummy:
 # DOCKER #
 ##########
 #ceph_docker_image: "ceph/daemon"
-#ceph_docker_image_tag: latest
+#ceph_docker_image_tag: latest-octopus
 #ceph_docker_registry: docker.io
 #ceph_docker_registry_auth: false
 #ceph_docker_registry_username:
index 2f6003c19a7f0927f866c194cd322468974172bf..d9926e33cc78774bc1aa1c5f484ee38772db4d09 100644 (file)
@@ -542,7 +542,7 @@ ceph_tcmalloc_max_total_thread_cache: 0
 # DOCKER #
 ##########
 ceph_docker_image: "ceph/daemon"
-ceph_docker_image_tag: latest
+ceph_docker_image_tag: latest-octopus
 ceph_docker_registry: docker.io
 ceph_docker_registry_auth: false
 #ceph_docker_registry_username: