]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
Implement Ceph REST API 232/head
authorSébastien Han <sebastien.han@enovance.com>
Mon, 23 Mar 2015 14:08:58 +0000 (15:08 +0100)
committerSébastien Han <sebastien.han@enovance.com>
Mon, 23 Mar 2015 17:30:52 +0000 (18:30 +0100)
commita2bef314257f922c1d688de73799dab5a07ed3da
treeae2eafca111946564c902f5e54e7ebc553cd974b
parentf2cc1901277beaa96a5ee713defe45a21806c851
Implement Ceph REST API

Now the Ceph REST API can be deployed.
Default implementation deploys it on the same nodes as the monitors
which should be fine.

Signed-off-by: Sébastien Han <sebastien.han@enovance.com>
group_vars/all
roles/ceph-common/defaults/main.yml
roles/ceph-common/templates/ceph.conf.j2
roles/ceph-mon/defaults/main.yml
roles/ceph-mon/tasks/ceph_keys.yml
roles/ceph-restapi/tasks/main.yml [new file with mode: 0644]
roles/ceph-restapi/tasks/pre_requisite.yml [new file with mode: 0644]
site.yml