-
Notifications
You must be signed in to change notification settings - Fork 5
/
TOSCA-Implementation-Landscape.yaml
679 lines (626 loc) · 14.3 KB
/
TOSCA-Implementation-Landscape.yaml
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
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
######################################################################
#
# TOSCA Implementation Landscape
# Copyright (c) 2021-22 Inria
#
# This software is distributed under the Apache License 2.0
# the text of which is available at http://www.apache.org/licenses/LICENSE-2.0
# or see the "LICENSE-2.0.txt" file for more details.
#
# Author: Philippe Merle <[email protected]>
#
######################################################################
Open Standards:
ETSI GS NFV-SOL 001:
Status: ACTIVE
TOSCA:
- 1.1
- 1.2
- 1.3
Target: NFV
Links:
Spec: https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/001/03.05.01_60/gs_NFV-SOL001v030501p.pdf
Forge: https://forge.etsi.org/rep/nfv/SOL001
TM Forum IG1176:
Status: ACTIVE
TOSCA:
- 1.3
Target: Model-Driven Automation
Links:
Spec: https://www.tmforum.org/resources/standard/ig1176-tosca-guide-for-model-driven-automation-v4-1-0
GitHub: https://github.com/pmjordan/TOSCA_for_TMForum
EU Funded Projects:
CELAR:
Status: INACTIVE
Links:
GitHub: https://github.com/CELAR
contributes:
- c-Eclipse
DICE:
Status: INACTIVE
Links:
GitHub: https://github.com/dice-project
contributes:
- DICER
INDIGO - DataCloud:
Status: ACTIVE
Links:
Website: https://www.indigo-datacloud.eu
GitHub: https://github.com/indigo-dc
hosts:
- INDIGO PaaS Orchestrator
SeaClouds:
Status: INACTIVE
# TOSCA: 1.0
# Usage: unknown
# Nature: Open source
# Language: Java
Links:
Website: http://www.seaclouds-project.eu
GitHub: https://github.com/SeaCloudsEU
uses:
- Alien4Cloud
Radon:
Status: ACTIVE
Links:
Website: https://radon-h2020.eu
GitHub: https://github.com/radon-h2020
contributes:
- RADON IDE
- OpenTOSCA
Sodalite:
Status: ACTIVE
Links:
Website: https://www.sodalite.eu
GitHub: https://github.com/SODALITE-EU
uses:
- xOpera Opera
LEXIS:
# Description: Large Scale Execution for Industry & Society
Status: ACTIVE
Links:
Website: http://www.lexis-project.eu
GitHub: https://github.com/lexis-project
contributes:
- Alien4Cloud
- Yorc
eFlows4HPC:
# Description: Enabling dynamic and Intelligent workflows in the future EuroHPC ecosystem
Status: ACTIVE
Links:
Website: https://eflows4hpc.eu
Doc: https://eflows4hpc.readthedocs.io
GitHub: https://github.com/eflows4hpc
contributes:
- Alien4Cloud
- Yorc
Open Source Communities:
OpenStack:
Status: ACTIVE
Links:
Website: https://www.openstack.org
GitHub: https://github.com/openstack
hosts:
- tosca-parser
- Heat-Translator
- Tacker
ONAP:
Status: ACTIVE
Links:
Website: https://www.onap.org
GitHub: https://github.com/onap
hosts:
- JTOSCA parser
Open Baton:
Status: ACTIVE
Links:
Website: https://openbaton.github.io
GitHub: https://github.com/openbaton
OPNFV:
Status: ACTIVE
Links:
Website: https://www.opnfv.org
TOSCA Modeling Tools:
Alien4Cloud:
Status: ACTIVE
TOSCA:
- 1.0
- Alien DSL
Target: Any cloud
Usage: Webapp
Nature: Open source
Language: Java
Links:
Website: http://alien4cloud.github.io
GitHub: https://github.com/alien4cloud
uses:
- Yorc
- Cloudify
Cloud Topology Designer:
Status: ACTIVE
TOSCA:
- 1.0
- Alien DSL
Target: Open Telekom Cloud
Usage: SaaS
Nature: Commercial product # from T-Systems
Links:
SaaS: https://designer.otc-service.com
uses:
- Alien4Cloud
c-Eclipse:
Status: INACTIVE
TOSCA: Unknown
Usage:
- Eclipse
Nature: Open source
Language: Java
Links:
GitHub: https://github.com/CELAR/c-Eclipse
DICER:
Status: INACTIVE
TOSCA: Cloudify DSL # 1.1 & 1.2 &1.3
Usage:
- Eclipse
Nature: Open source
Language: Java
Links:
GitHub: https://github.com/dice-project/DICER
uses:
- Cloudify
Eclipse Winery:
Status: ACTIVE
TOSCA:
- XML
- 1.3
Usage:
- Webapp
- Eclipse
Nature:
- Academia product
- Open source
Language: Java
Links:
Website: https://projects.eclipse.org/projects/soa.winery
GitHub: https://github.com/eclipse/winery
same ecosystem:
- OpenTOSCA
EnterpriseWeb:
Status: UNKNOWN
TOSCA: Unknown
Usage: Unknown
Nature: Commercial product
Links:
Website: https://enterpriseweb.com
RADON IDE:
Status: ACTIVE
TOSCA: 1.3
Usage: Webapp
Nature: Open source
Language: Java
Links:
GitHub: https://github.com/radon-h2020/radon-ide
uses:
- Eclipse Winery
- xOpera SaaS
- xOpera Template Library
TOSCA Marketplaces:
xOpera Template Library:
Status: ACTIVE
TOSCA: Any
Usage: SaaS
Nature: XLAB property
Links:
SaaS: https://template-library-xopera.xlab.si
TOSCA Orchestrators:
Cisco NSO:
Status: UNKNOWN
TOSCA: Unknown
Target: Unknown
Usage: Unknown
Nature: Commercial product
Links:
Website: https://www.cisco.com/c/en/us/products/cloud-systems-management/network-services-orchestrator/index.html
Clouni:
Status: ACTIVE
TOSCA:
- 1.0
Target:
- OpenStack
- Any cloud
Usage:
- CLI
- gRPC
- REST API
Nature: Open source
Language:
- Python
- Ansible
Links:
Website: https://bura2017.github.io/clouni.github.io/en/dirhtml/index.html
GitHub: https://github.com/ispras/clouni
uses:
- tosca-parser
CPLANE.ai:
Status: UNKNOWN
TOSCA: Unknown
Target: Unknown
Usage: Unknown
Nature: Commercial product
Links:
Website: https://cplaneai.com
Itential:
Status: UNKNOWN
TOSCA: Unknown
Target: Unknown
Usage: Unknown
Nature: Commercial product
Links:
Website: https://www.itential.com/products/automation-platform
Ubicity Orchestrator:
Status: ACTIVE
TOSCA:
- 1.3
- 2.0
Target: Any cloud
Usage: CLI
Nature: Commercial product
Links:
Website: https://ubicity.com/products.html
Yorc:
Status: ACTIVE
TOSCA: 1.2
Target: Any cloud
Usage: CLI
Nature: Open source
Language: Go
Links:
Website: https://ystia.github.io
GitHub: https://github.com/ystia/yorc
Cloudify:
Status: ACTIVE
TOSCA: Cloudify DSL # TOSCA-inspired dialect
Target: Any cloud
Usage: CLI
Nature:
- Commercial product
- Open source
Language: Python
Links:
Website: https://cloudify.co
GitHub: https://github.com/cloudify-cosmo
plugins:
- MSO4SC HPC
MSO4SC HPC:
Status: SLEEPING
TOSCA: Cloudify DSL
Usage: Library
Nature: Open source
Language: Python
Links:
GitHub: https://github.com/MSO4SC/cloudify-hpc-plugin
AriaTosca:
Status: INACTIVE
TOSCA: 1.0
Target: Any cloud
Usage: CLI
Nature: Open source
Language: Python
Links:
Website: http://incubator.apache.org/projects/ariatosca.html
GitHub: https://github.com/apache/incubator-ariatosca
INDIGO PaaS Orchestrator:
Status: ACTIVE
TOSCA:
- 1.0
- NFV 1.0
Target: Any cloud
Usage: Webapp
Nature: Open source
Language: Java
Links:
GitHub: https://github.com/indigo-dc/orchestrator
TORCH:
Status: SLEEPING
TOSCA: 1.0
Target:
- OpenStack
- Azure
- null # separation
- Kubernetes
- Docker Swarm
Usage: Webapp
Nature:
- Academia prototype
- Open source
Language:
- Java
- JavaScript
- Php
- Python
Links:
GitHub: https://github.com/unict-cclab/TORCH
uses:
- tosca-parser
Turandot:
Status: ACTIVE
TOSCA: 1.3
Target: Kubernetes
Usage: CLI
Nature: Open source
Language: Go
Links:
Website: https://turandot.puccini.cloud
GitHub: https://github.com/tliron/turandot
uses:
- Puccini
Khutulun:
Status: ACTIVE
TOSCA: 2.0
Target:
- Bare processes
- Podman
- null # separation
- systemd-nspawn
- null # separation
- Distrobox
- libvirt
- Firewalld
Usage:
- CLI
- Webapp
Nature: Open source
Language: Go
Links:
Website: https://khutulun.puccini.cloud
GitHub: https://github.com/tliron/khutulun
uses:
- Puccini
Unfurl:
Status: ACTIVE
TOSCA:
- 1.3
- Unfurl DSL
Target: Any cloud
Usage: CLI
Nature: Open source
Language: Python
Links:
Website: https://unfurl.run
GitHub: https://github.com/onecommons/unfurl
uses:
- tosca-parser
OpenTOSCA:
Status: ACTIVE
TOSCA: 1.3
Target: Any cloud
Usage: Webapp
Nature:
- Academia product
- Open source
Language: Java
Links:
Website: https://www.opentosca.org
GitHub: https://github.com/OpenTOSCA
TosKer:
Status: INACTIVE
TOSCA: 1.0
Target: Docker
Usage: CLI
Nature:
- Academia prototype
- Open source
Language: Python
Links:
GitHub: https://github.com/di-unipi-socc/tosker
same ecosystem:
- Sommelier
- TosKeriser
xOpera Opera:
Status: ACTIVE
TOSCA: 1.3
Target: Any cloud
Usage: CLI
Nature: Open source
Language: Python
Links:
GitHub: https://github.com/xlab-si/xopera-opera
xOpera SaaS:
Status: ACTIVE
TOSCA: 1.3
Target: Any cloud
Usage: SaaS
Nature: XLAB property
Links:
SaaS: https://saas-xopera.xlab.si
uses:
- xOpera Opera
Tacker:
Status: ACTIVE
TOSCA:
- 1.1
- NFV 1.0
Target: OpenStack
Usage: CLI
Nature: Open source
Language: Python
Links:
Website: https://wiki.openstack.org/wiki/Tacker
GitHub: https://github.com/openstack/tacker
uses:
- tosca-parser
MiCADOscale:
Status: ACTIVE
TOSCA:
- 1.0
- 1.2
- 1.3
Target:
- Any cloud
- Kubernetes
Usage: CLI
Nature:
- Academia prototype
- Open source
Language: Python
Links:
Website: https://micado-scale.eu/
Doc: https://micado-scale.readthedocs.io
GitHub: https://github.com/micado-scale
uses:
- tosca-parser # more precisely a fork of Unfurl parser
TOSCA Developer Tools:
Cloudnet TOSCA Toolbox:
Status: ACTIVE
TOSCA:
- 1.0
- 1.1
- 1.2
- 1.3
- 2.0
Usage: CLI
Nature:
- Academia product
- Open source
Language: Python
Links:
GitHub: https://github.com/Orange-OpenSource/Cloudnet-TOSCA-toolbox
applied to:
- AriaTosca # see https://github.com/Orange-OpenSource/Cloudnet-TOSCA-toolbox/tree/master/examples/ariatosca
- ETSI GS NFV-SOL 001
- Khutulun # see https://github.com/Orange-OpenSource/Cloudnet-TOSCA-toolbox/tree/master/examples/Khutulun
- kubetos # see https://github.com/Orange-OpenSource/Cloudnet-TOSCA-toolbox/tree/master/examples/kubetos
- TORCH # see https://github.com/philippemerle/TORCH/tree/master/examples/Cloudnet_TOSCA_Toolbox_Results
- TosKer # see https://github.com/Orange-OpenSource/Cloudnet-TOSCA-toolbox/tree/master/examples/TosKer
- Turandot # see https://github.com/Orange-OpenSource/Cloudnet-TOSCA-toolbox/tree/master/examples/Turandot
- Ubicity Orchestrator
- xOpera Opera # see https://github.com/philippemerle/xopera-examples/tree/master/diagrams
TOSCA toolbox:
Status: ACTIVE
TOSCA:
- 1.0
- 1.1
- 1.2
- 1.3
- 2.0
Usage: SaaS
Nature: Orange property
Links:
SaaS: https://toscatoolbox.orange.com
uses:
- Cloudnet TOSCA Toolbox
Heat-Translator:
Status: ACTIVE
TOSCA: 1.0
Target: OpenStack
Usage: CLI
Nature: Open source
Language: Python
Links:
Website: https://wiki.openstack.org/wiki/Heat-Translator
GitHub: https://github.com/openstack/heat-translator
uses:
- tosca-parser
TosKeriser:
Status: SLEEPING
TOSCA: 1.0
Target: Docker
Usage: CLI
Nature:
- Academia prototype
- Open source
Language: Python
Links:
GitHub: https://github.com/di-unipi-socc/TosKeriser
same ecosystem:
- Sommelier
categories:
TOSCA Parsers:
JTOSCA parser:
Status: SLEEPING
TOSCA: 1.0
Usage: Library
Nature: Open source
Language: Java
Links:
GitHub: https://github.com/onap/sdc-jtosca
Puccini:
Status: ACTIVE
TOSCA:
- 1.0
- 1.1
- 1.2
- 1.3
- 2.0
- null # separation
- Cloudify DSL
- OpenStack Heat
Usage:
- CLI
- Webapp
Nature: Open source
Language: Go
Links:
Website: https://puccini.cloud
GitHub: https://github.com/tliron/puccini
Sommelier:
Status: SLEEPING
TOSCA:
- 1.0
Usage: CLI
Nature:
- Academia prototype
- Open source
Language: Python
Links:
GitHub: https://github.com/di-unipi-socc/Sommelier
uses:
- tosca-parser
tosca-parser:
Status: ACTIVE
TOSCA:
- 1.0
- NFV 1.0
- 1.1
- 1.2
Usage: CLI
Nature: Open source
Language: Python
Links:
Website: https://wiki.openstack.org/wiki/TOSCA-Parser
GitHub: https://github.com/openstack/tosca-parser
oas2tosca:
Status: ACTIVE
TOSCA: 1.3
Usage: CLI
Nature: Open source
Language: Python
Links:
GitHub: https://github.com/lauwers/oas2tosca
same ecosystem:
- yang2tosca
yang2tosca:
Status: ACTIVE
TOSCA: 1.3
Usage: CLI
Nature: Open source
Language: Python
Links:
GitHub: https://github.com/lauwers/yang2tosca
same ecosystem:
- oas2tosca
TOSCA Applications:
kubetos:
Status: ACTIVE
TOSCA: 1.3
Target:
- Kubernetes
Usage: CLI
Nature: Open source
Language:
- TOSCA
- Ansible
Links:
GitHub: https://github.com/Shishqa/kubetos
uses:
- xOpera Opera