-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathsample_config.yaml
103 lines (92 loc) · 2.74 KB
/
sample_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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
dev:
status: true
hosts: [""]
database:
url: db:5432
username: postgres
password: password
database_name: liblaas
web:
bind_addr: 0.0.0.0:3000
external_url: http://tascii.example.com:3000
metrics:
url: tcp://telegraf:8094
max_failover: 5
client_retries: 10
mailbox:
bind_addr: 0.0.0.0:3001
external_url: http://tascii.example.com:3001
cli:
bind_addr: 0.0.0.0:3002
external_url: 0.0.0.0:3002
notifications:
mail_server: mail.example.com:25
admin_gchat_webhook: example.mail:12345
admin_mail_server: example.mail:12345
send_from_email:
username: example
domain: mail.com
admin_send_from_email:
username: example
domain: mail.com
admin_send_to_email:
username: example
domain: mail.com
templates_directory: templates/**/*.html
vpn_config_path: /etc/laas-reflab/os-vpn-client.ovpn
cobbler:
url: http://cobbler.example.com/cobbler_api
username: username
password: password
ipa:
- url: https://ipa.example.com
username: username
password: password
certificate_path: config_data/os-ipa-ca.crt
- url: https://ipa2.example.com
username: username
password: password
certificate_path: config_data/os-ipa-ca.crt
eve:
url: https://sandbox.url.com
api_key: example-api-key
onboarding_key: example-onboarding-key
projects:
project1:
vpn:
ipa_group: project1
notifications:
email:
booking_created: project1/booking_created.html
booking_expiring: generic/booking_expiring.html
booking_expired: generic/booking_expired.html
vpn_access_added: project1/vpn_access_added.html
account_created: generic/account_created.html
booking_extension_request: generic/booking_extension_request.html
styles_path: ./templates/generic/styles.json
search_domains: []
nameservers: []
location: ""
email: ""
phone: ""
is_dynamic: true
dashboard_url: https://example.iol.unh.edu/
project2:
vpn:
ipa_group: project2
notifications:
email:
booking_created: project2/booking_created.html
booking_expiring: generic/booking_expiring.html
booking_expired: generic/booking_expired.html
vpn_access_added: project2/vpn_access_added.html
account_created: generic/account_created.html
booking_extension_request: generic/booking_extension_request.html
styles_path: ./templates/generic/styles.json
search_domains: []
nameservers: []
location: ""
email: ""
phone: ""
is_dynamic: false
dashboard_url: https://example.iol.unh.edu/