mirror of https://github.com/ceph/ceph-ansible.git
ceph-defaults: update nfs-ganesha to 3.3
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>pull/5499/head
parent
c95adc564b
commit
93754bd70c
|
@ -149,7 +149,7 @@ dummy:
|
||||||
#ceph_stable_repo: "{{ ceph_mirror }}/debian-{{ ceph_stable_release }}"
|
#ceph_stable_repo: "{{ ceph_mirror }}/debian-{{ ceph_stable_release }}"
|
||||||
|
|
||||||
#nfs_ganesha_stable: true # use stable repos for nfs-ganesha
|
#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 }}"
|
#nfs_ganesha_stable_deb_repo: "{{ ceph_mirror }}/nfs-ganesha/deb-{{ nfs_ganesha_stable_branch }}/{{ ceph_stable_release }}"
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -149,7 +149,7 @@ ceph_repository: rhcs
|
||||||
#ceph_stable_repo: "{{ ceph_mirror }}/debian-{{ ceph_stable_release }}"
|
#ceph_stable_repo: "{{ ceph_mirror }}/debian-{{ ceph_stable_release }}"
|
||||||
|
|
||||||
#nfs_ganesha_stable: true # use stable repos for nfs-ganesha
|
#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 }}"
|
#nfs_ganesha_stable_deb_repo: "{{ ceph_mirror }}/nfs-ganesha/deb-{{ nfs_ganesha_stable_branch }}/{{ ceph_stable_release }}"
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -141,7 +141,7 @@ ceph_stable_release: dummy
|
||||||
ceph_stable_repo: "{{ ceph_mirror }}/debian-{{ ceph_stable_release }}"
|
ceph_stable_repo: "{{ ceph_mirror }}/debian-{{ ceph_stable_release }}"
|
||||||
|
|
||||||
nfs_ganesha_stable: true # use stable repos for nfs-ganesha
|
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 }}"
|
nfs_ganesha_stable_deb_repo: "{{ ceph_mirror }}/nfs-ganesha/deb-{{ nfs_ganesha_stable_branch }}/{{ ceph_stable_release }}"
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue