]> 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)
committerDimitri Savineau <savineau.dimitri@gmail.com>
Tue, 31 Mar 2020 14:02:47 +0000 (10:02 -0400)
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 5a61b507432bdb462a89d9d6e8f7d495ef3c15e3..348698ff5c1d20de266bb763077c733ccd39b2ac 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: 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 b73530311d34a74776090177566123222b8989e2..b0dea2e6b67ce66d0ee0a57f97a9d24e5b7a057e 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: 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 2410c79b7832ae8c2e484152c90f58e7c7bda873..6e4570008f853575f5743ca982398da50f12dfce 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: 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 }}"