Skip to content

Commit 4ebe2cc

Browse files
committed
Updated docs for creating grafyaml key
There was some confusion around installing grafana dashboards since the move to grafyaml, tried to update the docs to make it further clear about steps needed. Change-Id: I536a82b1d9800e9a648ef3d5e67a1437f097ff2a Closes-Bug: #1757545
1 parent 2c3b79a commit 4ebe2cc

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

doc/source/installation.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,11 +113,14 @@ you deploy with aggregation.
113113

114114
Browbeat uses Grafyaml to upload dashboards to Grafana. Grafyaml is installed by browbeat
115115
at the location pointed to by the variable `browbeat_venv` in `ansible/install/group_vars/all.yml`.
116-
So, you need to first run the browbeat install playbook `ansible/install/browbeat.yml` before running
117-
the below playbook.
116+
To upload dashboards, the api key is required which can be generated by following instructions at
117+
http://docs.grafana.org/http_api/auth/#create-api-token
118118

119119
::
120120

121+
[stack@ospd ansible]$ # update the vars and make sure to update grafana_apikey with value
122+
[stack@ospd ansible]$ vi install/group_vars/all.yml
123+
[stack@ospd ansible]$ ansible-playbook -i hosts install/browbeat.yml # if not run before.
121124
[stack@ospd ansible]$ ansible-playbook -i hosts install/grafana-dashboards.yml
122125

123126
Not mantained (Pre-Pike): Run Overcloud checks

0 commit comments

Comments
 (0)