]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
Add RADOS Gateway support 7/head
authorSébastien Han <sebastien.han@enovance.com>
Thu, 6 Mar 2014 12:54:37 +0000 (13:54 +0100)
committerSébastien Han <sebastien.han@enovance.com>
Thu, 13 Mar 2014 22:43:57 +0000 (23:43 +0100)
commitf295b4f5b44f994b0e284c9a9c8f0f02bc153b6b
treed1462e8fd96fad6cec870ca02ea6b1ef1afa5c8b
parent4924cdec597258e259e19f674b11a8070e3d61af
Add RADOS Gateway support

This is a wip branch.
This works on Ubuntu precise, Debian Wheezy and CentOS 6.4.

Signed-off-by: Sébastien Han <sebastien.han@enovance.com>
14 files changed:
Vagrantfile
group_vars/all
hosts
roles/common/templates/ceph.conf.j2
roles/mon/tasks/main.yml
roles/radosgw/files/s3gw.fcgi [new file with mode: 0644]
roles/radosgw/handlers/main.yml [new file with mode: 0644]
roles/radosgw/tasks/Debian.yml [new file with mode: 0644]
roles/radosgw/tasks/RedHat.yml [new file with mode: 0644]
roles/radosgw/tasks/main.yml [new file with mode: 0644]
roles/radosgw/templates/ceph-extra.repo [new file with mode: 0644]
roles/radosgw/templates/httpd.conf [new file with mode: 0644]
roles/radosgw/templates/rgw.conf [new file with mode: 0644]
site.yml