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/41518

Signed-off-by: Brad Hubbard <bhubbard@redhat.com>
This commit is contained in:
Brad Hubbard 2019-08-27 13:50:47 +10:00
parent bad4ccc7bf
commit 131f5a145a

View File

@ -27,6 +27,7 @@ overrides:
pg_num: "64"
- name: "cephfs_metadata"
pg_num: "64"
dashboard_enabled: false
tasks:
- ssh-keys:
- ceph_ansible: