mirror of https://github.com/ceph/ceph-ansible.git
nfs: bump nfs-ganesha version
This commit updates the default version of nfs-ganesha to V3.5 which is the latest version available upstream. Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>debug_update_nfs_version
parent
6ccc8b4722
commit
c78388e580
|
@ -146,7 +146,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: V3.3-stable
|
||||
#nfs_ganesha_stable_branch: V3.5-stable
|
||||
#nfs_ganesha_stable_deb_repo: "{{ ceph_mirror }}/nfs-ganesha/deb-{{ nfs_ganesha_stable_branch }}/{{ ceph_stable_release }}"
|
||||
|
||||
|
||||
|
@ -798,3 +798,4 @@ dummy:
|
|||
#container_exec_cmd:
|
||||
#docker: false
|
||||
#ceph_volume_debug: "{{ enable_ceph_volume_debug | ternary(1, 0) }}"
|
||||
|
||||
|
|
|
@ -146,7 +146,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: V3.3-stable
|
||||
#nfs_ganesha_stable_branch: V3.5-stable
|
||||
#nfs_ganesha_stable_deb_repo: "{{ ceph_mirror }}/nfs-ganesha/deb-{{ nfs_ganesha_stable_branch }}/{{ ceph_stable_release }}"
|
||||
|
||||
|
||||
|
@ -798,3 +798,4 @@ alertmanager_container_image: registry.redhat.io/openshift4/ose-prometheus-alert
|
|||
#container_exec_cmd:
|
||||
#docker: false
|
||||
#ceph_volume_debug: "{{ enable_ceph_volume_debug | ternary(1, 0) }}"
|
||||
|
||||
|
|
|
@ -138,7 +138,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: V3.3-stable
|
||||
nfs_ganesha_stable_branch: V3.5-stable
|
||||
nfs_ganesha_stable_deb_repo: "{{ ceph_mirror }}/nfs-ganesha/deb-{{ nfs_ganesha_stable_branch }}/{{ ceph_stable_release }}"
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue