]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commit
task/install/rpm: drop code duplication for extra_system_packages 2045/head
authorKyr Shatskyy <kyrylo.shatskyy@clyso.com>
Wed, 16 Apr 2025 14:41:54 +0000 (16:41 +0200)
committerKyr Shatskyy <kyrylo.shatskyy@clyso.com>
Wed, 16 Apr 2025 16:32:43 +0000 (18:32 +0200)
commit0515c4df2485559af08e68fa8438986052ed6c63
treeb43b4a10bb310f0fb53e362bee19791abdfbd86e
parent966bccc8ec32e9e96f46e804a1e9aafb32cbeefc
task/install/rpm: drop code duplication for extra_system_packages

After introducing install_ceph_packages option there is added
new extra_system_packages list append instruction which made
adding the packages twice if the option is set to False.
So we just drop the first attempt to update install package list.

Fixes: 0177823
Signed-off-by: Kyr Shatskyy <kyrylo.shatskyy@clyso.com>
teuthology/task/install/rpm.py