]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
qa/tasks/cephadm: override container image tags 64184/head
authorKyr Shatskyy <kyrylo.shatskyy@clyso.com>
Wed, 7 May 2025 12:44:10 +0000 (14:44 +0200)
committerKyr Shatskyy <kyrylo.shatskyy@clyso.com>
Wed, 25 Jun 2025 23:17:05 +0000 (01:17 +0200)
commit0a7931f5ab478b9060b5bca79c95bf56ff699d0d
tree0294286e48e8c6ba66ccf2180b399e076421beef
parent19b19a4bc932ea1429858d2e41289b9b9a799e9c
qa/tasks/cephadm: override container image tags

By default, container image name is tagged by branch name or
by sha1, i.e. corresponding values suffixed ':' are appended
to the image value.

This patch allows to override the tagging just by providing
desired tag with the standard notation using ':' separator
in the container image parameter value of cephadm task.

Fixes: https://tracker.ceph.com/issues/71844
Signed-off-by: Kyr Shatskyy <kyrylo.shatskyy@clyso.com>
qa/tasks/cephadm.py