From e48c31c6710922844e903bd5a96c89a4bdfe9e7e Mon Sep 17 00:00:00 2001 From: =?utf8?q?S=C3=A9bastien=20Han?= Date: Mon, 10 Apr 2017 16:20:49 +0200 Subject: [PATCH] common: bump ceph version to kraken MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 --- group_vars/all.yml.sample | 2 +- roles/ceph-common/defaults/main.yml | 2 +- tests/functional/ubuntu/16.04/cluster/group_vars/all | 4 ++++ 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/group_vars/all.yml.sample b/group_vars/all.yml.sample index 870c421ab..5af9c79ec 100644 --- a/group_vars/all.yml.sample +++ b/group_vars/all.yml.sample @@ -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 }}" ###################################### diff --git a/roles/ceph-common/defaults/main.yml b/roles/ceph-common/defaults/main.yml index 7cdb24fca..3db9fb065 100644 --- a/roles/ceph-common/defaults/main.yml +++ b/roles/ceph-common/defaults/main.yml @@ -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 }}" ###################################### diff --git a/tests/functional/ubuntu/16.04/cluster/group_vars/all b/tests/functional/ubuntu/16.04/cluster/group_vars/all index 406426554..0c66fe012 100644 --- a/tests/functional/ubuntu/16.04/cluster/group_vars/all +++ b/tests/functional/ubuntu/16.04/cluster/group_vars/all @@ -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 -- 2.39.5