mirror of https://github.com/ceph/ceph-ansible.git
ceph-defaults: update ganesha to 2.8
With Ceph Nautilus release we should use nfs-ganesha 2.8 Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>pull/5204/head
parent
2970e28d66
commit
94490b6e16
|
@ -147,7 +147,7 @@ dummy:
|
|||
#ceph_stable_repo: "{{ ceph_mirror }}/debian-{{ ceph_stable_release }}"
|
||||
|
||||
#nfs_ganesha_stable: true # use stable repos for nfs-ganesha
|
||||
#nfs_ganesha_stable_branch: V2.7-stable
|
||||
#nfs_ganesha_stable_branch: V2.8-stable
|
||||
#nfs_ganesha_stable_deb_repo: "{{ ceph_mirror }}/nfs-ganesha/deb-{{ nfs_ganesha_stable_branch }}/{{ ceph_stable_release }}"
|
||||
|
||||
|
||||
|
|
|
@ -147,7 +147,7 @@ ceph_repository: rhcs
|
|||
#ceph_stable_repo: "{{ ceph_mirror }}/debian-{{ ceph_stable_release }}"
|
||||
|
||||
#nfs_ganesha_stable: true # use stable repos for nfs-ganesha
|
||||
#nfs_ganesha_stable_branch: V2.7-stable
|
||||
#nfs_ganesha_stable_branch: V2.8-stable
|
||||
#nfs_ganesha_stable_deb_repo: "{{ ceph_mirror }}/nfs-ganesha/deb-{{ nfs_ganesha_stable_branch }}/{{ ceph_stable_release }}"
|
||||
|
||||
|
||||
|
|
|
@ -139,7 +139,7 @@ ceph_stable_release: dummy
|
|||
ceph_stable_repo: "{{ ceph_mirror }}/debian-{{ ceph_stable_release }}"
|
||||
|
||||
nfs_ganesha_stable: true # use stable repos for nfs-ganesha
|
||||
nfs_ganesha_stable_branch: V2.7-stable
|
||||
nfs_ganesha_stable_branch: V2.8-stable
|
||||
nfs_ganesha_stable_deb_repo: "{{ ceph_mirror }}/nfs-ganesha/deb-{{ nfs_ganesha_stable_branch }}/{{ ceph_stable_release }}"
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue