-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomparison.yml
304 lines (304 loc) · 9.42 KB
/
comparison.yml
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
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
title: Ultimate-Comparison
subtitle: Ultimate Deployment Tool comparison framework
selectTitle: Criteria
tableTitle: Comparison of Cloud-Deployment and Management Tools
repository: 'https://github.com/ultimate-comparisons/ultimate-deployment-tool-comparison'
details:
header:
nameRef: id
urlRef: inline
body:
title: Description
bodyRef: description
citation:
csl: apa.csl
bib: literature.bib
criteria:
- id:
name: Name
search: false
table: true
detail: false
- description:
table: false
search: false
detail: true
type: markdown
- Host OS:
table: true
search: true
description: The operating system running on the managing machine.
placeholder: Select OS ...
andSearch: true
type: label
values:
Windows:
description: Windows is supported for host machines.
class: label-success
Mac:
description: Mac OS X is supported for host machines.
class: label-success
Linux:
description: Linux is supported for host machines.
class: label-success
Windows (L):
description: Windows support is limited for host machines.
class: label-warning
Mac (L):
description: Mac OS X support is limited for host machines.
class: label-warning
Linux (L):
description: Linux support is limited for host machines.
class: label-warning
- Guest OS:
table: true
search: true
description: The operating system running on the managed machines.
placeholder: Select Os ...
andSearch: true
type: label
values:
Windows:
description: Windows is supported for guest machines.
class: label-success
Windows (L):
description: Windows support is limited for guest machines.
class: label-warning
Mac:
description: Mac OS X is supported for guest machines.
class: label-success
Mac (L):
description: Mac support is limited for guest machines.
class: label-warning
Linux:
description: Linux is supported for guest machines.
class: label-success
Linux (L):
description: Linux support is limited for guest machines.
class: label-warning
- Elastic Infrastructure Restrictions:
table: true
search: true
description: The platforms on which the tool is able to run.
placeholder: Select Restrictions ...
andSearch: false
type: label
values:
None:
description: There are no elastic infrastructure restrictions for this tool.
class: label-success
None (L):
description: There are no elastic infrastructure under certain conditions.
class: label-warning
AWS:
description: This tool is only able to run on the Amazon Web Services platform.
class: label-danger
Openstack:
description: This tool is only able to run in an Openstack enviroment.
class: label-danger
- Failure/Error handling:
table: false
search: false
type: label
values:
Retry other packages:
description: The tool can check different repositories to install a functional package.
class: label-success
'Service: No Handling':
description: The tool does not handle malfunctioning services.
class: label-danger
'Service: After Deployment':
description: The tool can restart malfunctioning Services only immediatly after their deployment.
class: label-warning
'Service: Continous':
description: The tool can handle malfunctioning Services continously.
class: label-success
Unknown Error Handling:
description: The tool can cope with unknown errors.
class: label-danger
Topology Error Handling:
description: The tool can handle repair or restart malfunctioning nodes.
class: label-success
- Reversibility to defined state:
table: false
search: false
type: label
values:
Yes:
description: The tool can reset the system to a defined state.
class: label-success
No:
description: The tool can not reverse the system to a defined state
class: label-danger
- Status Report:
table: false
search: false
type: label
values:
Yes:
description: The tool has reporting.
class: label-success
No Reporting:
description: The tool has no reporting.
class: label-danger
Not Detailed:
description: The tool has reporting allthough it only reports the system state, not the node state
class: label-warning
Detailed:
description: The tool has in depth reporting.
class: label-success
- Support of Migration Paths:
table: false
search: false
type: label
values:
Yes:
description: The tool supports Migration Paths.
class: label-success
No:
description: The tool has no support for Migration Paths
class: label-danger
- Extensibility:
table: false
search: true
description: Extensibility features of platform.
placeholder: Select Extensibility features ...
andSearch: true
type: label
values:
Plugins (L):
description: The tool has plugins.
class: label-success
Plugins:
description: The tool has plugins.
class: label-success
Scripts:
description: The tool has Scripts.
class: label-success
Store:
description: The tool has a Store.
class: label-success
None:
description: The tool is not extensible
class: label-danger
- Secure Connection between Nodes:
table: true
search: true
description: Secure Connection between Nodes options.
placeholder: Select option for Secure Connection between Nodes...
andSearch: false
type: label
values:
Unsecure:
description: The tool has no security measures between nodes.
class: label-danger
Reliant:
description: The tool has no inate security measures and relies on third party tools for this purpose.
class: label-warning
Self implemented:
description: The node communication is secured through an custom implementation.
class: label-warning
SSH/SSL (L):
description: Not all connections are secured with ssh.
class: label-warning
SSH/SSL:
description: The connection between nodes is secured through SSH.
class: label-success
- Covers full range of Provisioning:
table: true
search: true
description: Provisioning features
placeholder: Select provisioning features...
andSearch: true
type: label
values:
Installing:
class: label-success
Configuring:
class: label-success
Starting:
class: label-success
Installing (L):
class: label-warning
Configuring (L):
class: label-warning
Starting (L):
class: label-warning
- Covers full range of Life Cycle:
table: true
search: true
description: Life Cycle features.
placeholder: Select life cycle features...
andSearch: false
type: label
values:
Provisioning:
class: label-success
Management:
class: label-success
Termination:
class: label-success
Provisioning (L):
class: label-warning
Management (L):
class: label-warning
Termination (L):
class: label-warning
- Unattended topology deployment:
table: false
search: false
type: label
values:
Yes:
class: label-success
Installing:
class: label-success
Configuring:
class: label-success
Starting:
class: label-success
- Scalability:
table: false
search: false
type: label
values:
Horizontally:
class: label-success
Vertically:
class: label-success
- End user support:
table: true
search: true
description: End user support.
placeholder: Select end user support...
andSearch: true
type: label
values:
None:
description: No Support available.
class: label-danger
Free:
description: Free Support is available.
class: label-warning
Free (L):
description: Free Support is available however it is very limited.
class: label-warning
Commercial (L):
description: Commercial Support is limited available.
class: label-success
Commercial:
description: Commercial Support is available.
class: label-success
- Development Status:
table: true
search: true
placeholder: Select end user support ...
andSearch: false
type: label
values:
Stale:
description: No version update since 12 months.
class: label-danger
Active:
description: The tool is being actively developed
class: label-success