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
Sébastien Han 2017-04-10 16:20:49 +02:00
parent 67d83586f3
commit e48c31c671
3 changed files with 6 additions and 2 deletions

View File

@ -113,7 +113,7 @@ dummy:
#ceph_stable: false # use ceph stable branch
#ceph_mirror: http://download.ceph.com
#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 }}"
######################################

View File

@ -105,7 +105,7 @@ ceph_use_distro_backports: false # DEBIAN ONLY
ceph_stable: false # use ceph stable branch
ceph_mirror: http://download.ceph.com
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 }}"
######################################

View File

@ -17,3 +17,7 @@ ceph_conf_overrides:
global:
osd_pool_default_pg_num: 8
osd_pool_default_size: 1
debian_ceph_packages:
- ceph
- ceph-common
- ceph-fuse