From 9842c60dc0c1f400d54924f98d17ca3bdafc8cbd Mon Sep 17 00:00:00 2001 From: pinikomarov Date: Mon, 27 Jul 2020 00:35:10 +0300 Subject: [PATCH] assert_all_tripleo_containers_running remove clustercheck This is a w/a to unblock composable roles jobs future fix will do conditional conrainer checks based on topology nodes Change-Id: Id1967a13566f4ff6a2bd5b08afbb1db4e6ded4e5 --- tobiko/tripleo/containers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tobiko/tripleo/containers.py b/tobiko/tripleo/containers.py index 45f5c0e84..3333ef575 100644 --- a/tobiko/tripleo/containers.py +++ b/tobiko/tripleo/containers.py @@ -160,7 +160,7 @@ def assert_all_tripleo_containers_running(): sets in computes or controllers""" common_controller_tripleo_containers = ['cinder_api', 'cinder_api_cron', - 'cinder_scheduler', 'clustercheck', + 'cinder_scheduler', 'glance_api', 'heat_api', 'heat_api_cfn', 'heat_api_cron', 'heat_engine',