-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
47 lines (43 loc) · 1.29 KB
/
config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
magic_castle::site::tags:
haproxy:
- haproxy
edx:
- restic
- cqedu
- tutor
- cron
lookup_options:
tutor::config:
merge: hash
tutor::openedx_extra_pip_requirements:
merge: deep
tutor::registration_email_patterns_allowed:
merge: deep
tutor::plugins:
merge: deep
tutor::env_patches:
merge: deep
cron::job:
merge: hash
profile::reverse_proxy::subdomains:
edx: "http://edx1.int.%{lookup('terraform.data.domain_name')}"
preview.edx: "http://edx1.int.%{lookup('terraform.data.domain_name')}"
studio.edx: "http://edx1.int.%{lookup('terraform.data.domain_name')}"
apps.edx: "http://edx1.int.%{lookup('terraform.data.domain_name')}"
data.edx: "http://edx1.int.%{lookup('terraform.data.domain_name')}"
jupyter: "https://127.0.0.1:8000"
profile::reverse_proxy::main2sub_redir: "edx"
prometheus::global_config:
scrape_interval: '1m'
scrape_timeout: '1m'
external_labels:
cluster: "%{alias('cluster_name')}"
cloud: "%{alias('cloud_name')}"
team: 'calculquebec'
purpose: "formation"
replica: '1'
prometheus::remote_write_configs:
- url: 'https://thanos-receive.dant.computecanada.ca/api/v1/receive'
basic_auth:
username: 'cqformation'
password: "%{alias('prometheus_password')}"