summaryrefslogtreecommitdiff
path: root/kpov_judge/tasks/isc_dhcp_live_boot/task.py
diff options
context:
space:
mode:
Diffstat (limited to 'kpov_judge/tasks/isc_dhcp_live_boot/task.py')
-rw-r--r--kpov_judge/tasks/isc_dhcp_live_boot/task.py14
1 files changed, 12 insertions, 2 deletions
diff --git a/kpov_judge/tasks/isc_dhcp_live_boot/task.py b/kpov_judge/tasks/isc_dhcp_live_boot/task.py
index 66b75dc..607cecf 100644
--- a/kpov_judge/tasks/isc_dhcp_live_boot/task.py
+++ b/kpov_judge/tasks/isc_dhcp_live_boot/task.py
@@ -19,8 +19,18 @@ SimpleArbiter naj dobi IP_GW. DHCP_server naj ga uporabi kot gateway.
Tako BootableClientA kot BootableClientB naj bosta brez diskov.
""",
# TODO: write a proper translation. The one that used to be here was just wrong.
- 'en': """Set up 4 virtual computers - simpleArbiter, DHCP_server, BootableClientA and
-BootableClientB."""
+ 'en': """Set up 4 virtual computers - simpleArbiter, DHCP_server, BootableClientA and
+BootableClientB. On simpleArbiter read the following IPs: IP_GW, IP_DHCP, IP_B as well as the name of the file BOOT_FNAME.
+
+On DHCP server install a DHCP server using ISC DHCP 3 for the address IP_DHCP.
+Simple Arbiter should be given the IP_GW address. DHCP_server should user it a s gateway.
+
+If the BootableClientB is starting, let it boot into a file called BOOT_FNAME.
+If any other machine is starting, let it boot suign a live USB and get it's IP. USB should be connected to DHCP_server. Files with PXElinux configuration settings must be accesible from the root directory on the TFTP server.
+
+Both BootableCLientA and B should be diskless.
+
+"""
}
computers = {
'DHCPServer': {