From d3e8f24b4da66059058627168f3f71eaf7626a93 Mon Sep 17 00:00:00 2001 From: "gasperfele@fri1.uni-lj.si" Date: Thu, 9 Apr 2015 18:00:43 +0000 Subject: fixed disk template names git-svn-id: https://svn.lusy.fri.uni-lj.si/kpov-public-svn/kpov-public@298 5cf9fbd1-b2bc-434c-b4b7-e852f4f63414 --- kpov_judge/tasks/custom_rdate/task.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kpov_judge/tasks/custom_rdate') diff --git a/kpov_judge/tasks/custom_rdate/task.py b/kpov_judge/tasks/custom_rdate/task.py index ee1e245..8c2724d 100644 --- a/kpov_judge/tasks/custom_rdate/task.py +++ b/kpov_judge/tasks/custom_rdate/task.py @@ -37,7 +37,7 @@ resulting integer (as a string) to standard output. computers = { 'rdateClient': { 'disks': [ - { 'name': 'rdateClient', + { 'name': 'student-rdate', }, #{ 'name': 'CDROM', # 'options':{'readonly': True}, @@ -51,7 +51,7 @@ computers = { }, 'SimpleArbiter': { 'disks': [ - { 'name': 'simpleArbiterDhcpRdate', + { 'name': 'simpleArbiterDhcpGWRdate', # attempt automount }, #{ 'name': 'CDROM', @@ -147,7 +147,7 @@ def prepare_disks(templates, params): # d = templates['simpleArbiterDhcp'] # print templates # print params - d = templates['simpleArbiterDhcpRdate'] + d = templates['simpleArbiterDhcpGWRdate'] s1 = """service "time_tcp" {{ enabled yes; protocol tcp; -- cgit v1.2.1