-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdistrosInfo.py
155 lines (145 loc) · 5.43 KB
/
distrosInfo.py
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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
#
# images information config
#
description_deprecated = "DEPRECATED, please use the most recent public image"
images_info = {}
images_info["centos_7"] = {
"image_raw_source": "centos7.raw",
"image_name": "CentOS 7 (SWITCHengines)",
"image_min_ram": "512",
"image_min_disk": "auto",
"image_properties": {
"description": "Username: 'centos'. See http://help.switch.ch/engines/documentation/switch-official-images for further information",
"hw_vif_multiqueue_enabled": "true",
"os_flavor": "centos",
"os_flavor_name": "CentOS (SWITCHengines)",
"default_user": "centos",
"os_version": "7.3",
"requires_rdp": "false",
"requires_ssh": "true"
}
}
images_info["debian_jessie"] = {
"image_raw_source": "debianJessie.raw",
"image_name": "Debian Jessie 8 (SWITCHengines)",
"image_min_ram": "512",
"image_min_disk": "auto",
"image_properties": {
"description": "Username: 'debian'. See http://help.switch.ch/engines/documentation/switch-official-images for further information",
"hw_vif_multiqueue_enabled": "true",
"os_flavor": "debian",
"os_flavor_name": "Debian (SWITCHengines)",
"default_user": "debian",
"os_version": "Jessie 8.8",
"requires_rdp": "false",
"requires_ssh": "true"
}
}
images_info["debian_stretch"] = {
"image_raw_source": "debianStretch.raw",
"image_name": "Debian Stretch 9 (SWITCHengines)",
"image_min_ram": "512",
"image_min_disk": "auto",
"image_properties": {
"description": "Username: 'debian'. See http://help.switch.ch/engines/documentation/switch-official-images for further information",
"hw_vif_multiqueue_enabled": "true",
"os_flavor": "debian",
"os_flavor_name": "Debian (SWITCHengines)",
"default_user": "debian",
"os_version": "Stretch 9",
"requires_rdp": "false",
"requires_ssh": "true"
}
}
images_info["fedora"] = {
"image_raw_source": "fedora.raw",
"image_name": "Fedora 25 (SWITCHengines)",
"image_min_ram": "512",
"image_min_disk": "auto",
"image_properties": {
"description": "Username: 'fedora'. See http://help.switch.ch/engines/documentation/switch-official-images for further information",
"hw_vif_multiqueue_enabled": "true",
"os_flavor": "fedora",
"os_flavor_name": "Fedora (SWITCHengines)",
"default_user": "fedora",
"os_version": "25",
"requires_rdp": "false",
"requires_ssh": "true"
}
}
images_info["ubuntu_trusty"] = {
"image_raw_source": "ubuntu.raw",
"image_name": "Ubuntu Trusty 14.04 (SWITCHengines)",
"image_min_ram": "512",
"image_min_disk": "auto",
"image_properties": {
"description": "Username: 'ubuntu'. See http://help.switch.ch/engines/documentation/switch-official-images for further information",
"hw_vif_multiqueue_enabled": "true",
"os_flavor": "ubuntu",
"os_flavor_name": "Ubuntu (SWITCHengines)",
"default_user": "ubuntu",
"os_version": "Trusty 14.04",
"requires_rdp": "false",
"requires_ssh": "true"
}
}
images_info["ubuntu_gpu"] = {
"image_raw_source": "ubuntugpu.raw",
"image_name": "Ubuntu Xenial with GPU support (SWITCHengines)",
"image_min_ram": "2048",
"image_min_disk": "auto",
"image_properties": {
"description": "Username: 'ubuntu'. See http://help.switch.ch/engines/documentation/switch-official-images for further information",
"hw_vif_multiqueue_enabled": "true",
"os_flavor": "ubuntu",
"os_flavor_name": "Ubuntu (SWITCHengines)",
"default_user": "ubuntu",
"os_version": "Xenial 16.04 (GPU)",
"requires_rdp": "false",
"requires_ssh": "true"
}
}
images_info["ubuntu_xenial"] = {
"image_raw_source": "ubuntuxenial.raw",
"image_name": "Ubuntu Xenial 16.04 (SWITCHengines)",
"image_min_ram": "512",
"image_min_disk": "auto",
"image_properties": {
"description": "Username: 'ubuntu'. See http://help.switch.ch/engines/documentation/switch-official-images for further information",
"hw_vif_multiqueue_enabled": "true",
"os_flavor": "ubuntu",
"os_flavor_name": "Ubuntu (SWITCHengines)",
"default_user": "ubuntu",
"os_version": "Xenial 16.04",
"requires_rdp": "false",
"requires_ssh": "true"
}
}
images_info["rstudio"] = {
"image_raw_source": "rstudio.raw",
"image_name": "RStudio Appliance (SWITCHengines)",
"image_min_ram": "1024",
"image_min_disk": "auto",
"image_properties": {
"description": "Username: 'ubuntu'. See http://help.switch.ch/engines/documentation/switch-official-images for further information",
"hw_vif_multiqueue_enabled": "true",
"default_user": "ubuntu",
"os_version": "Trusty 14.04",
"requires_rdp": "false",
"requires_ssh": "true"
}
}
images_info["zeppelin"] = {
"image_raw_source": "zeppelin.raw",
"image_name": "Spark Zeppelin (SWITCHengines)",
"image_min_ram": "4096",
"image_min_disk": "auto",
"image_properties": {
"description": "Username: 'ubuntu'. See http://help.switch.ch/engines/documentation/switch-official-images for further information",
"hw_vif_multiqueue_enabled": "true",
"default_user": "ubuntu",
"os_version": "Trusty 14.04",
"requires_rdp": "false",
"requires_ssh": "true"
}
}