summaryrefslogtreecommitdiff
path: root/kpov_judge/tasks/isc_dhcp_live_boot
diff options
context:
space:
mode:
authoral0115@student.uni-lj.si <al0115@student.uni-lj.si@5cf9fbd1-b2bc-434c-b4b7-e852f4f63414>2015-02-22 20:32:12 +0000
committeral0115@student.uni-lj.si <al0115@student.uni-lj.si@5cf9fbd1-b2bc-434c-b4b7-e852f4f63414>2015-02-22 20:32:12 +0000
commit0f7968255251a35fae82ecb20cc2cc22f5e1993a (patch)
treecd256a48caa8beb4ab397a47a373be8a312f2229 /kpov_judge/tasks/isc_dhcp_live_boot
parent95a817ca488d64a4acb2d3ad3e2f359f21d02425 (diff)
popISCsosedov
git-svn-id: https://svn.lusy.fri.uni-lj.si/kpov-public-svn/kpov-public@279 5cf9fbd1-b2bc-434c-b4b7-e852f4f63414
Diffstat (limited to 'kpov_judge/tasks/isc_dhcp_live_boot')
-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': {