From 90e5fbc36dc2d2f7ec29545a640c6aaf2e4f4332 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Sat, 7 Nov 2015 13:46:02 +0100 Subject: [PATCH] nodemanager rpm has been split into pieces, this affects the crucial packages --- NodeUpdate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NodeUpdate.py b/NodeUpdate.py index 9962ec4..8d07729 100755 --- a/NodeUpdate.py +++ b/NodeUpdate.py @@ -52,7 +52,7 @@ DELETE_RPM_LIST_FILE= '/etc/planetlab/delete-rpm-list' # so, we force the update of crucial pkgs independently, as # the whole group is sometimes too much to swallow # this one is builtin -CRUCIAL_PACKAGES_BUILTIN=[ 'NodeUpdate' , 'nodemanager' ] +CRUCIAL_PACKAGES_BUILTIN=[ 'NodeUpdate' , 'nodemanager-lib', 'nodemanager-lxc', 'nodemanager-vs' ] # and operations can also try to push a list through a conf_file # should use the second one for consistency, try the first one as well for legacy CRUCIAL_PACKAGES_OPTIONAL_PATHS=[ -- 2.43.0