From 917629840d0f286264cb89d9e15d9e42c7d778a3 Mon Sep 17 00:00:00 2001 From: Steve Baker Date: Thu, 7 Feb 2019 16:25:37 +1300 Subject: [PATCH] Update git submodules * Update ansible-role-tripleo-modify-image from branch 'master' - Speed up execution time of yum_update.sh Doing a yum update with an explicit list of packages where many of those packages are already up-to-date has a significant time penalty. This change includes version comparison to remove packages from packages_for_update where the installed and available versions are identical. This change also only installs yum-plugin-priorities if it is not already installed, for some extra time saving. For a specific example of time saved, I had a centos-binary-rsyslog-base with the following timings. Without this change ------------------- packages passed to yum update: 87 packages actually updated: 11 time taken 35s With this change ------------------- packages passed to yum update: 11 packages actually updated: 11 time taken 10s This time saved should add up over all of the container images during image prepare in CI. Change-Id: Ie282acd1cdc0de8d875959ec9578122fe34f98ac --- ansible-role-tripleo-modify-image | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible-role-tripleo-modify-image b/ansible-role-tripleo-modify-image index 8f0c6bf141..9014df9472 160000 --- a/ansible-role-tripleo-modify-image +++ b/ansible-role-tripleo-modify-image @@ -1 +1 @@ -Subproject commit 8f0c6bf141da1740c47188737b95f347af8b69cf +Subproject commit 9014df94724c7b30484933f1df6aea79fbda716a