mirror of https://github.com/ceph/ceph-ansible.git
nfs: change default stable branch for nfs-ganesha repo
Since `V2.6-stable` is available and has packages for `mimic`, let's update this default value accordingly so nfs nodes can be deployed with mimic. Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>pull/2890/head
parent
cc71bb96cc
commit
1a626d3c61
|
@ -169,7 +169,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.5-stable
|
||||
#nfs_ganesha_stable_branch: V2.6-stable
|
||||
#nfs_ganesha_stable_deb_repo: "{{ ceph_mirror }}/nfs-ganesha/deb-{{ nfs_ganesha_stable_branch }}/{{ ceph_stable_release }}"
|
||||
|
||||
|
||||
|
|
|
@ -169,7 +169,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.5-stable
|
||||
#nfs_ganesha_stable_branch: V2.6-stable
|
||||
#nfs_ganesha_stable_deb_repo: "{{ ceph_mirror }}/nfs-ganesha/deb-{{ nfs_ganesha_stable_branch }}/{{ ceph_stable_release }}"
|
||||
|
||||
|
||||
|
|
|
@ -161,7 +161,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.5-stable
|
||||
nfs_ganesha_stable_branch: V2.6-stable
|
||||
nfs_ganesha_stable_deb_repo: "{{ ceph_mirror }}/nfs-ganesha/deb-{{ nfs_ganesha_stable_branch }}/{{ ceph_stable_release }}"
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue