diff options
Diffstat (limited to 'kpov_judge/tasks/set_ip_static_dhcp')
-rw-r--r-- | kpov_judge/tasks/set_ip_static_dhcp/task.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kpov_judge/tasks/set_ip_static_dhcp/task.py b/kpov_judge/tasks/set_ip_static_dhcp/task.py index c611356..0553585 100644 --- a/kpov_judge/tasks/set_ip_static_dhcp/task.py +++ b/kpov_judge/tasks/set_ip_static_dhcp/task.py @@ -3,7 +3,7 @@ # kpov_random_helpers should be imported by add_assignment.py instructions = { - 'si':u""" + 'si':""" Ustvari tri navidezne racunalnike. Za prvega uporabi sliko diska simpleArbiterDhcpGW, za drugega sliko diska maliNetworkManager, za tretjega sliko diska maliBrezNetworkManager. @@ -14,7 +14,7 @@ za omrežni vmesnik, temveč bosta delovala ukaza ifup in ifdown. Na maliNetworkManager nastavi IP naslov {IP_NM} ter DNS {DNS_NM}. Na maliBrezNetworkManager nastavi IP naslov {IP_static} ter DNS {DNS_static}. """, - 'en':u"""Create three virtual machines. Use simpleArbiterDhcpGW as the + 'en':"""Create three virtual machines. Use simpleArbiterDhcpGW as the disk image for the first, maliNetworkManager as the disk image for the second and maliBrezNetworkManager for the third. The virtual machine names can match the disks. |