From f493c0b4ab2dec6b9a6ba5e30fa756bf8363eb28 Mon Sep 17 00:00:00 2001 From: Warren Usui Date: Wed, 3 Dec 2014 09:16:02 -0800 Subject: [PATCH] Added calamari-server Calamari-server has been added to the list of installed packages to be removed. Also added salt-common and salt-minion to the list of rpms to be removed. Fixes #10034 Signed-off-by: Warren Usui --- teuthology/nuke.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/teuthology/nuke.py b/teuthology/nuke.py index db1d5b67a..c04166257 100644 --- a/teuthology/nuke.py +++ b/teuthology/nuke.py @@ -255,8 +255,8 @@ def remove_installed_packages(ctx): install_task.remove_packages( ctx, config, - {"deb": install_task.deb_packages['ceph'] + ['salt-common', 'salt-minion'], - "rpm": install_task.rpm_packages['ceph']}) + {"deb": install_task.deb_packages['ceph'] + ['salt-common', 'salt-minion', 'calamari-server'], + "rpm": install_task.rpm_packages['ceph'] + ['salt-common', 'salt-minion', 'calamari-server']}) install_task.remove_sources(ctx, config) install_task.purge_data(ctx) -- 2.47.3