From 735786e3cfda44f68c70c2ef41a2592e1679c49d Mon Sep 17 00:00:00 2001 From: Zuul Date: Thu, 30 Apr 2020 23:59:45 +0000 Subject: [PATCH] Update git submodules * Update tripleo-validations from branch 'master' - Merge "Introducing tripleo_delegate_to on ceph health validation" - Introducing tripleo_delegate_to on ceph health validation The purpose of this change is to fix the upgrade scenario without breaking the existing validation for the deployment phase. During the upgrade from queens, the default 'container_cli' is podman in the undercloud (which is updated), but it's still docker in the overcloud and this let the validation playbook to fail because we're computing this fact starting from inventory_hostname that still points to the undercloud. This issue can be solved by removing the delegation directive from tht and rely on tripleo delegate wrapper. This should be enough to access the overcloud (ceph_mon) variables, setting the right fact. Closes-Bug: #1871380 Change-Id: I46c4fbe0ef7b281d77bff82483eb0b48b4570bb3 --- tripleo-validations | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tripleo-validations b/tripleo-validations index 10ce95fa1a..625c3cef85 160000 --- a/tripleo-validations +++ b/tripleo-validations @@ -1 +1 @@ -Subproject commit 10ce95fa1a67cd57d7c1d9f3b7e650db8cc39594 +Subproject commit 625c3cef856e7d2dedd759fbeac326a818006d26