summaryrefslogtreecommitdiff
path: root/kpov_judge/tasks/custom_rdate/task.py
diff options
context:
space:
mode:
Diffstat (limited to 'kpov_judge/tasks/custom_rdate/task.py')
-rw-r--r--kpov_judge/tasks/custom_rdate/task.py6
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;