From: Sage Weil Date: Mon, 17 Feb 2020 02:23:27 +0000 (-0600) Subject: qa/tasks/cephadm: fix prometheus shutdown X-Git-Tag: v15.1.1~378^2~1 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=d329dc85e14e5160f665ee4d2f8c66813ac79b0a;p=ceph-ci.git qa/tasks/cephadm: fix prometheus shutdown Signed-off-by: Sage Weil --- diff --git a/qa/tasks/cephadm.py b/qa/tasks/cephadm.py index 5332281af01..a65cd13bde9 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__)