]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
nfs: bump nfs-ganesha version
authorGuillaume Abrioux <gabrioux@redhat.com>
Mon, 15 Mar 2021 17:18:43 +0000 (18:18 +0100)
committerGuillaume Abrioux <gabrioux@redhat.com>
Mon, 15 Mar 2021 17:19:52 +0000 (18:19 +0100)
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>
group_vars/all.yml.sample
group_vars/rhcs.yml.sample
roles/ceph-defaults/defaults/main.yml

index 67d2f1642268bbee4a772ed63d27a45034edda25..905f7424d18fa3a7a1edee0fe2add890f6aee80f 100644 (file)
@@ -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)  }}"
+
index 0a9d1b9d48cbdc6a38b9c204d8a44f57da022c3d..943abe8b8462f25adf174a6746845b709a2d4015 100644 (file)
@@ -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)  }}"
+
index decb66fcf67d64c414db468e2173d0e023f0c7e6..b05620cd3800372760c3b854e1e402f7148dad2d 100644 (file)
@@ -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 }}"