From 129b42b40c4ebfe38c462cb5de3969d199d6c8ba Mon Sep 17 00:00:00 2001 From: Zack Cerza Date: Wed, 4 Oct 2017 15:23:41 -0600 Subject: [PATCH] Add a note about waiting to collect data Users might initially be confused that immediately after deployment, the dashboard looks broken. This is because it doesn't yet have the data it needs to function. Signed-off-by: Zack Cerza --- ansible/playbook.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/playbook.yml b/ansible/playbook.yml index 05bed50..420c1bc 100644 --- a/ansible/playbook.yml +++ b/ansible/playbook.yml @@ -29,4 +29,4 @@ tasks: - name: Print dashboard URL debug: - msg: "All done! You may access your dashboard at http://{{ groups['ceph-grafana'][0] }}:3000/ with user 'admin' and password 'admin'." + msg: "All done! You may access your dashboard at http://{{ groups['ceph-grafana'][0] }}:3000/ with user 'admin' and password 'admin'. Note that initially the dashboard will be incomplete; after a few minutes it should have enough data collected to function properly." -- 2.47.3