mirror of https://github.com/ceph/ceph-ansible.git
defaults: change nfs_ganesha_stable_branch
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>pull/5193/head
parent
784f16c061
commit
b7ada14cf5
|
@ -150,7 +150,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: 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 }}"
|
#nfs_ganesha_stable_deb_repo: "{{ ceph_mirror }}/nfs-ganesha/deb-{{ nfs_ganesha_stable_branch }}/{{ ceph_stable_release }}"
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -150,7 +150,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: 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 }}"
|
#nfs_ganesha_stable_deb_repo: "{{ ceph_mirror }}/nfs-ganesha/deb-{{ nfs_ganesha_stable_branch }}/{{ ceph_stable_release }}"
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -142,7 +142,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: 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 }}"
|
nfs_ganesha_stable_deb_repo: "{{ ceph_mirror }}/nfs-ganesha/deb-{{ nfs_ganesha_stable_branch }}/{{ ceph_stable_release }}"
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue