From 8f1b0372089734b2334cef278773349bc69e6aff Mon Sep 17 00:00:00 2001 From: "go4230@student.uni-lj.si" Date: Thu, 11 Dec 2014 00:27:56 +0000 Subject: =?UTF-8?q?prevedel=20instructions=20v=20angle=C5=A1=C4=8Dino?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://svn.lusy.fri.uni-lj.si/kpov-public-svn/kpov-public@24 5cf9fbd1-b2bc-434c-b4b7-e852f4f63414 --- kpov_judge/tasks/isc_dhcp_live_boot/task.py | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'kpov_judge/tasks/isc_dhcp_live_boot/task.py') diff --git a/kpov_judge/tasks/isc_dhcp_live_boot/task.py b/kpov_judge/tasks/isc_dhcp_live_boot/task.py index 5bbdf4f..0c7af4f 100644 --- a/kpov_judge/tasks/isc_dhcp_live_boot/task.py +++ b/kpov_judge/tasks/isc_dhcp_live_boot/task.py @@ -17,7 +17,18 @@ SimpleArbiter naj dobi IP_GW. DHCP_server naj ga uporabi kot gateway. Tako BootableClientA kot BootableClientB naj bosta brez diskov. """ } +instructions_en= { +Set up 4 virtual computers - simpleArbiter, DHCP_server, BootableClientA and +BootableClientB. The simpleArbiter reads the address IP_GW, IP_DHCP and finds +the file A. +On the DHCP_server set up a DHCP server with the help of ISC dhcp 3 on the address IP_DHCP. +Get SimpleArbiter to find IP_GW. Make the DHCP_server use it as a gateway. +If there is BootableClientB loading, make the system start-up with a live ISO and make it get hit own IP. +If there is anyone else loading, make the system load the file with the name A. +Make BootableClientA and BootableClientB be without discs. + +} computers = { 'DHCPServer': { 'disks': [ -- cgit v1.2.1