From 3223e1f6968eaea0c302b6ad7eddd426a06e5ae9 Mon Sep 17 00:00:00 2001 From: Zuul Date: Tue, 23 Apr 2019 22:50:10 +0000 Subject: [PATCH] Update git submodules * Update tripleo-common from branch 'master' - Merge "docker-rm: check if rpm dependency is actually installed" - docker-rm: check if rpm dependency is actually installed If the deployment wasn't deployed under Docker, python2-docker package is missing. Therefore, during the upgrade we don't want to try to remove the containers under Docker, since they don't exist anyway. python2-docker is needed by Ansible to remove the containers, so let's make sure the package is installed, which is the case when the deployment was under Docker. If the rpm doesn't exist, we'll skip the tasks and don't try to remove the containers. The main case where docker-rm is useful is when upgrading on centos7 from rocky to stein, since we clear containers running in Docker during the upgrade, so they run on Podman. In reality, the future platform won't have Docker installed, so this role will become useless and we'll probably deprecate it. Closes-Bug: #1824301 Change-Id: Ic5036ffa756775e3806e18b09e034af2290bfb56 --- tripleo-common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tripleo-common b/tripleo-common index 29abfb3cb8..7022f0b5e2 160000 --- a/tripleo-common +++ b/tripleo-common @@ -1 +1 @@ -Subproject commit 29abfb3cb81dd3b9907381d47292e635547cefeb +Subproject commit 7022f0b5e2f5406a57d6aa18f1df28f27396257e