gns3-server 3.0.0b1__py3-none-any.whl → 3.0.0b2__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of gns3-server might be problematic. Click here for more details.
- {gns3_server-3.0.0b1.dist-info → gns3_server-3.0.0b2.dist-info}/METADATA +17 -17
- {gns3_server-3.0.0b1.dist-info → gns3_server-3.0.0b2.dist-info}/RECORD +65 -64
- {gns3_server-3.0.0b1.dist-info → gns3_server-3.0.0b2.dist-info}/WHEEL +1 -1
- gns3server/api/routes/compute/notifications.py +1 -5
- gns3server/api/routes/controller/controller.py +0 -5
- gns3server/api/routes/controller/projects.py +0 -4
- gns3server/appliances/asterfusion-vAsterNOS.gns3a +49 -0
- gns3server/appliances/bird.gns3a +1 -1
- gns3server/appliances/bird2.gns3a +14 -0
- gns3server/appliances/cisco-asav.gns3a +13 -0
- gns3server/appliances/cisco-c8000v.gns3a +13 -0
- gns3server/appliances/cisco-cat9k.gns3a +16 -3
- gns3server/appliances/cisco-csr1000v.gns3a +13 -0
- gns3server/appliances/cisco-iosv.gns3a +14 -0
- gns3server/appliances/cisco-iosxrv9k.gns3a +13 -0
- gns3server/appliances/cisco-iou-l2.gns3a +12 -0
- gns3server/appliances/cisco-iou-l3.gns3a +12 -0
- gns3server/appliances/cisco-nxosv9k.gns3a +70 -0
- gns3server/appliances/clavister-netsheild.gns3a +15 -2
- gns3server/appliances/clavister-netwall.gns3a +15 -2
- gns3server/appliances/debian.gns3a +7 -7
- gns3server/appliances/dell-ftos.gns3a +21 -4
- gns3server/appliances/exos.gns3a +13 -151
- gns3server/appliances/fedora-cloud.gns3a +12 -42
- gns3server/appliances/fortianalyzer.gns3a +42 -0
- gns3server/appliances/fortigate.gns3a +56 -0
- gns3server/appliances/fortimanager.gns3a +43 -1
- gns3server/appliances/freebsd.gns3a +17 -2
- gns3server/appliances/huawei-ne40e.gns3a +51 -2
- gns3server/appliances/mikrotik-chr.gns3a +9 -0
- gns3server/appliances/mikrotik-rb1100ahx4-dude-edition.gns3a +1 -1
- gns3server/appliances/mikrotik-rb450g.gns3a +1 -1
- gns3server/appliances/mikrotik-rb450gx4.gns3a +1 -1
- gns3server/appliances/open-media-vault.gns3a +16 -0
- gns3server/appliances/opnsense.gns3a +13 -0
- gns3server/appliances/ostinato.gns3a +13 -0
- gns3server/appliances/rhel.gns3a +17 -3
- gns3server/appliances/rockylinux.gns3a +30 -0
- gns3server/appliances/ubuntu-cloud.gns3a +5 -5
- gns3server/compute/docker/__init__.py +2 -2
- gns3server/compute/docker/docker_vm.py +12 -3
- gns3server/compute/dynamips/__init__.py +3 -0
- gns3server/compute/qemu/__init__.py +10 -3
- gns3server/compute/qemu/qemu_vm.py +7 -1
- gns3server/compute/vpcs/vpcs_vm.py +3 -0
- gns3server/controller/__init__.py +6 -6
- gns3server/controller/export_project.py +5 -0
- gns3server/controller/project.py +19 -5
- gns3server/crash_report.py +1 -1
- gns3server/db/models/templates.py +2 -2
- gns3server/db_migrations/README +1 -0
- gns3server/main.py +5 -1
- gns3server/schemas/compute/docker_nodes.py +1 -1
- gns3server/schemas/controller/templates/docker_templates.py +1 -1
- gns3server/server.py +3 -4
- gns3server/services/authentication.py +5 -5
- gns3server/static/web-ui/3rdpartylicenses.txt +23 -0
- gns3server/static/web-ui/index.html +1 -1
- gns3server/static/web-ui/main.8e8e3d55e78d84fc.js +1 -0
- gns3server/static/web-ui/runtime.24fa95b7061d7056.js +1 -0
- gns3server/utils/asyncio/telnet_server.py +17 -4
- gns3server/version.py +1 -1
- gns3server/static/web-ui/main.fa00b32e7c90ea1c.js +0 -1
- gns3server/static/web-ui/runtime.53e0b4d68251ad21.js +0 -1
- {gns3_server-3.0.0b1.dist-info → gns3_server-3.0.0b2.dist-info}/LICENSE +0 -0
- {gns3_server-3.0.0b1.dist-info → gns3_server-3.0.0b2.dist-info}/entry_points.txt +0 -0
- {gns3_server-3.0.0b1.dist-info → gns3_server-3.0.0b2.dist-info}/top_level.txt +0 -0
|
@@ -26,6 +26,14 @@
|
|
|
26
26
|
"options": "-nographic"
|
|
27
27
|
},
|
|
28
28
|
"images": [
|
|
29
|
+
{
|
|
30
|
+
"filename": "Fedora-Cloud-Base-39-1.5.x86_64.qcow2",
|
|
31
|
+
"version": "39-1.5",
|
|
32
|
+
"md5sum": "800a10df2d369891ed65900bcacacd47",
|
|
33
|
+
"filesize": 544604160,
|
|
34
|
+
"download_url": "https://download.fedoraproject.org/pub/fedora/linux/releases/39/Cloud/x86_64/images",
|
|
35
|
+
"direct_download_url": "https://download.fedoraproject.org/pub/fedora/linux/releases/39/Cloud/x86_64/images/Fedora-Cloud-Base-39-1.5.x86_64.qcow2"
|
|
36
|
+
},
|
|
29
37
|
{
|
|
30
38
|
"filename": "Fedora-Cloud-Base-38-1.6.x86_64.qcow2",
|
|
31
39
|
"version": "38-1.6",
|
|
@@ -34,30 +42,6 @@
|
|
|
34
42
|
"download_url": "https://download.fedoraproject.org/pub/fedora/linux/releases/38/Cloud/x86_64/images",
|
|
35
43
|
"direct_download_url": "https://download.fedoraproject.org/pub/fedora/linux/releases/38/Cloud/x86_64/images/Fedora-Cloud-Base-38-1.6.x86_64.qcow2"
|
|
36
44
|
},
|
|
37
|
-
{
|
|
38
|
-
"filename": "Fedora-Cloud-Base-37-1.7.x86_64.qcow2",
|
|
39
|
-
"version": "37-1.7",
|
|
40
|
-
"md5sum": "36f7b464b6ab46ad97c001b539495e90",
|
|
41
|
-
"filesize": 492830720,
|
|
42
|
-
"download_url": "https://download.fedoraproject.org/pub/fedora/linux/releases/37/Cloud/x86_64/images",
|
|
43
|
-
"direct_download_url": "https://download.fedoraproject.org/pub/fedora/linux/releases/37/Cloud/x86_64/images/Fedora-Cloud-Base-37-1.7.x86_64.qcow2"
|
|
44
|
-
},
|
|
45
|
-
{
|
|
46
|
-
"filename": "Fedora-Cloud-Base-36-1.5.x86_64.qcow2",
|
|
47
|
-
"version": "36-1.5",
|
|
48
|
-
"md5sum": "7f7cdad25b77f232078bf454c39529d3",
|
|
49
|
-
"filesize": 448266240,
|
|
50
|
-
"download_url": "https://download.fedoraproject.org/pub/fedora/linux/releases/36/Cloud/x86_64/images",
|
|
51
|
-
"direct_download_url": "https://download.fedoraproject.org/pub/fedora/linux/releases/36/Cloud/x86_64/images/Fedora-Cloud-Base-36-1.5.x86_64.qcow2"
|
|
52
|
-
},
|
|
53
|
-
{
|
|
54
|
-
"filename": "Fedora-Cloud-Base-35-1.2.x86_64.qcow2",
|
|
55
|
-
"version": "35-1.2",
|
|
56
|
-
"md5sum": "cfa9cdcfb946e5f4cf9dd4d7906008d0",
|
|
57
|
-
"filesize": 376897536,
|
|
58
|
-
"download_url": "https://download.fedoraproject.org/pub/fedora/linux/releases/35/Cloud/x86_64/images",
|
|
59
|
-
"direct_download_url": "https://download.fedoraproject.org/pub/fedora/linux/releases/35/Cloud/x86_64/images/Fedora-Cloud-Base-35-1.2.x86_64.qcow2"
|
|
60
|
-
},
|
|
61
45
|
{
|
|
62
46
|
"filename": "fedora-cloud-init-data.iso",
|
|
63
47
|
"version": "1.0",
|
|
@@ -69,30 +53,16 @@
|
|
|
69
53
|
],
|
|
70
54
|
"versions": [
|
|
71
55
|
{
|
|
72
|
-
"name": "
|
|
73
|
-
"images": {
|
|
74
|
-
"hda_disk_image": "Fedora-Cloud-Base-38-1.6.x86_64.qcow2",
|
|
75
|
-
"cdrom_image": "fedora-cloud-init-data.iso"
|
|
76
|
-
}
|
|
77
|
-
},
|
|
78
|
-
{
|
|
79
|
-
"name": "37-1.7",
|
|
56
|
+
"name": "39-1.5",
|
|
80
57
|
"images": {
|
|
81
|
-
"hda_disk_image": "Fedora-Cloud-Base-
|
|
58
|
+
"hda_disk_image": "Fedora-Cloud-Base-39-1.5.x86_64.qcow2",
|
|
82
59
|
"cdrom_image": "fedora-cloud-init-data.iso"
|
|
83
60
|
}
|
|
84
61
|
},
|
|
85
62
|
{
|
|
86
|
-
"name": "
|
|
87
|
-
"images": {
|
|
88
|
-
"hda_disk_image": "Fedora-Cloud-Base-36-1.5.x86_64.qcow2",
|
|
89
|
-
"cdrom_image": "fedora-cloud-init-data.iso"
|
|
90
|
-
}
|
|
91
|
-
},
|
|
92
|
-
{
|
|
93
|
-
"name": "35-1.2",
|
|
63
|
+
"name": "38-1.6",
|
|
94
64
|
"images": {
|
|
95
|
-
"hda_disk_image": "Fedora-Cloud-Base-
|
|
65
|
+
"hda_disk_image": "Fedora-Cloud-Base-38-1.6.x86_64.qcow2",
|
|
96
66
|
"cdrom_image": "fedora-cloud-init-data.iso"
|
|
97
67
|
}
|
|
98
68
|
}
|
|
@@ -29,6 +29,13 @@
|
|
|
29
29
|
"kvm": "allow"
|
|
30
30
|
},
|
|
31
31
|
"images": [
|
|
32
|
+
{
|
|
33
|
+
"filename": "FAZ_VM64_KVM-v7.4.2-build2397-FORTINET.out.kvm.qcow2",
|
|
34
|
+
"version": "7.4.2",
|
|
35
|
+
"md5sum": "33b2938e19a6cb61d4d64e6998a54d23",
|
|
36
|
+
"filesize": 480096256,
|
|
37
|
+
"download_url": "https://support.fortinet.com/Download/FirmwareImages.aspx"
|
|
38
|
+
},
|
|
32
39
|
{
|
|
33
40
|
"filename": "FAZ_VM64_KVM-v7.4.1-build2308-FORTINET.out.kvm.qcow2",
|
|
34
41
|
"version": "7.4.1",
|
|
@@ -57,6 +64,13 @@
|
|
|
57
64
|
"filesize": 340631552,
|
|
58
65
|
"download_url": "https://support.fortinet.com/Download/FirmwareImages.aspx"
|
|
59
66
|
},
|
|
67
|
+
{
|
|
68
|
+
"filename": "FAZ_VM64_KVM-v7.0.11-build0595-FORTINET.out.kvm.qcow2",
|
|
69
|
+
"version": "7.0.11",
|
|
70
|
+
"md5sum": "ae7ff37d00d0b518e9982a0785665fc2",
|
|
71
|
+
"filesize": 349257728,
|
|
72
|
+
"download_url": "https://support.fortinet.com/Download/FirmwareImages.aspx"
|
|
73
|
+
},
|
|
60
74
|
{
|
|
61
75
|
"filename": "FAZ_VM64_KVM-v7.0.9-build0489-FORTINET.out.kvm.qcow2",
|
|
62
76
|
"version": "7.0.9",
|
|
@@ -78,6 +92,13 @@
|
|
|
78
92
|
"filesize": 334184448,
|
|
79
93
|
"download_url": "https://support.fortinet.com/Download/FirmwareImages.aspx"
|
|
80
94
|
},
|
|
95
|
+
{
|
|
96
|
+
"filename": "FAZ_VM64_KVM-v6.4.14-build2660-FORTINET.out.kvm.qcow2",
|
|
97
|
+
"version": "6.4.14",
|
|
98
|
+
"md5sum": "1629d76776c9d625faee0304b5840c02",
|
|
99
|
+
"filesize": 300683264,
|
|
100
|
+
"download_url": "https://support.fortinet.com/Download/FirmwareImages.aspx"
|
|
101
|
+
},
|
|
81
102
|
{
|
|
82
103
|
"filename": "FAZ_VM64_KVM-v6.4.12-build2610-FORTINET.out.kvm.qcow2",
|
|
83
104
|
"version": "6.4.12",
|
|
@@ -235,6 +256,13 @@
|
|
|
235
256
|
}
|
|
236
257
|
],
|
|
237
258
|
"versions": [
|
|
259
|
+
{
|
|
260
|
+
"name": "7.4.2",
|
|
261
|
+
"images": {
|
|
262
|
+
"hda_disk_image": "FAZ_VM64_KVM-v7.4.2-build2397-FORTINET.out.kvm.qcow2",
|
|
263
|
+
"hdb_disk_image": "empty30G.qcow2"
|
|
264
|
+
}
|
|
265
|
+
},
|
|
238
266
|
{
|
|
239
267
|
"name": "7.4.1",
|
|
240
268
|
"images": {
|
|
@@ -263,6 +291,13 @@
|
|
|
263
291
|
"hdb_disk_image": "empty30G.qcow2"
|
|
264
292
|
}
|
|
265
293
|
},
|
|
294
|
+
{
|
|
295
|
+
"name": "7.0.11",
|
|
296
|
+
"images": {
|
|
297
|
+
"hda_disk_image": "FAZ_VM64_KVM-v7.0.11-build0595-FORTINET.out.kvm.qcow2",
|
|
298
|
+
"hdb_disk_image": "empty30G.qcow2"
|
|
299
|
+
}
|
|
300
|
+
},
|
|
266
301
|
{
|
|
267
302
|
"name": "7.0.9",
|
|
268
303
|
"images": {
|
|
@@ -284,6 +319,13 @@
|
|
|
284
319
|
"hdb_disk_image": "empty30G.qcow2"
|
|
285
320
|
}
|
|
286
321
|
},
|
|
322
|
+
{
|
|
323
|
+
"name": "6.4.14",
|
|
324
|
+
"images": {
|
|
325
|
+
"hda_disk_image": "FAZ_VM64_KVM-v6.4.14-build2660-FORTINET.out.kvm.qcow2",
|
|
326
|
+
"hdb_disk_image": "empty30G.qcow2"
|
|
327
|
+
}
|
|
328
|
+
},
|
|
287
329
|
{
|
|
288
330
|
"name": "6.4.12",
|
|
289
331
|
"images": {
|
|
@@ -28,6 +28,13 @@
|
|
|
28
28
|
"kvm": "allow"
|
|
29
29
|
},
|
|
30
30
|
"images": [
|
|
31
|
+
{
|
|
32
|
+
"filename": "FGT_VM64_KVM-v7.4.3.F-build2573-FORTINET.out.kvm.qcow2",
|
|
33
|
+
"version": "7.4.3",
|
|
34
|
+
"md5sum": "e7517095c91dce1a76a9bcf114b5fa15",
|
|
35
|
+
"filesize": 100728832,
|
|
36
|
+
"download_url": "https://support.fortinet.com/Download/FirmwareImages.aspx"
|
|
37
|
+
},
|
|
31
38
|
{
|
|
32
39
|
"filename": "FGT_VM64_KVM-v7.4.1.F-build2463-FORTINET.out.kvm.qcow2",
|
|
33
40
|
"version": "7.4.1",
|
|
@@ -35,6 +42,13 @@
|
|
|
35
42
|
"filesize": 116064256,
|
|
36
43
|
"download_url": "https://support.fortinet.com/Download/FirmwareImages.aspx"
|
|
37
44
|
},
|
|
45
|
+
{
|
|
46
|
+
"filename": "FGT_VM64_KVM-v7.2.7.M-build1577-FORTINET.out.kvm.qcow2",
|
|
47
|
+
"version": "7.2.7",
|
|
48
|
+
"md5sum": "752b56844e464b0b135e57f72681c288",
|
|
49
|
+
"filesize": 102760448,
|
|
50
|
+
"download_url": "https://support.fortinet.com/Download/FirmwareImages.aspx"
|
|
51
|
+
},
|
|
38
52
|
{
|
|
39
53
|
"filename": "FGT_VM64_KVM-v7.2.6.F-build1575-FORTINET.out.kvm.qcow2",
|
|
40
54
|
"version": "7.2.6",
|
|
@@ -63,6 +77,13 @@
|
|
|
63
77
|
"filesize": 86704128,
|
|
64
78
|
"download_url": "https://support.fortinet.com/Download/FirmwareImages.aspx"
|
|
65
79
|
},
|
|
80
|
+
{
|
|
81
|
+
"filename": "FGT_VM64_KVM-v7.0.14.M-build0601-FORTINET.out.kvm.qcow2",
|
|
82
|
+
"version": "7.0.14",
|
|
83
|
+
"md5sum": "20c855889e1117902bcf448b30746d30",
|
|
84
|
+
"filesize": 77398016,
|
|
85
|
+
"download_url": "https://support.fortinet.com/Download/FirmwareImages.aspx"
|
|
86
|
+
},
|
|
66
87
|
{
|
|
67
88
|
"filename": "FGT_VM64_KVM-v7.0.13.M-build0566-FORTINET.out.kvm.qcow2",
|
|
68
89
|
"version": "7.0.13",
|
|
@@ -91,6 +112,13 @@
|
|
|
91
112
|
"filesize": 77135872,
|
|
92
113
|
"download_url": "https://support.fortinet.com/Download/FirmwareImages.aspx"
|
|
93
114
|
},
|
|
115
|
+
{
|
|
116
|
+
"filename": "FGT_VM64_KVM-v6.4.15.M-build2095-FORTINET.out.kvm.qcow2",
|
|
117
|
+
"version": "6.4.15",
|
|
118
|
+
"md5sum": "a0306a3905877de654dab7e1bb67089e",
|
|
119
|
+
"filesize": 81592320,
|
|
120
|
+
"download_url": "https://support.fortinet.com/Download/FirmwareImages.aspx"
|
|
121
|
+
},
|
|
94
122
|
{
|
|
95
123
|
"filename": "FGT_VM64_KVM-v6.4.14.M-build2093-FORTINET.out.kvm.qcow2",
|
|
96
124
|
"version": "6.4.14",
|
|
@@ -339,6 +367,13 @@
|
|
|
339
367
|
}
|
|
340
368
|
],
|
|
341
369
|
"versions": [
|
|
370
|
+
{
|
|
371
|
+
"name": "7.4.3",
|
|
372
|
+
"images": {
|
|
373
|
+
"hda_disk_image": "FGT_VM64_KVM-v7.4.3.F-build2573-FORTINET.out.kvm.qcow2",
|
|
374
|
+
"hdb_disk_image": "empty30G.qcow2"
|
|
375
|
+
}
|
|
376
|
+
},
|
|
342
377
|
{
|
|
343
378
|
"name": "7.4.1",
|
|
344
379
|
"images": {
|
|
@@ -346,6 +381,13 @@
|
|
|
346
381
|
"hdb_disk_image": "empty30G.qcow2"
|
|
347
382
|
}
|
|
348
383
|
},
|
|
384
|
+
{
|
|
385
|
+
"name": "7.2.7",
|
|
386
|
+
"images": {
|
|
387
|
+
"hda_disk_image": "FGT_VM64_KVM-v7.2.7.M-build1577-FORTINET.out.kvm.qcow2",
|
|
388
|
+
"hdb_disk_image": "empty30G.qcow2"
|
|
389
|
+
}
|
|
390
|
+
},
|
|
349
391
|
{
|
|
350
392
|
"name": "7.2.6",
|
|
351
393
|
"images": {
|
|
@@ -374,6 +416,13 @@
|
|
|
374
416
|
"hdb_disk_image": "empty30G.qcow2"
|
|
375
417
|
}
|
|
376
418
|
},
|
|
419
|
+
{
|
|
420
|
+
"name": "7.0.14",
|
|
421
|
+
"images": {
|
|
422
|
+
"hda_disk_image": "FGT_VM64_KVM-v7.0.14.M-build0601-FORTINET.out.kvm.qcow2",
|
|
423
|
+
"hdb_disk_image": "empty30G.qcow2"
|
|
424
|
+
}
|
|
425
|
+
},
|
|
377
426
|
{
|
|
378
427
|
"name": "7.0.13",
|
|
379
428
|
"images": {
|
|
@@ -402,6 +451,13 @@
|
|
|
402
451
|
"hdb_disk_image": "empty30G.qcow2"
|
|
403
452
|
}
|
|
404
453
|
},
|
|
454
|
+
{
|
|
455
|
+
"name": "6.4.15",
|
|
456
|
+
"images": {
|
|
457
|
+
"hda_disk_image": "FGT_VM64_KVM-v6.4.15.M-build2095-FORTINET.out.kvm.qcow2",
|
|
458
|
+
"hdb_disk_image": "empty30G.qcow2"
|
|
459
|
+
}
|
|
460
|
+
},
|
|
405
461
|
{
|
|
406
462
|
"name": "6.4.14",
|
|
407
463
|
"images": {
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"status": "stable",
|
|
14
14
|
"maintainer": "Ean Towne",
|
|
15
15
|
"maintainer_email": "ean.fortinet@gmail.com",
|
|
16
|
-
"usage": "Default username is admin, no password is set.\n\n- Versions lower than 7.0.x require less CPU/RAM",
|
|
16
|
+
"usage": "Default username is admin, no password is set.\n\n- Versions lower than 7.0.x require less CPU/RAM\n7.4.x may require 16GB RAM.",
|
|
17
17
|
"symbol": "fortinet.svg",
|
|
18
18
|
"port_name_format": "Port{port1}",
|
|
19
19
|
"qemu": {
|
|
@@ -29,6 +29,13 @@
|
|
|
29
29
|
"kvm": "allow"
|
|
30
30
|
},
|
|
31
31
|
"images": [
|
|
32
|
+
{
|
|
33
|
+
"filename": "FMG_VM64_KVM-v7.4.2-build2397-FORTINET.out.kvm.qcow2",
|
|
34
|
+
"version": "7.4.2",
|
|
35
|
+
"md5sum": "36371fbf06210ded57c00b2ff290f2c5",
|
|
36
|
+
"filesize": 322514944,
|
|
37
|
+
"download_url": "https://support.fortinet.com/Download/FirmwareImages.aspx"
|
|
38
|
+
},
|
|
32
39
|
{
|
|
33
40
|
"filename": "FMG_VM64_KVM-v7.4.1-build2308-FORTINET.out.kvm.qcow2",
|
|
34
41
|
"version": "7.4.1",
|
|
@@ -57,6 +64,13 @@
|
|
|
57
64
|
"filesize": 242814976,
|
|
58
65
|
"download_url": "https://support.fortinet.com/Download/FirmwareImages.aspx"
|
|
59
66
|
},
|
|
67
|
+
{
|
|
68
|
+
"filename": "FMG_VM64_KVM-v7.0.11-build0595-FORTINET.out.kvm.qcow2",
|
|
69
|
+
"version": "7.0.11",
|
|
70
|
+
"md5sum": "7b166222136e26190159f37cccbaab6e",
|
|
71
|
+
"filesize": 249360384,
|
|
72
|
+
"download_url": "https://support.fortinet.com/Download/FirmwareImages.aspx"
|
|
73
|
+
},
|
|
60
74
|
{
|
|
61
75
|
"filename": "FMG_VM64_KVM-v7.0.9-build0489-FORTINET.out.kvm.qcow2",
|
|
62
76
|
"version": "7.0.9",
|
|
@@ -78,6 +92,13 @@
|
|
|
78
92
|
"filesize": 237535232,
|
|
79
93
|
"download_url": "https://support.fortinet.com/Download/FirmwareImages.aspx"
|
|
80
94
|
},
|
|
95
|
+
{
|
|
96
|
+
"filename": "FMG_VM64_KVM-v6.4.14-build2660-FORTINET.out.kvm.qcow2",
|
|
97
|
+
"version": "6.4.14",
|
|
98
|
+
"md5sum": "0fe56e363b166c07b710bde795e36049",
|
|
99
|
+
"filesize": 219430912,
|
|
100
|
+
"download_url": "https://support.fortinet.com/Download/FirmwareImages.aspx"
|
|
101
|
+
},
|
|
81
102
|
{
|
|
82
103
|
"filename": "FMG_VM64_KVM-v6.4.12-build2610-FORTINET.out.kvm.qcow2",
|
|
83
104
|
"version": "6.4.12",
|
|
@@ -235,6 +256,13 @@
|
|
|
235
256
|
}
|
|
236
257
|
],
|
|
237
258
|
"versions": [
|
|
259
|
+
{
|
|
260
|
+
"name": "7.4.2",
|
|
261
|
+
"images": {
|
|
262
|
+
"hda_disk_image": "FMG_VM64_KVM-v7.4.2-build2397-FORTINET.out.kvm.qcow2",
|
|
263
|
+
"hdb_disk_image": "empty30G.qcow2"
|
|
264
|
+
}
|
|
265
|
+
},
|
|
238
266
|
{
|
|
239
267
|
"name": "7.4.1",
|
|
240
268
|
"images": {
|
|
@@ -263,6 +291,13 @@
|
|
|
263
291
|
"hdb_disk_image": "empty30G.qcow2"
|
|
264
292
|
}
|
|
265
293
|
},
|
|
294
|
+
{
|
|
295
|
+
"name": "7.0.11",
|
|
296
|
+
"images": {
|
|
297
|
+
"hda_disk_image": "FMG_VM64_KVM-v7.0.11-build0595-FORTINET.out.kvm.qcow2",
|
|
298
|
+
"hdb_disk_image": "empty30G.qcow2"
|
|
299
|
+
}
|
|
300
|
+
},
|
|
266
301
|
{
|
|
267
302
|
"name": "7.0.9",
|
|
268
303
|
"images": {
|
|
@@ -284,6 +319,13 @@
|
|
|
284
319
|
"hdb_disk_image": "empty30G.qcow2"
|
|
285
320
|
}
|
|
286
321
|
},
|
|
322
|
+
{
|
|
323
|
+
"name": "6.4.14",
|
|
324
|
+
"images": {
|
|
325
|
+
"hda_disk_image": "FMG_VM64_KVM-v6.4.14-build2660-FORTINET.out.kvm.qcow2",
|
|
326
|
+
"hdb_disk_image": "empty30G.qcow2"
|
|
327
|
+
}
|
|
328
|
+
},
|
|
287
329
|
{
|
|
288
330
|
"name": "6.4.12",
|
|
289
331
|
"images": {
|
|
@@ -24,13 +24,22 @@
|
|
|
24
24
|
"kvm": "require"
|
|
25
25
|
},
|
|
26
26
|
"images": [
|
|
27
|
+
{
|
|
28
|
+
"filename": "FreeBSD-14.0-RELEASE-amd64.qcow2",
|
|
29
|
+
"version": "14.0",
|
|
30
|
+
"md5sum": "87b988eaa4a8aaabea1c10649c98b3f0",
|
|
31
|
+
"filesize": 3506569216,
|
|
32
|
+
"download_url": "https://www.freebsd.org/where.html",
|
|
33
|
+
"direct_download_url": "https://download.freebsd.org/releases/VM-IMAGES/14.0-RELEASE/amd64/Latest/FreeBSD-14.0-RELEASE-amd64.qcow2.xz",
|
|
34
|
+
"compression": "xz"
|
|
35
|
+
},
|
|
27
36
|
{
|
|
28
37
|
"filename": "FreeBSD-13.0-RELEASE-amd64.qcow2",
|
|
29
38
|
"version": "13.0",
|
|
30
39
|
"md5sum": "e8e598959da456c03260421b5f9890de",
|
|
31
40
|
"filesize": 3466854400,
|
|
32
41
|
"download_url": "https://www.freebsd.org/where.html",
|
|
33
|
-
"direct_download_url": "
|
|
42
|
+
"direct_download_url": "http://ftp-archive.freebsd.org/pub/FreeBSD-Archive/old-releases/VM-IMAGES/13.0-RELEASE/amd64/Latest/FreeBSD-13.0-RELEASE-amd64.qcow2.xz",
|
|
34
43
|
"compression": "xz"
|
|
35
44
|
},
|
|
36
45
|
{
|
|
@@ -39,11 +48,17 @@
|
|
|
39
48
|
"md5sum": "3d7d5396f3d89ed30c2bfa2ee2e6b013",
|
|
40
49
|
"filesize": 3412000768,
|
|
41
50
|
"download_url": "https://www.freebsd.org/where.html",
|
|
42
|
-
"direct_download_url": "
|
|
51
|
+
"direct_download_url": "http://ftp-archive.freebsd.org/pub/FreeBSD-Archive/old-releases/VM-IMAGES/12.3-RELEASE/amd64/Latest/FreeBSD-12.3-RELEASE-amd64.qcow2.xz",
|
|
43
52
|
"compression": "xz"
|
|
44
53
|
}
|
|
45
54
|
],
|
|
46
55
|
"versions": [
|
|
56
|
+
{
|
|
57
|
+
"name": "14.0",
|
|
58
|
+
"images": {
|
|
59
|
+
"hda_disk_image": "FreeBSD-14.0-RELEASE-amd64.qcow2"
|
|
60
|
+
}
|
|
61
|
+
},
|
|
47
62
|
{
|
|
48
63
|
"name": "13.0",
|
|
49
64
|
"images": {
|
|
@@ -7,16 +7,65 @@
|
|
|
7
7
|
"vendor_url": "https://www.huawei.com",
|
|
8
8
|
"product_name": "HuaWei NE40E",
|
|
9
9
|
"product_url": "https://e.huawei.com/en/products/enterprise-networking/routers/ne/ne40e",
|
|
10
|
-
"registry_version":
|
|
10
|
+
"registry_version": 6,
|
|
11
11
|
"status": "experimental",
|
|
12
12
|
"availability": "service-contract",
|
|
13
13
|
"maintainer": "none",
|
|
14
14
|
"maintainer_email": "",
|
|
15
|
-
"first_port_name": "eth0",
|
|
16
15
|
"port_name_format": "Ethernet1/0/{0}",
|
|
17
16
|
"qemu": {
|
|
18
17
|
"adapter_type": "e1000",
|
|
19
18
|
"adapters": 12,
|
|
19
|
+
"custom_adapters": [
|
|
20
|
+
{
|
|
21
|
+
"adapter_number": 0,
|
|
22
|
+
"port_name": "Gi0/0/0"
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"adapter_number": 1,
|
|
26
|
+
"port_name": "Mgmt0/0"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"adapter_number": 2,
|
|
30
|
+
"port_name": "Ethernet1/0/0"
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"adapter_number": 3,
|
|
34
|
+
"port_name": "Ethernet1/0/1"
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"adapter_number": 4,
|
|
38
|
+
"port_name": "Ethernet1/0/2"
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"adapter_number": 5,
|
|
42
|
+
"port_name": "Ethernet1/0/3"
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
"adapter_number": 6,
|
|
46
|
+
"port_name": "Ethernet1/0/4"
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"adapter_number": 7,
|
|
50
|
+
"port_name": "Ethernet1/0/5"
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"adapter_number": 8,
|
|
54
|
+
"port_name": "Ethernet1/0/6"
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
"adapter_number": 9,
|
|
58
|
+
"port_name": "Ethernet1/0/7"
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
"adapter_number": 10,
|
|
62
|
+
"port_name": "Ethernet1/0/8"
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
"adapter_number": 11,
|
|
66
|
+
"port_name": "Ethernet1/0/9"
|
|
67
|
+
}
|
|
68
|
+
],
|
|
20
69
|
"ram": 2048,
|
|
21
70
|
"cpus": 2,
|
|
22
71
|
"hda_disk_interface": "ide",
|
|
@@ -27,6 +27,15 @@
|
|
|
27
27
|
"options": "-nographic"
|
|
28
28
|
},
|
|
29
29
|
"images": [
|
|
30
|
+
{
|
|
31
|
+
"filename": "chr-7.14.2.img",
|
|
32
|
+
"version": "7.14.2",
|
|
33
|
+
"md5sum": "531901dac85b67b23011e946a62abc7b",
|
|
34
|
+
"filesize": 134217728,
|
|
35
|
+
"download_url": "http://www.mikrotik.com/download",
|
|
36
|
+
"direct_download_url": "https://download.mikrotik.com/routeros/7.14.2/chr-7.14.2.img.zip",
|
|
37
|
+
"compression": "zip"
|
|
38
|
+
},
|
|
30
39
|
{
|
|
31
40
|
"filename": "chr-7.11.2.img",
|
|
32
41
|
"version": "7.11.2",
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"documentation_url": "http://wiki.mikrotik.com/wiki/Manual:CHR",
|
|
9
9
|
"product_name": "MikroTik RouterBOARD 1100AHx4 Dude Edition",
|
|
10
10
|
"product_url": "http://www.mikrotik.com/download",
|
|
11
|
-
"registry_version":
|
|
11
|
+
"registry_version": 4,
|
|
12
12
|
"status": "stable",
|
|
13
13
|
"maintainer": "Azorian Solutions",
|
|
14
14
|
"maintainer_email": "help@azorian.solutions",
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"documentation_url": "http://wiki.mikrotik.com/wiki/Manual:CHR",
|
|
9
9
|
"product_name": "MikroTik RouterBOARD 450G",
|
|
10
10
|
"product_url": "http://www.mikrotik.com/download",
|
|
11
|
-
"registry_version":
|
|
11
|
+
"registry_version": 4,
|
|
12
12
|
"status": "stable",
|
|
13
13
|
"maintainer": "Azorian Solutions",
|
|
14
14
|
"maintainer_email": "help@azorian.solutions",
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"documentation_url": "http://wiki.mikrotik.com/wiki/Manual:CHR",
|
|
9
9
|
"product_name": "MikroTik RouterBOARD 450Gx4",
|
|
10
10
|
"product_url": "http://www.mikrotik.com/download",
|
|
11
|
-
"registry_version":
|
|
11
|
+
"registry_version": 4,
|
|
12
12
|
"status": "stable",
|
|
13
13
|
"maintainer": "Azorian Solutions",
|
|
14
14
|
"maintainer_email": "help@azorian.solutions",
|
|
@@ -26,6 +26,14 @@
|
|
|
26
26
|
"kvm": "require"
|
|
27
27
|
},
|
|
28
28
|
"images": [
|
|
29
|
+
{
|
|
30
|
+
"filename": "openmediavault_7.0.32-amd64.iso",
|
|
31
|
+
"version": "7.0.32",
|
|
32
|
+
"md5sum": "36d1fda7de0c8dd6806a65145845d362",
|
|
33
|
+
"filesize": 981467136,
|
|
34
|
+
"download_url": "https://www.openmediavault.org/download.html",
|
|
35
|
+
"direct_download_url": "https://sourceforge.net/projects/openmediavault/files/iso/7.0-32/openmediavault_7.0-32-amd64.iso"
|
|
36
|
+
},
|
|
29
37
|
{
|
|
30
38
|
"filename": "openmediavault_6.5.0-amd64.iso",
|
|
31
39
|
"version": "6.5.0",
|
|
@@ -68,6 +76,14 @@
|
|
|
68
76
|
}
|
|
69
77
|
],
|
|
70
78
|
"versions": [
|
|
79
|
+
{
|
|
80
|
+
"name": "7.0.32",
|
|
81
|
+
"images": {
|
|
82
|
+
"hda_disk_image": "empty30G.qcow2",
|
|
83
|
+
"hdb_disk_image": "empty30G.qcow2",
|
|
84
|
+
"cdrom_image": "openmediavault_7.0.32-amd64.iso"
|
|
85
|
+
}
|
|
86
|
+
},
|
|
71
87
|
{
|
|
72
88
|
"name": "6.5.0",
|
|
73
89
|
"images": {
|
|
@@ -25,6 +25,13 @@
|
|
|
25
25
|
"kvm": "require"
|
|
26
26
|
},
|
|
27
27
|
"images": [
|
|
28
|
+
{
|
|
29
|
+
"filename": "OPNsense-24.1-OpenSSL-nano-amd64.img",
|
|
30
|
+
"version": "24.1",
|
|
31
|
+
"md5sum": "ea8472df2c272419b7834cddaf68048d",
|
|
32
|
+
"filesize": 3221225472,
|
|
33
|
+
"download_url": "https://opnsense.c0urier.net/releases/24.1/"
|
|
34
|
+
},
|
|
28
35
|
{
|
|
29
36
|
"filename": "OPNsense-23.1-OpenSSL-nano-amd64.img",
|
|
30
37
|
"version": "23.1",
|
|
@@ -62,6 +69,12 @@
|
|
|
62
69
|
}
|
|
63
70
|
],
|
|
64
71
|
"versions": [
|
|
72
|
+
{
|
|
73
|
+
"name": "24.1",
|
|
74
|
+
"images": {
|
|
75
|
+
"hda_disk_image": "OPNsense-24.1-OpenSSL-nano-amd64.img"
|
|
76
|
+
}
|
|
77
|
+
},
|
|
65
78
|
{
|
|
66
79
|
"name": "23.1",
|
|
67
80
|
"images": {
|
|
@@ -30,6 +30,13 @@
|
|
|
30
30
|
"options": "-vga std -usbdevice tablet"
|
|
31
31
|
},
|
|
32
32
|
"images": [
|
|
33
|
+
{
|
|
34
|
+
"version": "1.3.0",
|
|
35
|
+
"filename": "ostinatostd-1.3.0-1.qcow2",
|
|
36
|
+
"filesize": 173735936,
|
|
37
|
+
"md5sum": "ff25fed989c43aeac84bf0d542ad43ba",
|
|
38
|
+
"download_url": "https://ostinato.org/pricing/gns3"
|
|
39
|
+
},
|
|
33
40
|
{
|
|
34
41
|
"filename": "ostinatostd-1.2.0-1.qcow2",
|
|
35
42
|
"version": "1.2.0",
|
|
@@ -46,6 +53,12 @@
|
|
|
46
53
|
}
|
|
47
54
|
],
|
|
48
55
|
"versions": [
|
|
56
|
+
{
|
|
57
|
+
"name": "1.3.0",
|
|
58
|
+
"images": {
|
|
59
|
+
"hda_disk_image": "ostinatostd-1.3.0-1.qcow2"
|
|
60
|
+
}
|
|
61
|
+
},
|
|
49
62
|
{
|
|
50
63
|
"name": "1.2.0",
|
|
51
64
|
"images": {
|
gns3server/appliances/rhel.gns3a
CHANGED
|
@@ -11,9 +11,9 @@
|
|
|
11
11
|
"registry_version": 4,
|
|
12
12
|
"status": "stable",
|
|
13
13
|
"availability": "service-contract",
|
|
14
|
-
"maintainer": "
|
|
15
|
-
"maintainer_email": "
|
|
16
|
-
"usage": "You should download Red Hat Enterprise Linux KVM Guest Image from https://access.redhat.com/downloads/content/479/ver=/rhel---9/9.
|
|
14
|
+
"maintainer": "Da-Geek",
|
|
15
|
+
"maintainer_email": "dageek@dageeks-geeks.gg",
|
|
16
|
+
"usage": "You should download Red Hat Enterprise Linux KVM Guest Image from https://access.redhat.com/downloads/content/479/ver=/rhel---9/9.3/x86_64/product-software attach/customize rhel-cloud-init.iso and start.\nusername: cloud-user\npassword: redhat",
|
|
17
17
|
"qemu": {
|
|
18
18
|
"adapter_type": "virtio-net-pci",
|
|
19
19
|
"adapters": 1,
|
|
@@ -26,6 +26,13 @@
|
|
|
26
26
|
"options": "-cpu host -nographic"
|
|
27
27
|
},
|
|
28
28
|
"images": [
|
|
29
|
+
{
|
|
30
|
+
"filename": "rhel-9.3-x86_64-kvm.qcow2",
|
|
31
|
+
"version": "9.3",
|
|
32
|
+
"md5sum": "409d8d15f5177db2617b0e3e02139b5c",
|
|
33
|
+
"filesize": 858193920,
|
|
34
|
+
"download_url": "https://access.redhat.com/downloads/content/479/ver=/rhel---9/9.3/x86_64/product-software"
|
|
35
|
+
},
|
|
29
36
|
{
|
|
30
37
|
"filename": "rhel-9.2-x86_64-kvm.qcow2",
|
|
31
38
|
"version": "9.2",
|
|
@@ -112,6 +119,13 @@
|
|
|
112
119
|
}
|
|
113
120
|
],
|
|
114
121
|
"versions": [
|
|
122
|
+
{
|
|
123
|
+
"name": "9.3",
|
|
124
|
+
"images": {
|
|
125
|
+
"hda_disk_image": "rhel-9.3-x86_64-kvm.qcow2",
|
|
126
|
+
"cdrom_image": "rhel-cloud-init.iso"
|
|
127
|
+
}
|
|
128
|
+
},
|
|
115
129
|
{
|
|
116
130
|
"name": "9.2",
|
|
117
131
|
"images": {
|