File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed
provision-contest/ansible Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,15 @@ This ansible code can deploy four different types of machines:
13
13
* judgehost: machines running one judgedaemon each. We use as many as
14
14
necessary and depending on machines available. These should be
15
15
identical to each other and preferably also to the team machines.
16
- * grafana: TODO
16
+ * scoreboard: for some contests (different from the world finals) we
17
+ use a mirror of the scoreboard to not overload the server with
18
+ requests from viewers.
19
+ * cds: machine which hosts the [ CDS] ( https://tools.icpc.global/cds/ ) , if you use
20
+ this you should also look at the ` presclient ` & ` presadmin ` playbooks to setup
21
+ machines which can present those presentations.
22
+ * grafana: monitoring machine to observe the performance of both the DOMjudge instance
23
+ and the webservers, optionally we monitor the participant machines in case of suspected
24
+ hardware issues (loose PSU, CPU performance etc.)
17
25
18
26
## Code organization
19
27
You can’t perform that action at this time.
0 commit comments