From dbbe68b18e697d23deddccd82b23f1cc4589f866 Mon Sep 17 00:00:00 2001 From: Brad Hubbard Date: Tue, 27 Aug 2019 13:50:47 +1000 Subject: [PATCH] nautilus: qa/ceph-ansible: Disable dashboard Recently a dashboard playbook was added which will fail without a grafana server so disabling the dashboard Fixes: https://tracker.ceph.com/issues/41521 Signed-off-by: Brad Hubbard (cherry picked from commit 131f5a145adf21d402e39ac2c151664eb8ccec76) --- qa/suites/ceph-ansible/smoke/basic/2-ceph/ceph_ansible.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/qa/suites/ceph-ansible/smoke/basic/2-ceph/ceph_ansible.yaml b/qa/suites/ceph-ansible/smoke/basic/2-ceph/ceph_ansible.yaml index 679d77baddb1f..6eabf4d3b1799 100644 --- a/qa/suites/ceph-ansible/smoke/basic/2-ceph/ceph_ansible.yaml +++ b/qa/suites/ceph-ansible/smoke/basic/2-ceph/ceph_ansible.yaml @@ -27,6 +27,7 @@ overrides: pg_num: "64" - name: "cephfs_metadata" pg_num: "64" + dashboard_enabled: false tasks: - ssh-keys: - ceph_ansible: -- 2.39.5