ceph-ansible/roles/ceph-rgw/tasks
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
..
docker Add handlers for containerized deployment 2017-08-02 17:12:20 +02:00
multisite Using ini_file with ansible_hostname to ensure each INI block gets the rgw_zone setting in a multi-RGW setup. Also, ansible_hostname better matches what ceph-common does for the actual hostname (ansible_host != ansible_hostname under all conditions). 2017-01-28 12:30:27 -05:00
main.yml Refact code 2017-05-24 15:55:41 +02:00
openstack-keystone.yml Use 'package' module instead of yum, apt and dnf 2016-11-29 17:29:11 +01:00
pre_requisite.yml rgw: remove sudoers file 2017-03-02 14:59:21 +01:00
rgw_pool_pgs.yml rgw: set tuning parameters 2017-04-25 16:01:03 -04:00
start_radosgw.yml Allow ceph service systemd overrides to be specified 2017-08-16 17:57:06 +01:00