]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
qa/tasks: add template.py for generic templating needs
authorJohn Mulligan <jmulligan@redhat.com>
Wed, 6 Mar 2024 16:56:13 +0000 (11:56 -0500)
committerJohn Mulligan <jmulligan@redhat.com>
Wed, 1 Oct 2025 16:40:25 +0000 (12:40 -0400)
commit550ce35be906db123ce59854ab574c6c0e94566d
tree5aeea87fd812bd87b311356589e8b728f0b8c96e
parente97d81144a1c3adc799bc3aaad16a973e0c74382
qa/tasks: add template.py for generic templating needs

This change extracts a bunch of functionality that we added to
cephadm.py and has been "incubating" there for too long as it's not
particularly specific to cephadm.

Take the code from cephadm.py and fully generalize it and make it a
fairly simple module that can be reused elsewhere as needed.

Signed-off-by: John Mulligan <jmulligan@redhat.com>
qa/tasks/template.py [new file with mode: 0644]