ceph-ansible/roles/ceph-mgr
Andy McCrae 4671b9e74e Allow ceph service systemd overrides to be specified
ceph services can fail to start under certain circumstances (for
example, when running in a container) because the default systemd
service configuration causes namespace issues.

To work around this we can override the system service settings by
placing an overrides file in the ceph-<service>@.service.d directory.
This can be generic so as to allow any potential changes required to
the ceph-<service> service files.

The overrides file is only setup when the
"ceph_<service>_systemd_overrides" config_template override variable is
specified.

The available service systemd override files are as follows:
ceph_mds_systemd_overrides
ceph_mgr_systemd_overrides
ceph_mon_systemd_overrides
ceph_osd_systemd_overrides
ceph_rbd_mirror_systemd_overrides
ceph_rgw_systemd_overrides
2017-08-16 17:57:06 +01:00
..
defaults Allow ceph service systemd overrides to be specified 2017-08-16 17:57:06 +01:00
meta Move role dependencies in site.yml/site-docker.yml 2017-08-02 17:12:14 +02:00
tasks Allow ceph service systemd overrides to be specified 2017-08-16 17:57:06 +01:00
templates Allow ceph service systemd overrides to be specified 2017-08-16 17:57:06 +01:00
LICENSE mgr: add new role for ceph-mgr 2017-04-10 15:13:09 +02:00
README.md mgr: add new role for ceph-mgr 2017-04-10 15:13:09 +02:00

README.md

Ansible role: Ceph Manager

This role bootstraps the Ceph Manager.

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-mgr }

Contribution

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

License

Apache

Author Information

This role was created by Sebastien Han.