]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
ceph-osd: add support for bluestore 649/head
authorSébastien Han <seb@redhat.com>
Fri, 25 Mar 2016 13:15:29 +0000 (14:15 +0100)
committerSébastien Han <seb@redhat.com>
Fri, 25 Mar 2016 15:02:02 +0000 (16:02 +0100)
commit225e066db26089d64ea5910f1498062f1b4d7381
treea57d1616b2159e5e25500239ab67bf1cb68d7e74
parent9098eb0a8afdd8ea9f88272608caf08121481427
ceph-osd: add support for bluestore

With Jewel comes a new store to store Ceph object: BlueStore. Adding an
extra scenario might seem like a useless duplication however the
ultimate goal is remove the other roles later. Thus this is easier to
add new role instead of modifying existing one. Once we drop the support
for release older than Jewel we will just remove all the previous
  scenario files.

Signed-off-by: Sébastien Han <seb@redhat.com>
group_vars/osds.sample
roles/ceph-osd/defaults/main.yml
roles/ceph-osd/tasks/main.yml
roles/ceph-osd/tasks/scenarios/bluestore.yml [new file with mode: 0644]