blob: 7bf05febba40a5e3ee559d76b54c3432e872e484 [file] [log] [blame]
PUSHP RAJ7c521fa2021-12-06 14:19:03 +00001# SPDX-FileCopyrightText: 2020-present Open Networking Foundation <info@opennetworking.org>
2#
Sean Condon160ec1d2022-02-08 12:58:25 +00003# SPDX-License-Identifier: Apache-2.0
PUSHP RAJ7c521fa2021-12-06 14:19:03 +00004
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:
Sean Condondc534e92022-03-29 15:42:09 +010010 fullnameOverride: "chronos"
PUSHP RAJ7c521fa2021-12-06 14:19:03 +000011 nameOverride: ""
12
13import:
14 grafana:
Sean Condonfe2c9742022-03-25 16:42:49 +000015 enabled: false
PUSHP RAJ7c521fa2021-12-06 14:19:03 +000016 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
Sean Condon09a32692022-01-18 17:27:06 +000023 rasa:
24 enabled: true
PUSHP RAJ7c521fa2021-12-06 14:19:03 +000025
Sean Condon670605a2021-12-13 12:58:20 +000026aether-enterprise-portal:
27 grafana:
Sean Condonfe2c9742022-03-25 16:42:49 +000028 proxyEnabled: false
Sean Condonc7defbd2022-01-06 15:38:00 +000029 service: chronos-grafana
Sean Condon670605a2021-12-13 12:58:20 +000030 prometheus:
31 proxyEnabled: true
Sean Condondc534e92022-03-29 15:42:09 +010032 service: chronos-prometheus
Sean Condonfe2c9742022-03-25 16:42:49 +000033 rasa:
34 proxyEnabled: true
35 service: chronos-umbrella-rasa
36 mailhog:
37 proxyEnabled: true
Sean Condondc534e92022-03-29 15:42:09 +010038 service: chronos-mailhog
PUSHP RAJ7c521fa2021-12-06 14:19:03 +000039
40grafana:
Sean Condonc5c1fc32021-12-16 17:34:44 +000041 image:
42 tag: 8.1.8
PUSHP RAJade9e8a2022-01-10 08:54:32 +000043 fullnameOverride: chronos-grafana
PUSHP RAJf862d5b2021-12-14 07:07:00 +000044 adminPassword: admin@123
PUSHP RAJ7c521fa2021-12-06 14:19:03 +000045 sidecar:
46 dashboards:
47 enabled: true
48 label: chronos_dashboard
PUSHP RAJf862d5b2021-12-14 07:07:00 +000049 labelValue: chronos-dashboard
PUSHP RAJ7c521fa2021-12-06 14:19:03 +000050 datasources:
51 enabled: true
52 label: chronos_datasource
PUSHP RAJf862d5b2021-12-14 07:07:00 +000053 labelValue: chronos-datasource
PUSHP RAJ7c521fa2021-12-06 14:19:03 +000054 source:
55 - name: chronos
56 protocol: http
Sean Condondc534e92022-03-29 15:42:09 +010057 service: chronos-prometheus
PUSHP RAJ7c521fa2021-12-06 14:19:03 +000058 port: 80
59 grafana.ini:
60 log:
61 level: debug
62 server:
63 domain: aether-roc-gui:8183
64 root_url: "%(protocol)s://%(domain)s/grafana/"
65 serve_from_sub_path: true
66 security:
67 allow_embedding: true
68 auth:
69 disable_login_form: false
70 oauth_auto_login: false
71 auth.anonymous:
PUSHP RAJf862d5b2021-12-14 07:07:00 +000072 enabled: false
PUSHP RAJ7c521fa2021-12-06 14:19:03 +000073 hide_version: false
74# Disabled other auth types for the moment - see aether-roc-gui/docs/grafana.md
75 auth.proxy:
76 enabled: false
77 header_name: X-WEBAUTH-USER
78 header_property: username
79 auto_sign_up: true
80 enable_login_token: true
81 auth.jwt:
82 enabled: false
83 header_name: X-JWT-Assertion
84 username_claim: name
85 email_claim: email
86 jwk_set_url: "https://keycloak.opennetworking.org/auth/realms/master/protocol/openid-connect/certs"
87 cache_ttl: 60m
88 auth.generic_oauth:
89 enabled: false
90 client_id: aether-roc-gui
91# client_secret: YWV0aGVyLXJvYy1ndWkK
92 scopes: "openid profile email groups"
93 empty_scopes: false
94 auth_url: "http://k3u-keycloak:5557/auth/realms/master/protocol/openid-connect/auth"
95 token_url: "http://k3u-keycloak:5557/auth/realms/master/protocol/openid-connect/token"
96 api_url: "http://k3u-keycloak:5557/auth/realms/master/protocol/openid-connect/userinfo"
97 allowed_domains: opennetworking.org
98 allow_sign_up: true
99 name: KeyCloak
100
101prometheus-chronos:
102 alertmanager:
Sean Condondc534e92022-03-29 15:42:09 +0100103 enabled: false
PUSHP RAJ7c521fa2021-12-06 14:19:03 +0000104 persistentVolume:
105 enabled: false
106 server:
107 persistentVolume:
108 enabled: false
Sean Condondc534e92022-03-29 15:42:09 +0100109 fullnameOverride: chronos-prometheus
PUSHP RAJ7c521fa2021-12-06 14:19:03 +0000110 pushgateway:
111 enabled: false
112 nodeExporter:
113 enabled: false
114 kubeStateMetrics:
115 enabled: false
PUSHP RAJ7c521fa2021-12-06 14:19:03 +0000116 serverFiles:
117 prometheus.yml:
118 scrape_configs:
119 - job_name: chronos-exporter
120 scrape_interval: 2s
121 static_configs:
122 - targets:
123 - chronos-exporter:2112
Sean Condon09a32692022-01-18 17:27:06 +0000124
125rasa:
Sean Condonfe2c9742022-03-25 16:42:49 +0000126 image:
127 repository: onosproject/rasa-sanic
128 tag: v0.1.4
Sean Condondc534e92022-03-29 15:42:09 +0100129# fullnameOverride: "chronos-rasa"
Sean Condon09a32692022-01-18 17:27:06 +0000130 applicationSettings:
131 token: chronos-rasa-token
132 endpoints:
133 models:
134 enabled: true
Sean Condon84752822022-02-10 17:58:56 +0000135 url: http://rasa-model-server:8080/models/20220101-000000-aether-trained
Sean Condon09a32692022-01-18 17:27:06 +0000136 token: chronos-rasa-model-server-token
Sean Condonfe2c9742022-03-25 16:42:49 +0000137 wait_time_between_pulls: 60
Sean Condon09a32692022-01-18 17:27:06 +0000138 trackerStore:
139 enabled: false
Sean Condonfe2c9742022-03-25 16:42:49 +0000140 credentials:
141 enabled: true
142 additionalChannelCredentials:
143 rest:
144 socketio:
145 user_message_evt: user_uttered
146 bot_message_evt: bot_uttered
147 session_persistence: true/false
148 telemetry:
149 enabled: false
Sean Condon09a32692022-01-18 17:27:06 +0000150 postgresql:
151 install: false
Sean Condonfe2c9742022-03-25 16:42:49 +0000152
153rasa-action-server:
154 smtp:
Sean Condondc534e92022-03-29 15:42:09 +0100155 server: chronos-mailhog
156
157mailhog:
158 fullnameOverride: chronos-mailhog