]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
qa/tasks/cephadm: fix prometheus shutdown
authorSage Weil <sage@redhat.com>
Mon, 17 Feb 2020 02:23:27 +0000 (20:23 -0600)
committerSage Weil <sage@redhat.com>
Mon, 17 Feb 2020 02:23:27 +0000 (20:23 -0600)
Signed-off-by: Sage Weil <sage@redhat.com>
qa/tasks/cephadm.py

index 5332281af016de06503a9ee5a9855bde262427af..a65cd13bde995abc1f851e518d94aced05c51188 100644 (file)
@@ -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__)