Skip to content

Commit 942ad54

Browse files
committed
Document the new usecases since the last major rewrite
This makes it easier for other users to use our scripts or consider those usecases.
1 parent 0fc0566 commit 942ad54

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

provision-contest/ansible/README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,15 @@ This ansible code can deploy four different types of machines:
1313
* judgehost: machines running one judgedaemon each. We use as many as
1414
necessary and depending on machines available. These should be
1515
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.)
1725

1826
## Code organization
1927

0 commit comments

Comments
 (0)