]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/commit
cephadm: add templates for new systemd unit files
authorJohn Mulligan <jmulligan@redhat.com>
Fri, 17 Nov 2023 19:33:32 +0000 (14:33 -0500)
committerJohn Mulligan <jmulligan@redhat.com>
Tue, 2 Jan 2024 14:30:20 +0000 (09:30 -0500)
commit53e1c7d47349daae1dd6981ab8f00b9e17cf60ae
tree7adc13677d3be88a6e04c2b516f76a4ec59c2b2e
parent1224a512a267003417252e398b297f20c48995b8
cephadm: add templates for new systemd unit files

Add templates that will be used for advanced systemd services: sidecars,
init containers, and drop-in files to glue them all together.

Signed-off-by: John Mulligan <jmulligan@redhat.com>
src/cephadm/cephadmlib/templates/dropin.service.j2 [new file with mode: 0644]
src/cephadm/cephadmlib/templates/init_ctr.service.j2 [new file with mode: 0644]
src/cephadm/cephadmlib/templates/sidecar.service.j2 [new file with mode: 0644]
src/cephadm/cephadmlib/templating.py