-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.json
104 lines (104 loc) · 1.52 KB
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
{
"owner": {
"type": "text",
"hint": "Benutzerkennung"
},
"group": {
"type": "select",
"hint": "Organisationseinheit",
"default": "virtuos",
"options": [
"bio",
"fb1",
"fb3",
"geo",
"igb",
"ikw",
"inf",
"math",
"psycho",
"rz",
"rz-net",
"ub",
"usf",
"virtuos",
"wiwi"
]
},
"name": {
"type": "text",
"hint": "Hostname"
},
"cpus": {
"hint": "Anzahl der CPUs",
"type": "select",
"options": [
1,
2,
4,
6,
8,
12,
16,
32
]
},
"mem": {
"hint": "Hauptspeicher",
"type": "select",
"options": [
"2GiB",
"4GiB",
"6GiB",
"8GiB",
"10GiB",
"12GiB",
"16GiB",
"32GiB",
"64GiB"
]
},
"disksize": {
"hint": "Plattengr\u00f6\u00dfe",
"type": "select",
"options": [
"32GiB",
"64GiB",
"128GiB",
"256GiB",
"512GiB",
"1024GiB"
]
},
"net": {
"type": "select",
"hint": "Netzanschluss",
"options": [
"131.173.22.0/23",
"172.17.22.0/23"
]
},
"os": {
"hint": "Betriebssystem",
"type": "select",
"default": "cs9",
"options": [
"bookworm",
"bullseye",
"centos",
"cs9",
"cs10",
"debian",
"debian-11",
"debian-12",
"focal",
"jammy",
"other",
"ubuntu",
"ubuntu-20",
"ubuntu-22",
"rl8",
"rl9"
]
}
}