ceph-ansible/roles/ceph-nfs
Guillaume Abrioux 66b59ea9c6 docker: Fix #1303
Install package from official repos rather than pip when using RHEL.

This commit fix https://bugzilla.redhat.com/show_bug.cgi?id=1420855

Also this commit Refact all `roles/ceph-*/tasks/docker/pre_requisite.yml`
to avoid a lot of duplicated code.

Fix: #1303
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
2017-03-03 10:49:13 +01:00
..
defaults docker: use a better method to pull images 2017-02-09 17:57:18 +01:00
meta use ceph-docker-common in roles that support docker deployments 2017-01-16 09:30:53 -06:00
tasks docker: Fix #1303 2017-03-03 10:49:13 +01:00
templates docker: use a better method to pull images 2017-02-09 17:57:18 +01:00
LICENSE Add support for Ceph NFS Gateway 2016-06-22 13:29:11 -04:00
README.md Add support for Ceph NFS Gateway 2016-06-22 13:29:11 -04:00

README.md

Ansible role: Ceph NFS Gateway

This role bootstraps Ceph NFS Gateway(s). It can bootstrap dockerized Ceph NFS Gateway(s). NFS support is provided by the NFS Ganesha project.

It can provide one or both of NFS File access (requires at least one ceph-mds role) or NFS Object access (requires at least one ceph-rgw role).

Requirements

Nothing, it runs out of the box.

Role variables

Have a look at: defaults/main.yml.

Mandatory variables

None.

Dependencies

The role ceph.ceph-common must be installed.

Example Playbook

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

Contribution

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

License

Apache

Author Information

This role was created by Daniel Gryniewicz.