Skip to content

Commit

Permalink
Merge pull request #1425 from ceph/bump-kraken
Browse files Browse the repository at this point in the history
common: bump ceph version to kraken
  • Loading branch information
leseb authored Apr 10, 2017
2 parents d113cf8 + e48c31c commit 186a392
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion group_vars/all.yml.sample
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,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 }}"

######################################
Expand Down
2 changes: 1 addition & 1 deletion roles/ceph-common/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,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 }}"

######################################
Expand Down
4 changes: 4 additions & 0 deletions tests/functional/ubuntu/16.04/cluster/group_vars/all
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 186a392

Please sign in to comment.