mirror of
https://github.com/ceph/ceph
synced 2025-01-03 01:22:53 +00:00
fd4f484d22
Before this refactor we couln't override the config externally. Now the _config is correctly propagated and not only taken from the config.libsonnet file. Signed-off-by: Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@cern.ch>
11 lines
313 B
Plaintext
11 lines
313 B
Plaintext
{
|
|
grafanaDashboards+::
|
|
(import 'dashboards/cephfs.libsonnet') +
|
|
(import 'dashboards/host.libsonnet') +
|
|
(import 'dashboards/osd.libsonnet') +
|
|
(import 'dashboards/pool.libsonnet') +
|
|
(import 'dashboards/rbd.libsonnet') +
|
|
(import 'dashboards/rgw.libsonnet') +
|
|
{ _config:: $._config },
|
|
}
|