]> git.apps.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 13:48:31 +0000 (15:48 +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 b767cb9759a169a3ab22cfb75a29d56f876c441c..6640139c95ab84523138fdfe0615a3be9fe71e56 100644 (file)
@@ -139,7 +139,7 @@ dummy:
 #
 #ceph_mirror: http://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 0661accb358f109a664abc8ca1d6015500a474ad..cfb8eae24210911268e2a7be6bee9ce19201b797 100644 (file)
@@ -139,7 +139,7 @@ ceph_repository: rhcs
 #
 #ceph_mirror: http://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 8a1be20263bc1c858a35a90b51779bb7316be87d..56fdce64de04db915ea8787cacd96b242a5139f9 100644 (file)
@@ -131,7 +131,7 @@ valid_ceph_repository:
 #
 ceph_mirror: http://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