From: Sage Weil Date: Fri, 6 Mar 2020 13:34:44 +0000 (+0000) Subject: qa/suites/rados/cephadm: deploy all monitoring components X-Git-Tag: v15.1.1~81^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=4e7ab6f2e6340a2387f081cfea273c50d2c26ec3;p=ceph-ci.git qa/suites/rados/cephadm: deploy all monitoring components Signed-off-by: Sage Weil --- diff --git a/qa/suites/rados/cephadm/smoke/fixed-2.yaml b/qa/suites/rados/cephadm/smoke/fixed-2.yaml index ca92a8ff188..387053022ae 100644 --- a/qa/suites/rados/cephadm/smoke/fixed-2.yaml +++ b/qa/suites/rados/cephadm/smoke/fixed-2.yaml @@ -1,6 +1,24 @@ roles: -- [mon.a, mon.c, mgr.y, osd.0, osd.1, osd.2, osd.3, client.0] -- [mon.b, mgr.x, osd.4, osd.5, osd.6, osd.7, client.1, prometheus.a] +- - mon.a + - mon.c + - mgr.y + - osd.0 + - osd.1 + - osd.2 + - osd.3 + - client.0 + - node-exporter.a + - alertmanager.a +- - mon.b + - mgr.x + - osd.4 + - osd.5 + - osd.6 + - osd.7 + - client.1 + - prometheus.a + - grafana.a + - node-exporter.b openstack: - volumes: # attached to each instance count: 4 diff --git a/qa/suites/rados/cephadm/with-work/fixed-2.yaml b/qa/suites/rados/cephadm/with-work/fixed-2.yaml index 230ff0fdab4..5c3e0593cbc 120000 --- a/qa/suites/rados/cephadm/with-work/fixed-2.yaml +++ b/qa/suites/rados/cephadm/with-work/fixed-2.yaml @@ -1 +1 @@ -.qa/clusters/fixed-2.yaml \ No newline at end of file +../smoke/fixed-2.yaml \ No newline at end of file