ceph-ansible/roles/ceph-rgw
Sébastien Han cc769464d0 docker: homogenise systemd file location
So unit files were stored in /var/lib/ceph some where in
/etc/systemd/system. Now they are all under /etc/systemd/system.

closes: #1296

Signed-off-by: Sébastien Han <seb@redhat.com>
2017-02-16 18:31:32 +01:00
..
defaults docker: use a better method to pull images 2017-02-09 17:57:18 +01:00
handlers Use hostname instead of host (host can be an IP) and hostname matches the default nomenclature in ceph.conf 2017-01-28 13:09:03 -05:00
meta use ceph-docker-common in roles that support docker deployments 2017-01-16 09:30:53 -06:00
tasks docker: homogenise systemd file location 2017-02-16 18:31:32 +01:00
templates docker: use a better method to pull images 2017-02-09 17:57:18 +01:00
LICENSE Add READMEs for each roles 2015-07-25 10:51:53 +02:00
README.md remove apache support for RGW 2016-11-18 13:13:12 -07:00

README.md

Ansible role: Ceph Rados Gateway

This role bootstraps Ceph Rados Gateway(s). It can bootstrap dockerized Ceph Rados Gateway(s).

Civetweb is the only supported method for the Rados Gateway.

It can be configured to support a connection with OpenStack Keystone.

Requirements

Nothing, it runs out of the box.

Role variables

Have a look at: defaults/main.yml.

Mandatory variables

None.

Dependencies

The role leseb.ceph-common must be installed.

Example Playbook

- hosts: servers
  remote_user: ubuntu
  roles:
     - { role: leseb.ceph-rgw }

Contribution

THIS REPOSITORY DOES NOT ACCEPT PULL REQUESTS PULL REQUESTS MUST GO THROUGH CEPH-ANSIBLE

License

Apache

Author Information

This role was created by Sébastien Han.