From d329dc85e14e5160f665ee4d2f8c66813ac79b0a Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Sun, 16 Feb 2020 20:23:27 -0600 Subject: [PATCH] qa/tasks/cephadm: fix prometheus shutdown Signed-off-by: Sage Weil --- qa/tasks/cephadm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qa/tasks/cephadm.py b/qa/tasks/cephadm.py index 5332281af016d..a65cd13bde995 100644 --- a/qa/tasks/cephadm.py +++ b/qa/tasks/cephadm.py @@ -22,7 +22,7 @@ from teuthology.config import config as teuth_config # these items we use from ceph.py should probably eventually move elsewhere from tasks.ceph import get_mons, healthy -CEPH_ROLE_TYPES = ['mon', 'mgr', 'osd', 'mds', 'rgw'] +CEPH_ROLE_TYPES = ['mon', 'mgr', 'osd', 'mds', 'rgw', 'prometheus'] log = logging.getLogger(__name__) -- 2.39.5