]> 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>
Tue, 14 Dec 2021 12:46:27 +0000 (13:46 +0100)
commitf01536ea195a56c3ea2b31c7232391387e909c41
treeff6a636b46ad8510367d544fb9978f4dc961afcc
parent7ece59b41defc81ffd3bf184a24b63b45ec7d097
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>
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