From 4e7ab6f2e6340a2387f081cfea273c50d2c26ec3 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Fri, 6 Mar 2020 13:34:44 +0000 Subject: [PATCH] qa/suites/rados/cephadm: deploy all monitoring components Signed-off-by: Sage Weil --- qa/suites/rados/cephadm/smoke/fixed-2.yaml | 22 +++++++++++++++++-- .../rados/cephadm/with-work/fixed-2.yaml | 2 +- 2 files changed, 21 insertions(+), 3 deletions(-) diff --git a/qa/suites/rados/cephadm/smoke/fixed-2.yaml b/qa/suites/rados/cephadm/smoke/fixed-2.yaml index ca92a8ff18810..387053022aef3 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 230ff0fdab412..5c3e0593cbc96 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 -- 2.39.5