blob: 77e1eef2efaadf41dd880f5e4b94b726de985a33 [file] [log] [blame]
PUSHP RAJ7c521fa2021-12-06 14:19:03 +00001# SPDX-FileCopyrightText: 2020-present Open Networking Foundation <info@opennetworking.org>
2#
3# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0
4
5# Default values for all Aether Helm charts.
6# This is a YAML-formatted file.
7# Declare variables to be passed into your templates.
8
9global:
10 fullnameOverride: "onos"
11 nameOverride: ""
12
13import:
14 grafana:
15 enabled: true
16 prometheus:
17 chronos:
18 enabled: true
19 chronos-exporter:
20 enabled: true
Sean Condon670605a2021-12-13 12:58:20 +000021 aether-enterprise-portal:
22 enabled: true
PUSHP RAJ7c521fa2021-12-06 14:19:03 +000023
Sean Condon670605a2021-12-13 12:58:20 +000024aether-enterprise-portal:
25 grafana:
26 proxyEnabled: true
Sean Condonc7defbd2022-01-06 15:38:00 +000027 service: chronos-grafana
Sean Condon670605a2021-12-13 12:58:20 +000028 prometheus:
29 proxyEnabled: true
Sean Condonc7defbd2022-01-06 15:38:00 +000030 service: chronos-prometheus-chronos-server
PUSHP RAJ7c521fa2021-12-06 14:19:03 +000031
32grafana:
Sean Condonc5c1fc32021-12-16 17:34:44 +000033 image:
34 tag: 8.1.8
PUSHP RAJade9e8a2022-01-10 08:54:32 +000035 fullnameOverride: chronos-grafana
PUSHP RAJf862d5b2021-12-14 07:07:00 +000036 adminPassword: admin@123
PUSHP RAJ7c521fa2021-12-06 14:19:03 +000037 sidecar:
38 dashboards:
39 enabled: true
40 label: chronos_dashboard
PUSHP RAJf862d5b2021-12-14 07:07:00 +000041 labelValue: chronos-dashboard
PUSHP RAJ7c521fa2021-12-06 14:19:03 +000042 datasources:
43 enabled: true
44 label: chronos_datasource
PUSHP RAJf862d5b2021-12-14 07:07:00 +000045 labelValue: chronos-datasource
PUSHP RAJ7c521fa2021-12-06 14:19:03 +000046 source:
47 - name: chronos
48 protocol: http
PUSHP RAJade9e8a2022-01-10 08:54:32 +000049 service: chronos-prometheus-chronos-server
PUSHP RAJ7c521fa2021-12-06 14:19:03 +000050 port: 80
51 grafana.ini:
52 log:
53 level: debug
54 server:
55 domain: aether-roc-gui:8183
56 root_url: "%(protocol)s://%(domain)s/grafana/"
57 serve_from_sub_path: true
58 security:
59 allow_embedding: true
60 auth:
61 disable_login_form: false
62 oauth_auto_login: false
63 auth.anonymous:
PUSHP RAJf862d5b2021-12-14 07:07:00 +000064 enabled: false
PUSHP RAJ7c521fa2021-12-06 14:19:03 +000065 hide_version: false
66# Disabled other auth types for the moment - see aether-roc-gui/docs/grafana.md
67 auth.proxy:
68 enabled: false
69 header_name: X-WEBAUTH-USER
70 header_property: username
71 auto_sign_up: true
72 enable_login_token: true
73 auth.jwt:
74 enabled: false
75 header_name: X-JWT-Assertion
76 username_claim: name
77 email_claim: email
78 jwk_set_url: "https://keycloak.opennetworking.org/auth/realms/master/protocol/openid-connect/certs"
79 cache_ttl: 60m
80 auth.generic_oauth:
81 enabled: false
82 client_id: aether-roc-gui
83# client_secret: YWV0aGVyLXJvYy1ndWkK
84 scopes: "openid profile email groups"
85 empty_scopes: false
86 auth_url: "http://k3u-keycloak:5557/auth/realms/master/protocol/openid-connect/auth"
87 token_url: "http://k3u-keycloak:5557/auth/realms/master/protocol/openid-connect/token"
88 api_url: "http://k3u-keycloak:5557/auth/realms/master/protocol/openid-connect/userinfo"
89 allowed_domains: opennetworking.org
90 allow_sign_up: true
91 name: KeyCloak
92
93prometheus-chronos:
94 alertmanager:
95 persistentVolume:
96 enabled: false
97 server:
98 persistentVolume:
99 enabled: false
PUSHP RAJade9e8a2022-01-10 08:54:32 +0000100 fullnameOverride: chronos-prometheus-chronos-server
PUSHP RAJ7c521fa2021-12-06 14:19:03 +0000101 pushgateway:
102 enabled: false
103 nodeExporter:
104 enabled: false
105 kubeStateMetrics:
106 enabled: false
107 alertmanager:
108 enabled: false
109 serverFiles:
110 prometheus.yml:
111 scrape_configs:
112 - job_name: chronos-exporter
113 scrape_interval: 2s
114 static_configs:
115 - targets:
116 - chronos-exporter:2112