ceph-ansible/roles/ceph-rgw
Sébastien Han 2fa151b9e8 container: introduce resource limitation for containers
This can be controlled via 2 options:

* ceph_$DAEMON_docker_memory_limit
* ceph_$DAEMON_docker_cpu_limit

All daemons default to 1GB for memory and 1 CPU by default.
Recommendations from:
https://access.redhat.com/documentation/en-us/red_hat_ceph_storage/2/html/red_hat_ceph_storage_hardware_guide/minimum_recommendations

Signed-off-by: Sébastien Han <seb@redhat.com>
2017-09-06 14:52:21 +02:00
..
defaults container: introduce resource limitation for containers 2017-09-06 14:52:21 +02: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 update meta for ansible galaxy 2017-08-25 00:05:44 +02:00
tasks Merge pull request #1827 from andymcc/rgw_systemd_fix 2017-09-01 18:12:23 +02:00
templates container: introduce resource limitation for containers 2017-09-06 14:52:21 +02: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.