]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
common: bump ceph version to kraken 1425/head
authorSébastien Han <seb@redhat.com>
Mon, 10 Apr 2017 14:20:49 +0000 (16:20 +0200)
committerSébastien Han <seb@redhat.com>
Mon, 10 Apr 2017 16:05:19 +0000 (18:05 +0200)
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>
group_vars/all.yml.sample
roles/ceph-common/defaults/main.yml
tests/functional/ubuntu/16.04/cluster/group_vars/all

index 870c421ab9b4cd03d6d9edaf8d175e2371585b1e..5af9c79ec29e8be9ad097e7dbd47eacb5de2d203 100644 (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 }}"
 
 ######################################
index 7cdb24fcaf7d19b3219316b42cc68869986b2178..3db9fb065beca6ca36424146d2dc305f12b68f62 100644 (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 }}"
 
 ######################################
index 4064265545305838df4ddd99beae294f0829c455..0c66fe012e52a3dce01fe8d06505be96fa030623 100644 (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