]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
defaults: change nfs_ganesha_stable_branch
authorGuillaume Abrioux <gabrioux@redhat.com>
Wed, 25 Mar 2020 21:09:32 +0000 (22:09 +0100)
committerGuillaume Abrioux <gabrioux@redhat.com>
Wed, 25 Mar 2020 21:30:15 +0000 (22:30 +0100)
In master, even though we are using dev repo, the value here should be closer
from the last stable released.

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 77ae18d1c86d00fb859be3da21421d488a8349ec..cc9901d940d5e28881b9284a0c3f7a7d4a0fd622 100644 (file)
@@ -150,7 +150,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: V3.2-stable
 #nfs_ganesha_stable_deb_repo: "{{ ceph_mirror }}/nfs-ganesha/deb-{{ nfs_ganesha_stable_branch }}/{{ ceph_stable_release }}"
 
 
index bd5a121885fd6343915170113db68a19afae5fcf..f29cecfa1e89de8f9cebe8a42cc48458a3851ff8 100644 (file)
@@ -150,7 +150,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: V3.2-stable
 #nfs_ganesha_stable_deb_repo: "{{ ceph_mirror }}/nfs-ganesha/deb-{{ nfs_ganesha_stable_branch }}/{{ ceph_stable_release }}"
 
 
index ae71201719e281486f0073ea2414c3d386459943..14051646e99e08fdda27b6cc1d692737ce0e48e0 100644 (file)
@@ -142,7 +142,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: V3.2-stable
 nfs_ganesha_stable_deb_repo: "{{ ceph_mirror }}/nfs-ganesha/deb-{{ nfs_ganesha_stable_branch }}/{{ ceph_stable_release }}"