]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
container: align systemd units with rpm
authorGuillaume Abrioux <gabrioux@redhat.com>
Wed, 8 Dec 2021 16:37:14 +0000 (17:37 +0100)
committerGuillaume Abrioux <gabrioux@redhat.com>
Wed, 15 Dec 2021 12:49:37 +0000 (13:49 +0100)
commit9f04949ba0ed029fffe455283bd583e124e4d2fd
tree32327620ed0425bbdc49562aa6f0f040a3e264fc
parent7791fac222006b8b1acaf83f94fc4e22b10226c0
container: align systemd units with rpm

Update `After=` and `Wants=` parameters in container systemd units
and make them be aligned with the systemd units that come
from the packaging.

Closes: https://bugzilla.redhat.com/show_bug.cgi?id=2027440
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
(cherry picked from commit f01536ea195a56c3ea2b31c7232391387e909c41)
15 files changed:
roles/ceph-crash/templates/ceph-crash.service.j2
roles/ceph-grafana/templates/grafana-server.service.j2
roles/ceph-iscsi-gw/templates/rbd-target-api.service.j2
roles/ceph-iscsi-gw/templates/rbd-target-gw.service.j2
roles/ceph-iscsi-gw/templates/tcmu-runner.service.j2
roles/ceph-mds/templates/ceph-mds.service.j2
roles/ceph-mgr/templates/ceph-mgr.service.j2
roles/ceph-mon/templates/ceph-mon.service.j2
roles/ceph-nfs/templates/ceph-nfs.service.j2
roles/ceph-node-exporter/templates/node_exporter.service.j2
roles/ceph-osd/templates/ceph-osd.service.j2
roles/ceph-prometheus/templates/alertmanager.service.j2
roles/ceph-prometheus/templates/prometheus.service.j2
roles/ceph-rbd-mirror/templates/ceph-rbd-mirror.service.j2
roles/ceph-rgw/templates/ceph-radosgw.service.j2