* Add option to configure domain and root_url in grafana config
* Add external_image_storage S3 in grafana config
* Revert external_image_storage settings
* Update ldap.toml to work with salt 2018.3
See 8393560642/doc/topics/releases/2018.3.0.rst
* Add recurse option when creating grafana dirs.
Should not hurt if they are empty and can avoid issues when moving data between servers
* Make compatible with Salt 2019.2.0
* Change to items for py3 compat
Signed-off-by: Felipe Zipitria <fzipitria@perceptyx.com>
* Add user_invite_max_lifetime_duration configuration parameter
Co-authored-by: abednarik <alejandro.bednarik@gmail.com>
Co-authored-by: Felipe Zipitria <fzipitria@perceptyx.com>
Co-authored-by: Nicolas Fernandez <nookynet@gmail.com>
This patch adds a default panel that will be used when another service
will add a new panel into the main dashboard through grains. This is the
common part between all panels of the main dashboard.
It replaces the static main dashboard that has been removed.