mirror of https://github.com/ceph/ceph-ansible.git
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>pull/6917/head
parent
c2e46fe5a5
commit
fb99626987
|
@ -140,7 +140,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
|
||||
|
|
|
@ -140,7 +140,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
|
||||
|
|
|
@ -132,7 +132,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
|
||||
|
|
Loading…
Reference in New Issue