]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
nfs: change default stable branch for nfs-ganesha repo
authorGuillaume Abrioux <gabrioux@redhat.com>
Fri, 13 Jul 2018 08:10:51 +0000 (10:10 +0200)
committermergify[bot] <mergify[bot]@users.noreply.github.com>
Fri, 13 Jul 2018 08:20:27 +0000 (08:20 +0000)
Since `V2.6-stable` is available and has packages for `mimic`, let's
update this default value accordingly so nfs nodes can be deployed with
mimic.

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 f63bb14d7c3abf495d199455ee5664c3b35d9b42..c854568755d086a80367a5fa11f50f74d9b9b297 100644 (file)
@@ -169,7 +169,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.5-stable
+#nfs_ganesha_stable_branch: V2.6-stable
 #nfs_ganesha_stable_deb_repo: "{{ ceph_mirror }}/nfs-ganesha/deb-{{ nfs_ganesha_stable_branch }}/{{ ceph_stable_release }}"
 
 
index 8a06a2dde340e9e1e5e6179d3f2e62cbbad10b17..52e31c434c7da599666cd4be9be04a43b2e2a5c9 100644 (file)
@@ -169,7 +169,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.5-stable
+#nfs_ganesha_stable_branch: V2.6-stable
 #nfs_ganesha_stable_deb_repo: "{{ ceph_mirror }}/nfs-ganesha/deb-{{ nfs_ganesha_stable_branch }}/{{ ceph_stable_release }}"
 
 
index 3c4b0abc55adb358592aebc82a800b5a745c8296..78f05a5a45b392e9f5b523b6d824831c89fdf2d4 100644 (file)
@@ -161,7 +161,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.5-stable
+nfs_ganesha_stable_branch: V2.6-stable
 nfs_ganesha_stable_deb_repo: "{{ ceph_mirror }}/nfs-ganesha/deb-{{ nfs_ganesha_stable_branch }}/{{ ceph_stable_release }}"