ceph-defaults: set ceph_stable_release default to the stable branch release

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 fb99626987)
pull/6941/head
Seena Fallah 2021-09-21 12:24:13 +04:30 committed by Guillaume Abrioux
parent 642a83dc6b
commit 12f0f711f4
3 changed files with 3 additions and 3 deletions

View File

@ -139,7 +139,7 @@ dummy:
# #
#ceph_mirror: https://download.ceph.com #ceph_mirror: https://download.ceph.com
#ceph_stable_key: https://download.ceph.com/keys/release.asc #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 }}" #ceph_stable_repo: "{{ ceph_mirror }}/debian-{{ ceph_stable_release }}"
#nfs_ganesha_stable: true # use stable repos for nfs-ganesha #nfs_ganesha_stable: true # use stable repos for nfs-ganesha

View File

@ -139,7 +139,7 @@ ceph_repository: rhcs
# #
#ceph_mirror: https://download.ceph.com #ceph_mirror: https://download.ceph.com
#ceph_stable_key: https://download.ceph.com/keys/release.asc #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 }}" #ceph_stable_repo: "{{ ceph_mirror }}/debian-{{ ceph_stable_release }}"
#nfs_ganesha_stable: true # use stable repos for nfs-ganesha #nfs_ganesha_stable: true # use stable repos for nfs-ganesha

View File

@ -131,7 +131,7 @@ valid_ceph_repository:
# #
ceph_mirror: https://download.ceph.com ceph_mirror: https://download.ceph.com
ceph_stable_key: https://download.ceph.com/keys/release.asc 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 }}" ceph_stable_repo: "{{ ceph_mirror }}/debian-{{ ceph_stable_release }}"
nfs_ganesha_stable: true # use stable repos for nfs-ganesha nfs_ganesha_stable: true # use stable repos for nfs-ganesha