]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
ceph-defaults: set ceph_stable_release default to the stable branch release
authorSeena Fallah <seenafallah@gmail.com>
Tue, 21 Sep 2021 07:54:13 +0000 (12:24 +0430)
committerGuillaume Abrioux <gabrioux@redhat.com>
Sat, 2 Oct 2021 18:45:35 +0000 (20:45 +0200)
ceph_stable_release is a legacy from the time where a single branch of ceph-ansible supported more than one release of ceph

Signed-off-by: Seena Fallah <seenafallah@gmail.com>
(cherry picked from commit fb99626987740d676d649b0bce2215bce72ca0cf)

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

index 29cbdcebd390596a411704391ce10e641d78e69a..65dc40300010b69ccdc57508c88f309b3062d63c 100644 (file)
@@ -139,7 +139,7 @@ dummy:
 #
 #ceph_mirror: https://download.ceph.com
 #ceph_stable_key: https://download.ceph.com/keys/release.asc
-#ceph_stable_release: dummy
+#ceph_stable_release: quincy
 #ceph_stable_repo: "{{ ceph_mirror }}/debian-{{ ceph_stable_release }}"
 
 #nfs_ganesha_stable: true # use stable repos for nfs-ganesha
index e5c4be7aca5103684ec5d5c2d577060af6d7385d..2d2c7da77702eac6c37cd4b4274338cd22cb85ea 100644 (file)
@@ -139,7 +139,7 @@ ceph_repository: rhcs
 #
 #ceph_mirror: https://download.ceph.com
 #ceph_stable_key: https://download.ceph.com/keys/release.asc
-#ceph_stable_release: dummy
+#ceph_stable_release: quincy
 #ceph_stable_repo: "{{ ceph_mirror }}/debian-{{ ceph_stable_release }}"
 
 #nfs_ganesha_stable: true # use stable repos for nfs-ganesha
index 4c573b5c00d13d408e2f378b90e24b9fea958568..bd1a619abf3d5f7cc0a7cdae46956ac838a65fa9 100644 (file)
@@ -131,7 +131,7 @@ valid_ceph_repository:
 #
 ceph_mirror: https://download.ceph.com
 ceph_stable_key: https://download.ceph.com/keys/release.asc
-ceph_stable_release: dummy
+ceph_stable_release: quincy
 ceph_stable_repo: "{{ ceph_mirror }}/debian-{{ ceph_stable_release }}"
 
 nfs_ganesha_stable: true # use stable repos for nfs-ganesha