mirror of https://github.com/ceph/ceph-ansible.git
common: bump ceph version to kraken
Kraken has been out for a couple of weeks now and the CI can test both Kraken and Jewel. Signed-off-by: Sébastien Han <seb@redhat.com>pull/1425/head
parent
67d83586f3
commit
e48c31c671
|
@ -113,7 +113,7 @@ dummy:
|
||||||
#ceph_stable: false # use ceph stable branch
|
#ceph_stable: false # use ceph stable branch
|
||||||
#ceph_mirror: http://download.ceph.com
|
#ceph_mirror: http://download.ceph.com
|
||||||
#ceph_stable_key: https://download.ceph.com/keys/release.asc
|
#ceph_stable_key: https://download.ceph.com/keys/release.asc
|
||||||
#ceph_stable_release: jewel # ceph stable release
|
#ceph_stable_release: kraken # ceph stable release
|
||||||
#ceph_stable_repo: "{{ ceph_mirror }}/debian-{{ ceph_stable_release }}"
|
#ceph_stable_repo: "{{ ceph_mirror }}/debian-{{ ceph_stable_release }}"
|
||||||
|
|
||||||
######################################
|
######################################
|
||||||
|
|
|
@ -105,7 +105,7 @@ ceph_use_distro_backports: false # DEBIAN ONLY
|
||||||
ceph_stable: false # use ceph stable branch
|
ceph_stable: false # use ceph stable branch
|
||||||
ceph_mirror: http://download.ceph.com
|
ceph_mirror: http://download.ceph.com
|
||||||
ceph_stable_key: https://download.ceph.com/keys/release.asc
|
ceph_stable_key: https://download.ceph.com/keys/release.asc
|
||||||
ceph_stable_release: jewel # ceph stable release
|
ceph_stable_release: kraken # ceph stable release
|
||||||
ceph_stable_repo: "{{ ceph_mirror }}/debian-{{ ceph_stable_release }}"
|
ceph_stable_repo: "{{ ceph_mirror }}/debian-{{ ceph_stable_release }}"
|
||||||
|
|
||||||
######################################
|
######################################
|
||||||
|
|
|
@ -17,3 +17,7 @@ ceph_conf_overrides:
|
||||||
global:
|
global:
|
||||||
osd_pool_default_pg_num: 8
|
osd_pool_default_pg_num: 8
|
||||||
osd_pool_default_size: 1
|
osd_pool_default_size: 1
|
||||||
|
debian_ceph_packages:
|
||||||
|
- ceph
|
||||||
|
- ceph-common
|
||||||
|
- ceph-fuse
|
||||||
|
|
Loading…
Reference in New Issue