]> git-server-git.apps.pok.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>
Thu, 19 May 2022 15:55:17 +0000 (17:55 +0200)
commit8d9ebf2d0b9829218ae7f176448b686ba02a4b35
tree64864d6691cec85416cc5f5054a3d0e2a71b2769
parentf4bd5c7d91af67014b0a3545786c7c9f5a29675f
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)
(cherry picked from commit 690c879aef47984136244d1fc8672c0afd6961f5)
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