PUSHP RAJ | 7c521fa | 2021-12-06 14:19:03 +0000 | [diff] [blame] | 1 | # 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 |
|
| 9 | global:
|
| 10 | fullnameOverride: "onos"
|
| 11 | nameOverride: ""
|
| 12 |
|
| 13 | import:
|
| 14 | grafana:
|
| 15 | enabled: true
|
| 16 | prometheus:
|
| 17 | chronos:
|
| 18 | enabled: true
|
| 19 | chronos-exporter:
|
| 20 | enabled: true
|
Sean Condon | 670605a | 2021-12-13 12:58:20 +0000 | [diff] [blame] | 21 | aether-enterprise-portal:
|
| 22 | enabled: true
|
PUSHP RAJ | 7c521fa | 2021-12-06 14:19:03 +0000 | [diff] [blame] | 23 |
|
Sean Condon | 670605a | 2021-12-13 12:58:20 +0000 | [diff] [blame] | 24 | aether-enterprise-portal:
|
| 25 | grafana:
|
| 26 | proxyEnabled: true
|
| 27 | service: chronos-umbrella-grafana
|
| 28 | prometheus:
|
| 29 | proxyEnabled: true
|
| 30 | service: chronos-umbrella-prometheus-chronos-server
|
PUSHP RAJ | 7c521fa | 2021-12-06 14:19:03 +0000 | [diff] [blame] | 31 |
|
| 32 | grafana:
|
Sean Condon | c5c1fc3 | 2021-12-16 17:34:44 +0000 | [diff] [blame] | 33 | image:
|
| 34 | tag: 8.1.8
|
PUSHP RAJ | f862d5b | 2021-12-14 07:07:00 +0000 | [diff] [blame] | 35 | adminPassword: admin@123
|
PUSHP RAJ | 7c521fa | 2021-12-06 14:19:03 +0000 | [diff] [blame] | 36 | sidecar:
|
| 37 | dashboards:
|
| 38 | enabled: true
|
| 39 | label: chronos_dashboard
|
PUSHP RAJ | f862d5b | 2021-12-14 07:07:00 +0000 | [diff] [blame] | 40 | labelValue: chronos-dashboard
|
PUSHP RAJ | 7c521fa | 2021-12-06 14:19:03 +0000 | [diff] [blame] | 41 | datasources:
|
| 42 | enabled: true
|
| 43 | label: chronos_datasource
|
PUSHP RAJ | f862d5b | 2021-12-14 07:07:00 +0000 | [diff] [blame] | 44 | labelValue: chronos-datasource
|
PUSHP RAJ | 7c521fa | 2021-12-06 14:19:03 +0000 | [diff] [blame] | 45 | source:
|
| 46 | - name: chronos
|
| 47 | protocol: http
|
| 48 | service: chronos-umbrella-prometheus-chronos-server
|
| 49 | port: 80
|
| 50 | grafana.ini:
|
| 51 | log:
|
| 52 | level: debug
|
| 53 | server:
|
| 54 | domain: aether-roc-gui:8183
|
| 55 | root_url: "%(protocol)s://%(domain)s/grafana/"
|
| 56 | serve_from_sub_path: true
|
| 57 | security:
|
| 58 | allow_embedding: true
|
| 59 | auth:
|
| 60 | disable_login_form: false
|
| 61 | oauth_auto_login: false
|
| 62 | auth.anonymous:
|
PUSHP RAJ | f862d5b | 2021-12-14 07:07:00 +0000 | [diff] [blame] | 63 | enabled: false
|
PUSHP RAJ | 7c521fa | 2021-12-06 14:19:03 +0000 | [diff] [blame] | 64 | hide_version: false
|
| 65 | # Disabled other auth types for the moment - see aether-roc-gui/docs/grafana.md
|
| 66 | auth.proxy:
|
| 67 | enabled: false
|
| 68 | header_name: X-WEBAUTH-USER
|
| 69 | header_property: username
|
| 70 | auto_sign_up: true
|
| 71 | enable_login_token: true
|
| 72 | auth.jwt:
|
| 73 | enabled: false
|
| 74 | header_name: X-JWT-Assertion
|
| 75 | username_claim: name
|
| 76 | email_claim: email
|
| 77 | jwk_set_url: "https://keycloak.opennetworking.org/auth/realms/master/protocol/openid-connect/certs"
|
| 78 | cache_ttl: 60m
|
| 79 | auth.generic_oauth:
|
| 80 | enabled: false
|
| 81 | client_id: aether-roc-gui
|
| 82 | # client_secret: YWV0aGVyLXJvYy1ndWkK
|
| 83 | scopes: "openid profile email groups"
|
| 84 | empty_scopes: false
|
| 85 | auth_url: "http://k3u-keycloak:5557/auth/realms/master/protocol/openid-connect/auth"
|
| 86 | token_url: "http://k3u-keycloak:5557/auth/realms/master/protocol/openid-connect/token"
|
| 87 | api_url: "http://k3u-keycloak:5557/auth/realms/master/protocol/openid-connect/userinfo"
|
| 88 | allowed_domains: opennetworking.org
|
| 89 | allow_sign_up: true
|
| 90 | name: KeyCloak
|
| 91 |
|
| 92 | prometheus-chronos:
|
| 93 | alertmanager:
|
| 94 | persistentVolume:
|
| 95 | enabled: false
|
| 96 | server:
|
| 97 | persistentVolume:
|
| 98 | enabled: false
|
| 99 | pushgateway:
|
| 100 | enabled: false
|
| 101 | nodeExporter:
|
| 102 | enabled: false
|
| 103 | kubeStateMetrics:
|
| 104 | enabled: false
|
| 105 | alertmanager:
|
| 106 | enabled: false
|
| 107 | serverFiles:
|
| 108 | prometheus.yml:
|
| 109 | scrape_configs:
|
| 110 | - job_name: chronos-exporter
|
| 111 | scrape_interval: 2s
|
| 112 | static_configs:
|
| 113 | - targets:
|
| 114 | - chronos-exporter:2112
|