blob: 2a280ff45360ec2cb9fed0f3de92e576a531be90 [file] [log] [blame]
Andy Bavierab75e9e2020-08-06 12:05:30 -07001# Copyright 2020-present Open Networking Foundation
2# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0
3
4# Default values for grafana-aether.
5# This is a YAML-formatted file.
6# This chart loads Grafana and creates configmaps for the datasources and dashboards.
7
8nameOverride: ""
9fullnameOverride: ""
10
Andy Bavier502d6012020-09-30 11:46:06 -070011globalDashboard: true
Andy Bavieracbe6af2020-10-06 13:51:42 -070012multiSiteDashboard: false
13sdCoreDashboard: false
Andy Bavier502d6012020-09-30 11:46:06 -070014
15# Specify an enterprise to deploy its dashboard, i.e., "telefonica"
16enterpriseDashboard: ""
17
Andy Bavier5c91c1c2020-09-01 11:47:38 -070018# URL of Prometheus that collects E2E test results from edge monitoring server
19edgeServerDatasourceURL: ""
20
Andy Bavieracbe6af2020-10-06 13:51:42 -070021# URL of Prometheus that collects SD-CORE metrics
22sdCoreDatasourceURL: ""
23
Andy Bavier5c91c1c2020-09-01 11:47:38 -070024# List of cluster Prometheus datasources.
25clusterDatasources: []
26# - cluster: production-edge-onf-menlo
27# prometheusURL: http://10.53.154.24
28
29# Configure Google Cloud Monitoring datasource
30googleCloudMonitoring: {}
31# clientEmail: grafana@onf-vpn.iam.gserviceaccount.com
32# defaultProject: onf-vpn
33# key: |
34# -----BEGIN PRIVATE KEY-----
35# ...
36# -----END PRIVATE KEY-----
Andy Bavierab75e9e2020-08-06 12:05:30 -070037
38grafana:
39 grafana.ini:
40 auth.anonymous:
41 enabled: true
42 sidecar:
43 dashboards:
44 enabled: true
45 datasources:
46 enabled: true