PUSHP RAJ | 7c521fa | 2021-12-06 14:19:03 +0000 | [diff] [blame] | 1 | # SPDX-FileCopyrightText: 2020-present Open Networking Foundation <info@opennetworking.org>
|
| 2 | #
|
Sean Condon | 160ec1d | 2022-02-08 12:58:25 +0000 | [diff] [blame] | 3 | # SPDX-License-Identifier: Apache-2.0
|
PUSHP RAJ | 7c521fa | 2021-12-06 14:19:03 +0000 | [diff] [blame] | 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:
|
Sean Condon | dc534e9 | 2022-03-29 15:42:09 +0100 | [diff] [blame] | 10 | fullnameOverride: "chronos"
|
PUSHP RAJ | 7c521fa | 2021-12-06 14:19:03 +0000 | [diff] [blame] | 11 | nameOverride: ""
|
| 12 |
|
| 13 | import:
|
| 14 | grafana:
|
Sean Condon | fe2c974 | 2022-03-25 16:42:49 +0000 | [diff] [blame] | 15 | enabled: false
|
PUSHP RAJ | 7c521fa | 2021-12-06 14:19:03 +0000 | [diff] [blame] | 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
|
Sean Condon | 09a3269 | 2022-01-18 17:27:06 +0000 | [diff] [blame] | 23 | rasa:
|
| 24 | enabled: true
|
PUSHP RAJ | 7c521fa | 2021-12-06 14:19:03 +0000 | [diff] [blame] | 25 |
|
Sean Condon | 670605a | 2021-12-13 12:58:20 +0000 | [diff] [blame] | 26 | aether-enterprise-portal:
|
| 27 | grafana:
|
Sean Condon | fe2c974 | 2022-03-25 16:42:49 +0000 | [diff] [blame] | 28 | proxyEnabled: false
|
Sean Condon | c7defbd | 2022-01-06 15:38:00 +0000 | [diff] [blame] | 29 | service: chronos-grafana
|
Sean Condon | 670605a | 2021-12-13 12:58:20 +0000 | [diff] [blame] | 30 | prometheus:
|
| 31 | proxyEnabled: true
|
Sean Condon | dc534e9 | 2022-03-29 15:42:09 +0100 | [diff] [blame] | 32 | service: chronos-prometheus
|
Sean Condon | fe2c974 | 2022-03-25 16:42:49 +0000 | [diff] [blame] | 33 | rasa:
|
| 34 | proxyEnabled: true
|
| 35 | service: chronos-umbrella-rasa
|
| 36 | mailhog:
|
| 37 | proxyEnabled: true
|
Sean Condon | dc534e9 | 2022-03-29 15:42:09 +0100 | [diff] [blame] | 38 | service: chronos-mailhog
|
PUSHP RAJ | 7c521fa | 2021-12-06 14:19:03 +0000 | [diff] [blame] | 39 |
|
| 40 | grafana:
|
Sean Condon | c5c1fc3 | 2021-12-16 17:34:44 +0000 | [diff] [blame] | 41 | image:
|
| 42 | tag: 8.1.8
|
PUSHP RAJ | ade9e8a | 2022-01-10 08:54:32 +0000 | [diff] [blame] | 43 | fullnameOverride: chronos-grafana
|
PUSHP RAJ | f862d5b | 2021-12-14 07:07:00 +0000 | [diff] [blame] | 44 | adminPassword: admin@123
|
PUSHP RAJ | 7c521fa | 2021-12-06 14:19:03 +0000 | [diff] [blame] | 45 | sidecar:
|
| 46 | dashboards:
|
| 47 | enabled: true
|
| 48 | label: chronos_dashboard
|
PUSHP RAJ | f862d5b | 2021-12-14 07:07:00 +0000 | [diff] [blame] | 49 | labelValue: chronos-dashboard
|
PUSHP RAJ | 7c521fa | 2021-12-06 14:19:03 +0000 | [diff] [blame] | 50 | datasources:
|
| 51 | enabled: true
|
| 52 | label: chronos_datasource
|
PUSHP RAJ | f862d5b | 2021-12-14 07:07:00 +0000 | [diff] [blame] | 53 | labelValue: chronos-datasource
|
PUSHP RAJ | 7c521fa | 2021-12-06 14:19:03 +0000 | [diff] [blame] | 54 | source:
|
| 55 | - name: chronos
|
| 56 | protocol: http
|
Sean Condon | dc534e9 | 2022-03-29 15:42:09 +0100 | [diff] [blame] | 57 | service: chronos-prometheus
|
PUSHP RAJ | 7c521fa | 2021-12-06 14:19:03 +0000 | [diff] [blame] | 58 | 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 RAJ | f862d5b | 2021-12-14 07:07:00 +0000 | [diff] [blame] | 72 | enabled: false
|
PUSHP RAJ | 7c521fa | 2021-12-06 14:19:03 +0000 | [diff] [blame] | 73 | 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 |
|
| 101 | prometheus-chronos:
|
| 102 | alertmanager:
|
Sean Condon | dc534e9 | 2022-03-29 15:42:09 +0100 | [diff] [blame] | 103 | enabled: false
|
PUSHP RAJ | 7c521fa | 2021-12-06 14:19:03 +0000 | [diff] [blame] | 104 | persistentVolume:
|
| 105 | enabled: false
|
| 106 | server:
|
| 107 | persistentVolume:
|
| 108 | enabled: false
|
Sean Condon | dc534e9 | 2022-03-29 15:42:09 +0100 | [diff] [blame] | 109 | fullnameOverride: chronos-prometheus
|
PUSHP RAJ | 7c521fa | 2021-12-06 14:19:03 +0000 | [diff] [blame] | 110 | pushgateway:
|
| 111 | enabled: false
|
| 112 | nodeExporter:
|
| 113 | enabled: false
|
| 114 | kubeStateMetrics:
|
| 115 | enabled: false
|
PUSHP RAJ | 7c521fa | 2021-12-06 14:19:03 +0000 | [diff] [blame] | 116 | 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 Condon | 09a3269 | 2022-01-18 17:27:06 +0000 | [diff] [blame] | 124 |
|
| 125 | rasa:
|
Sean Condon | fe2c974 | 2022-03-25 16:42:49 +0000 | [diff] [blame] | 126 | image:
|
| 127 | repository: onosproject/rasa-sanic
|
| 128 | tag: v0.1.4
|
Sean Condon | dc534e9 | 2022-03-29 15:42:09 +0100 | [diff] [blame] | 129 | # fullnameOverride: "chronos-rasa"
|
Sean Condon | 09a3269 | 2022-01-18 17:27:06 +0000 | [diff] [blame] | 130 | applicationSettings:
|
| 131 | token: chronos-rasa-token
|
| 132 | endpoints:
|
| 133 | models:
|
| 134 | enabled: true
|
Sean Condon | 8475282 | 2022-02-10 17:58:56 +0000 | [diff] [blame] | 135 | url: http://rasa-model-server:8080/models/20220101-000000-aether-trained
|
Sean Condon | 09a3269 | 2022-01-18 17:27:06 +0000 | [diff] [blame] | 136 | token: chronos-rasa-model-server-token
|
Sean Condon | fe2c974 | 2022-03-25 16:42:49 +0000 | [diff] [blame] | 137 | wait_time_between_pulls: 60
|
Sean Condon | 09a3269 | 2022-01-18 17:27:06 +0000 | [diff] [blame] | 138 | trackerStore:
|
| 139 | enabled: false
|
Sean Condon | fe2c974 | 2022-03-25 16:42:49 +0000 | [diff] [blame] | 140 | 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 Condon | 09a3269 | 2022-01-18 17:27:06 +0000 | [diff] [blame] | 150 | postgresql:
|
| 151 | install: false
|
Sean Condon | fe2c974 | 2022-03-25 16:42:49 +0000 | [diff] [blame] | 152 |
|
| 153 | rasa-action-server:
|
| 154 | smtp:
|
Sean Condon | dc534e9 | 2022-03-29 15:42:09 +0100 | [diff] [blame] | 155 | server: chronos-mailhog
|
| 156 |
|
| 157 | mailhog:
|
| 158 | fullnameOverride: chronos-mailhog |