]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
ceph-defaults: update nfs-ganesha to 3.3
authorDimitri Savineau <dsavinea@redhat.com>
Thu, 2 Jul 2020 18:29:22 +0000 (14:29 -0400)
committerGuillaume Abrioux <gabrioux@redhat.com>
Fri, 3 Jul 2020 07:05:12 +0000 (09:05 +0200)
nfs-ganesha 3.3 is the latest 3.x release available for octopus so we
should update to this version.

https://download.ceph.com/nfs-ganesha/rpm-V3.3-stable/octopus

This will also match the version used in RHCS 5.

Ceph container already uses that version too.

Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
(cherry picked from commit 93754bd70c29be722c18160b5d66e9ae8c91195e)

group_vars/all.yml.sample
group_vars/rhcs.yml.sample
roles/ceph-defaults/defaults/main.yml

index 58c7857245404ea7197669affa1d14c652c9e7bd..8346974a56e895fc9dd34c837ceafba7cd986a9e 100644 (file)
@@ -149,7 +149,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.2-stable
+#nfs_ganesha_stable_branch: V3.3-stable
 #nfs_ganesha_stable_deb_repo: "{{ ceph_mirror }}/nfs-ganesha/deb-{{ nfs_ganesha_stable_branch }}/{{ ceph_stable_release }}"
 
 
index 6d89766d3e321b5e3fccc72c736a32d96bbac4a5..5c847705de575d4a8870ad8d5bb30c5215df016f 100644 (file)
@@ -149,7 +149,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.2-stable
+#nfs_ganesha_stable_branch: V3.3-stable
 #nfs_ganesha_stable_deb_repo: "{{ ceph_mirror }}/nfs-ganesha/deb-{{ nfs_ganesha_stable_branch }}/{{ ceph_stable_release }}"
 
 
index 4db0b65d667c6d0127b94e5780974eccf9130fab..2561737436b88ead3d1efa9d005a429a1f638784 100644 (file)
@@ -141,7 +141,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.2-stable
+nfs_ganesha_stable_branch: V3.3-stable
 nfs_ganesha_stable_deb_repo: "{{ ceph_mirror }}/nfs-ganesha/deb-{{ nfs_ganesha_stable_branch }}/{{ ceph_stable_release }}"