diff options
author | gasperfele@fri1.uni-lj.si <gasperfele@fri1.uni-lj.si@5cf9fbd1-b2bc-434c-b4b7-e852f4f63414> | 2015-04-09 18:00:43 +0000 |
---|---|---|
committer | gasperfele@fri1.uni-lj.si <gasperfele@fri1.uni-lj.si@5cf9fbd1-b2bc-434c-b4b7-e852f4f63414> | 2015-04-09 18:00:43 +0000 |
commit | d3e8f24b4da66059058627168f3f71eaf7626a93 (patch) | |
tree | cf2f524d42af38ef0b5ea556f8bc41df4bf07779 /kpov_judge/tasks/custom_rdate | |
parent | 54c45f7e5e85a088eeb301fb3677f9c743cccbb5 (diff) |
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
Diffstat (limited to 'kpov_judge/tasks/custom_rdate')
-rw-r--r-- | kpov_judge/tasks/custom_rdate/task.py | 6 |
1 files changed, 3 insertions, 3 deletions
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; |