gns3-server 3.0.4__py3-none-any.whl → 3.0.5__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.

Files changed (40) hide show
  1. gns3_server-3.0.5.dist-info/METADATA +202 -0
  2. {gns3_server-3.0.4.dist-info → gns3_server-3.0.5.dist-info}/RECORD +38 -33
  3. {gns3_server-3.0.4.dist-info → gns3_server-3.0.5.dist-info}/WHEEL +1 -1
  4. gns3server/api/routes/compute/cloud_nodes.py +1 -1
  5. gns3server/api/routes/controller/images.py +0 -5
  6. gns3server/api/routes/controller/links.py +52 -1
  7. gns3server/appliances/almalinux.gns3a +30 -0
  8. gns3server/appliances/arista-veos.gns3a +15 -15
  9. gns3server/appliances/aruba-arubaoscx.gns3a +39 -0
  10. gns3server/appliances/asterfusion-vAsterNOS-campus.gns3a +50 -0
  11. gns3server/appliances/asterfusion-vAsterNOS.gns3a +1 -1
  12. gns3server/appliances/centos-cloud.gns3a +24 -54
  13. gns3server/appliances/exos.gns3a +13 -0
  14. gns3server/appliances/fedora-cloud.gns3a +30 -0
  15. gns3server/appliances/infix.gns3a +48 -5
  16. gns3server/appliances/juniper-vJunos-router.gns3a +75 -0
  17. gns3server/appliances/nethsecurity.gns3a +44 -0
  18. gns3server/appliances/oracle-linux-cloud.gns3a +31 -1
  19. gns3server/appliances/rhel.gns3a +57 -1
  20. gns3server/appliances/rockylinux.gns3a +15 -0
  21. gns3server/compute/builtin/nodes/nat.py +1 -1
  22. gns3server/compute/docker/__init__.py +8 -9
  23. gns3server/compute/docker/docker_vm.py +2 -1
  24. gns3server/compute/qemu/qemu_vm.py +69 -28
  25. gns3server/controller/compute.py +4 -3
  26. gns3server/controller/gns3vm/virtualbox_gns3_vm.py +55 -28
  27. gns3server/crash_report.py +1 -1
  28. gns3server/disks/OVMF_CODE_4M.fd +0 -0
  29. gns3server/disks/OVMF_VARS_4M.fd +0 -0
  30. gns3server/schemas/__init__.py +1 -1
  31. gns3server/schemas/controller/links.py +21 -0
  32. gns3server/static/web-ui/index.html +1 -1
  33. gns3server/static/web-ui/main.fd9d76d279fa7d5e.js +1 -0
  34. gns3server/utils/images.py +10 -0
  35. gns3server/version.py +2 -2
  36. gns3_server-3.0.4.dist-info/METADATA +0 -869
  37. gns3server/static/web-ui/main.87178dd64c9c79ba.js +0 -1
  38. {gns3_server-3.0.4.dist-info → gns3_server-3.0.5.dist-info}/entry_points.txt +0 -0
  39. {gns3_server-3.0.4.dist-info → gns3_server-3.0.5.dist-info/licenses}/LICENSE +0 -0
  40. {gns3_server-3.0.4.dist-info → gns3_server-3.0.5.dist-info}/top_level.txt +0 -0
@@ -29,23 +29,23 @@
29
29
  },
30
30
  "images": [
31
31
  {
32
- "filename": "vEOS-lab-4.33.1F.qcow2",
33
- "version": "4.33.1F",
34
- "md5sum": "8f662409c0732ed9f682edce63601e8a",
35
- "filesize": 611909632,
32
+ "filename": "vEOS64-lab-4.33.2F.qcow2",
33
+ "version": "4.33.2F",
34
+ "md5sum": "fbe629a8342cd0b3b19566b9d7ef4f4f",
35
+ "filesize": 610992128,
36
36
  "download_url": "https://www.arista.com/en/support/software-download"
37
37
  },
38
38
  {
39
- "filename": "vEOS-lab-4.32.3M.qcow2",
40
- "version": "4.32.3M",
41
- "md5sum": "46fc46f5ed1da8752eed8396f08862f8",
42
- "filesize": 605683712,
39
+ "filename": "vEOS64-lab-4.32.4.1M.qcow2",
40
+ "version": "4.32.4.1M",
41
+ "md5sum": "cd369b5ccfd87ccd83a34538681ba35f",
42
+ "filesize": 605159424,
43
43
  "download_url": "https://www.arista.com/en/support/software-download"
44
44
  },
45
45
  {
46
- "filename": "vEOS-lab-4.31.6M.qcow2",
46
+ "filename": "vEOS64-lab-4.31.6M.qcow2",
47
47
  "version": "4.31.6M",
48
- "md5sum": "7410110b77472f058322ec4681f8a356",
48
+ "md5sum": "02fbd929de9416e1096cd2454507d6ce",
49
49
  "filesize": 590479360,
50
50
  "download_url": "https://www.arista.com/en/support/software-download"
51
51
  },
@@ -59,24 +59,24 @@
59
59
  ],
60
60
  "versions": [
61
61
  {
62
- "name": "4.33.1F",
62
+ "name": "4.33.2F",
63
63
  "images": {
64
64
  "hda_disk_image": "Aboot-veos-serial-8.0.2.iso",
65
- "hdb_disk_image": "vEOS-lab-4.33.1F.qcow2"
65
+ "hdb_disk_image": "vEOS64-lab-4.33.2F.qcow2"
66
66
  }
67
67
  },
68
68
  {
69
- "name": "4.32.3M",
69
+ "name": "4.32.4.1M",
70
70
  "images": {
71
71
  "hda_disk_image": "Aboot-veos-serial-8.0.2.iso",
72
- "hdb_disk_image": "vEOS-lab-4.32.3M.qcow2"
72
+ "hdb_disk_image": "vEOS64-lab-4.32.4.1M.qcow2"
73
73
  }
74
74
  },
75
75
  {
76
76
  "name": "4.31.6M",
77
77
  "images": {
78
78
  "hda_disk_image": "Aboot-veos-serial-8.0.2.iso",
79
- "hdb_disk_image": "vEOS-lab-4.31.6M.qcow2"
79
+ "hdb_disk_image": "vEOS64-lab-4.31.6M.qcow2"
80
80
  }
81
81
  }
82
82
  ]
@@ -32,6 +32,27 @@
32
32
  "process_priority": "normal"
33
33
  },
34
34
  "images": [
35
+ {
36
+ "filename": "arubaoscx-disk-image-genericx86-p4-20241115202521.vmdk",
37
+ "version": "10.15.0005",
38
+ "md5sum": "69b3675391c04c1a6e0fd0bf8d8bc2d9",
39
+ "filesize": 420049408,
40
+ "download_url": "https://networkingsupport.hpe.com"
41
+ },
42
+ {
43
+ "filename": "arubaoscx-disk-image-genericx86-p4-20240731173624.vmdk",
44
+ "version": "10.14.1000",
45
+ "md5sum": "01d6932fbc9c46180a4f41aee9e98301",
46
+ "filesize": 412140544,
47
+ "download_url": "https://networkingsupport.hpe.com"
48
+ },
49
+ {
50
+ "filename": "arubaoscx-disk-image-genericx86-p4-20240528190307.vmdk",
51
+ "version": "10.14.0001",
52
+ "md5sum": "83902dbaa74c37cdda3f066f79431933",
53
+ "filesize": 401023488,
54
+ "download_url": "https://networkingsupport.hpe.com"
55
+ },
35
56
  {
36
57
  "filename": "arubaoscx-disk-image-genericx86-p4-20240129204649.vmdk",
37
58
  "version": "10.13.1000",
@@ -139,6 +160,24 @@
139
160
  }
140
161
  ],
141
162
  "versions": [
163
+ {
164
+ "name": "10.15.0005",
165
+ "images": {
166
+ "hda_disk_image": "arubaoscx-disk-image-genericx86-p4-20241115202521.vmdk"
167
+ }
168
+ },
169
+ {
170
+ "name": "10.14.1000",
171
+ "images": {
172
+ "hda_disk_image": "arubaoscx-disk-image-genericx86-p4-20240731173624.vmdk"
173
+ }
174
+ },
175
+ {
176
+ "name": "10.14.0001",
177
+ "images": {
178
+ "hda_disk_image": "arubaoscx-disk-image-genericx86-p4-20240528190307.vmdk"
179
+ }
180
+ },
142
181
  {
143
182
  "name": "10.13.1000",
144
183
  "images": {
@@ -0,0 +1,50 @@
1
+ {
2
+ "appliance_id": "9e934470-d898-4289-a5ed-50af094e629e",
3
+ "name": "Asterfusion vAsterNOS campus",
4
+ "category": "multilayer_switch",
5
+ "description": "AsterNOS is the core technology of Asterfusion’s one-stop SONiC turnkey solution designed for cloud, enterprise, and AI-driven scenarios. AsterNOS v5.2 Campus is specifically designed for traditional campus networks, offering comprehensive L2/L3 capabilities suitable for various campus scenarios such as schools, office buildings, and hospitals. This version supports a fully cloud-integrated Layer 3 network architecture, providing rich routing and switching functionalities to ensure high-performance operation and ease of maintenance. It can also be deployed in the GNS3 simulation environment to experience a complete All-Layer 3 Cloud-Campus network. This version is ideal for enterprises and campus networks requiring high-performance multi-service transport, supporting cross-domain connectivity and providing nanosecond-level time synchronization. It is well-suited for applications with stringent time accuracy requirements, such as financial trading, industrial automation, and smart manufacturing. NOTICE: This appliance file is a virtualized version of AsterNOS and is intended to be used only to experience the basic functionality and industry standard CLI (Klish), not for official software testing. For more information about AsterNOS commercial version, please feel free to contact us via Email: bd@cloudswit.ch",
6
+ "vendor_name": "Asterfusion",
7
+ "vendor_url": "https://cloudswit.ch/",
8
+ "vendor_logo_url": "https://raw.githubusercontent.com/GNS3/gns3-registry/master/vendor-logos/asterfusion.png",
9
+ "documentation_url": "https://help.cloudswit.ch/portal/en/kb/articles/vasternos",
10
+ "product_name": "vAsterNOS",
11
+ "product_url": "https://cloudswit.ch/",
12
+ "registry_version": 4,
13
+ "status": "experimental",
14
+ "maintainer": "Asterfusion",
15
+ "maintainer_email": "bd@cloudswit.ch",
16
+ "usage": "The login is admin and the password is asteros",
17
+ "symbol": "asterfusion-vAsterNOS.svg",
18
+ "first_port_name": "eth0",
19
+ "port_name_format": "Ethernet{0}",
20
+ "qemu": {
21
+ "adapter_type": "e1000",
22
+ "adapters": 10,
23
+ "ram": 4096,
24
+ "cpus": 4,
25
+ "hda_disk_interface": "virtio",
26
+ "arch": "x86_64",
27
+ "console_type": "telnet",
28
+ "boot_priority": "d",
29
+ "kvm": "require"
30
+ },
31
+ "images": [
32
+ {
33
+ "filename": "vAsterNOS-V5.2R012P01.img",
34
+ "version": "5.2-12-1",
35
+ "md5sum": "d18c0cfd786607ccc6dc1069a8f40465",
36
+ "filesize": 2823290880,
37
+ "download_url": "https://drive.cloudswitch.io/external/d29f6d0a6c8322fea42b3c08e95113d026b8ec6aafbe29193c338333077f3da7"
38
+ }
39
+
40
+ ],
41
+ "versions": [
42
+ {
43
+ "name": "5.2-12-1",
44
+ "images": {
45
+ "hda_disk_image": "vAsterNOS-V5.2R012P01.img"
46
+ }
47
+ }
48
+ ]
49
+ }
50
+
@@ -13,7 +13,7 @@
13
13
  "status": "experimental",
14
14
  "maintainer": "Asterfusion",
15
15
  "maintainer_email": "bd@cloudswit.ch",
16
- "usage": "The login is admin, passwd asteros",
16
+ "usage": "The login is admin and the password is asteros",
17
17
  "symbol": "asterfusion-vAsterNOS.svg",
18
18
  "first_port_name": "eth0",
19
19
  "port_name_format": "Ethernet{0}",
@@ -27,44 +27,28 @@
27
27
  },
28
28
  "images": [
29
29
  {
30
- "filename": "CentOS-Stream-GenericCloud-9-20230704.1.x86_64.qcow2",
31
- "version": "Stream-9 (20230704.1)",
32
- "md5sum": "e04511e019325a97837edd9eafe02b48",
33
- "filesize": 1087868416,
34
- "download_url": "https://cloud.centos.org/centos/9-stream/x86_64/images",
35
- "direct_download_url": "https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-20230704.1.x86_64.qcow2"
30
+ "filename": "CentOS-Stream-GenericCloud-x86_64-10-20250331.0.x86_64.qcow2",
31
+ "version": "Stream-10 (20250331.0)",
32
+ "md5sum": "776033371ca346001dd6390f0cbaf0d0",
33
+ "filesize": 952041472,
34
+ "download_url": "https://cloud.centos.org/centos/10-stream/x86_64/images",
35
+ "direct_download_url": "https://cloud.centos.org/centos/10-stream/x86_64/images/CentOS-Stream-GenericCloud-x86_64-10-20250331.0.x86_64.qcow2"
36
36
  },
37
37
  {
38
- "filename": "CentOS-Stream-GenericCloud-8-20230710.0.x86_64.qcow2",
39
- "version": "Stream-8 (20230710.0)",
40
- "md5sum": "83e02ce98c29753c86fb7be7d802aa75",
41
- "filesize": 1676164096,
42
- "download_url": "https://cloud.centos.org/centos/8-stream/x86_64/images",
43
- "direct_download_url": "https://cloud.centos.org/centos/8-stream/x86_64/images/CentOS-Stream-GenericCloud-8-20230710.0.x86_64.qcow2"
44
- },
45
- {
46
- "filename": "CentOS-8-GenericCloud-8.4.2105-20210603.0.x86_64.qcow2",
47
- "version": "8.4 (2105)",
48
- "md5sum": "032eed270415526546eac07628905a62",
49
- "filesize": 1309652992,
50
- "download_url": "https://cloud.centos.org/centos/8/x86_64/images",
51
- "direct_download_url": "https://cloud.centos.org/centos/8/x86_64/images/CentOS-8-GenericCloud-8.4.2105-20210603.0.x86_64.qcow2"
52
- },
53
- {
54
- "filename": "CentOS-7-x86_64-GenericCloud-2111.qcow2",
55
- "version": "7 (2111)",
56
- "md5sum": "730b8662695831670721c8245be61dac",
57
- "filesize": 897384448,
58
- "download_url": "https://cloud.centos.org/centos/7/images",
59
- "direct_download_url": "https://cloud.centos.org/centos/7/images/CentOS-7-x86_64-GenericCloud-2111.qcow2"
38
+ "filename": "CentOS-Stream-GenericCloud-9-20250331.0.x86_64.qcow2",
39
+ "version": "Stream-9 (20250331.0)",
40
+ "md5sum": "4aaeddc6ca497065522c75a7471f9bfd",
41
+ "filesize": 1250625536,
42
+ "download_url": "https://cloud.centos.org/centos/9-stream/x86_64/images",
43
+ "direct_download_url": "https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-20250331.0.x86_64.qcow2"
60
44
  },
61
45
  {
62
- "filename": "CentOS-7-x86_64-GenericCloud-1809.qcow2",
63
- "version": "7 (1809)",
64
- "md5sum": "da79108d1324b27bd1759362b82fbe40",
65
- "filesize": 914948096,
66
- "download_url": "https://cloud.centos.org/centos/7/images",
67
- "direct_download_url": "https://cloud.centos.org/centos/7/images/CentOS-7-x86_64-GenericCloud-1809.qcow2"
46
+ "filename": "CentOS-Stream-GenericCloud-8-20240603.0.x86_64.qcow2",
47
+ "version": "Stream-8 (20240603.0)",
48
+ "md5sum": "77f3c9650785b8e977209796e09ee33e",
49
+ "filesize": 2003698688,
50
+ "download_url": "https://cloud.centos.org/centos/8-stream/x86_64/images",
51
+ "direct_download_url": "https://cloud.centos.org/centos/8-stream/x86_64/images/CentOS-Stream-GenericCloud-8-20240603.0.x86_64.qcow2"
68
52
  },
69
53
  {
70
54
  "filename": "centos-cloud-init-data.iso",
@@ -77,37 +61,23 @@
77
61
  ],
78
62
  "versions": [
79
63
  {
80
- "name": "Stream-9 (20230704.1)",
81
- "images": {
82
- "hda_disk_image": "CentOS-Stream-GenericCloud-9-20230704.1.x86_64.qcow2",
83
- "cdrom_image": "centos-cloud-init-data.iso"
84
- }
85
- },
86
- {
87
- "name": "Stream-8 (20230710.0)",
88
- "images": {
89
- "hda_disk_image": "CentOS-Stream-GenericCloud-8-20230710.0.x86_64.qcow2",
90
- "cdrom_image": "centos-cloud-init-data.iso"
91
- }
92
- },
93
- {
94
- "name": "8.4 (2105)",
64
+ "name": "Stream-10 (20250331.0)",
95
65
  "images": {
96
- "hda_disk_image": "CentOS-8-GenericCloud-8.4.2105-20210603.0.x86_64.qcow2",
66
+ "hda_disk_image": "CentOS-Stream-GenericCloud-x86_64-10-20250331.0.x86_64.qcow2",
97
67
  "cdrom_image": "centos-cloud-init-data.iso"
98
68
  }
99
69
  },
100
70
  {
101
- "name": "7 (2111)",
71
+ "name": "Stream-9 (20250331.0)",
102
72
  "images": {
103
- "hda_disk_image": "CentOS-7-x86_64-GenericCloud-2111.qcow2",
73
+ "hda_disk_image": "CentOS-Stream-GenericCloud-9-20250331.0.x86_64.qcow2",
104
74
  "cdrom_image": "centos-cloud-init-data.iso"
105
75
  }
106
76
  },
107
77
  {
108
- "name": "7 (1809)",
78
+ "name": "Stream-8 (20240603.0)",
109
79
  "images": {
110
- "hda_disk_image": "CentOS-7-x86_64-GenericCloud-1809.qcow2",
80
+ "hda_disk_image": "CentOS-Stream-GenericCloud-8-20240603.0.x86_64.qcow2",
111
81
  "cdrom_image": "centos-cloud-init-data.iso"
112
82
  }
113
83
  }
@@ -30,6 +30,13 @@
30
30
  "images": [
31
31
 
32
32
  {
33
+ "filename": "EXOS-VM_32.7.2.19.qcow2",
34
+ "version": "32.7.2.19",
35
+ "md5sum": "eba580a2e18d2a9cc972c9ece8917ea8",
36
+ "filesize": 236847104,
37
+ "direct_download_url": "https://akamai-ep.extremenetworks.com/Extreme_P/github-en/Virtual_EXOS/EXOS-VM_32.7.2.19.qcow2"
38
+ },
39
+ {
33
40
  "filename": "EXOS-VM_v32.6.3.126.qcow2",
34
41
  "version": "32.6.3.126",
35
42
  "md5sum": "5856b6c427bd605fe1c7adb6ee6b2659",
@@ -41,6 +48,12 @@
41
48
 
42
49
  "versions": [
43
50
 
51
+ {
52
+ "name": "32.7.2.19",
53
+ "images": {
54
+ "hda_disk_image": "EXOS-VM_32.7.2.19.qcow2"
55
+ }
56
+ },
44
57
  {
45
58
  "name": "32.6.3.126",
46
59
  "images": {
@@ -26,6 +26,22 @@
26
26
  "options": "-nographic"
27
27
  },
28
28
  "images": [
29
+ {
30
+ "filename": "Fedora-Cloud-Base-Generic-41-1.4.x86_64.qcow2",
31
+ "version": "41-1.4",
32
+ "md5sum": "8efc9edc04f38775de72ce067166b2a1",
33
+ "filesize": 491716608,
34
+ "download_url": "https://download.fedoraproject.org/pub/fedora/linux/releases/41/Cloud/x86_64/images",
35
+ "direct_download_url": "https://fedora.mirrorservice.org/fedora/linux/releases/41/Cloud/x86_64/images/Fedora-Cloud-Base-Generic-41-1.4.x86_64.qcow2"
36
+ },
37
+ {
38
+ "filename": "Fedora-Cloud-Base-Generic.x86_64-40-1.14.qcow2",
39
+ "version": "40-1.14",
40
+ "md5sum": "3eed4b1a9de35208ed30d9bb72c1522d",
41
+ "filesize": 397475840,
42
+ "download_url": "https://download.fedoraproject.org/pub/fedora/linux/releases/40/Cloud/x86_64/images",
43
+ "direct_download_url": "https://fedora.mirrorservice.org/fedora/linux/releases/40/Cloud/x86_64/images/Fedora-Cloud-Base-Generic.x86_64-40-1.14.qcow2"
44
+ },
29
45
  {
30
46
  "filename": "Fedora-Cloud-Base-39-1.5.x86_64.qcow2",
31
47
  "version": "39-1.5",
@@ -52,6 +68,20 @@
52
68
  }
53
69
  ],
54
70
  "versions": [
71
+ {
72
+ "name": "41-1.4",
73
+ "images": {
74
+ "hda_disk_image": "Fedora-Cloud-Base-Generic-41-1.4.x86_64.qcow2",
75
+ "cdrom_image": "fedora-cloud-init-data.iso"
76
+ }
77
+ },
78
+ {
79
+ "name": "40-1.14",
80
+ "images": {
81
+ "hda_disk_image": "Fedora-Cloud-Base-Generic.x86_64-40-1.14.qcow2",
82
+ "cdrom_image": "fedora-cloud-init-data.iso"
83
+ }
84
+ },
55
85
  {
56
86
  "name": "39-1.5",
57
87
  "images": {
@@ -37,26 +37,69 @@
37
37
  "download_url": "https://sourceforge.net/projects/gns-3/files/Qemu%20Appliances/",
38
38
  "direct_download_url": "https://sourceforge.net/projects/gns-3/files/Qemu%20Appliances/OVMF-edk2-stable202305.fd.zip/download",
39
39
  "compression": "zip"
40
- },
41
- {
40
+ },
41
+ {
42
42
  "filename": "infix-x86_64-disk-24.11.1.img",
43
43
  "filesize": 536870912,
44
44
  "md5sum": "673a123fe122d1c2f5724baf9965a19d",
45
45
  "version": "24.11.1",
46
46
  "download_url": "https://github.com/kernelkit/infix/releases/download/v24.11.1/infix-x86_64-24.11.1.tar.gz",
47
47
  "compression": "gzip"
48
- },
49
- {
48
+ },
49
+ {
50
50
  "filename": "infix-x86_64-disk-25.01.0.img",
51
51
  "filesize": 536870912,
52
52
  "md5sum": "a814d93b385116b4a35712c445b5f830",
53
53
  "version": "25.01.0",
54
54
  "download_url": "https://github.com/kernelkit/infix/releases/download/v25.01.0/infix-x86_64-25.01.0.tar.gz",
55
55
  "compression": "gzip"
56
+ },
57
+ {
58
+ "filename": "infix-x86_64-disk-25.02.0.img",
59
+ "filesize": 536870912,
60
+ "md5sum": "8e29474c97df3486eb063a8af5043f50",
61
+ "version": "25.02.0",
62
+ "download_url": "https://github.com/kernelkit/infix/releases/download/v25.02.0/infix-x86_64-25.02.0.tar.gz",
63
+ "compression": "gzip"
64
+ },
65
+ {
66
+ "filename": "infix-x86_64-disk-25.03.0.img",
67
+ "filesize": 536870912,
68
+ "md5sum": "5e1ed1081cd1673bfed4a9b5b1c58e08",
69
+ "version": "25.03.0",
70
+ "download_url": "https://github.com/kernelkit/infix/releases/download/v25.03.0/infix-x86_64-25.03.0.tar.gz",
71
+ "compression": "gzip"
72
+ },
73
+ {
74
+ "filename": "infix-x86_64-disk-25.04.0.qcow2",
75
+ "filesize": 259723776,
76
+ "md5sum": "84bd999513325d0007d0e6587abc6140",
77
+ "version": "25.04.0",
78
+ "direct_download_url": "https://github.com/kernelkit/infix/releases/download/v25.04.0/infix-x86_64-disk-25.04.0.qcow2"
56
79
  }
57
-
58
80
  ],
59
81
  "versions": [
82
+ {
83
+ "name": "25.04.0",
84
+ "images": {
85
+ "bios_image": "OVMF-edk2-stable202305.fd",
86
+ "hda_disk_image": "infix-x86_64-disk-25.04.0.qcow2"
87
+ }
88
+ },
89
+ {
90
+ "name": "25.03.0",
91
+ "images": {
92
+ "bios_image": "OVMF-edk2-stable202305.fd",
93
+ "hda_disk_image": "infix-x86_64-disk-25.03.0.img"
94
+ }
95
+ },
96
+ {
97
+ "name": "25.02.0",
98
+ "images": {
99
+ "bios_image": "OVMF-edk2-stable202305.fd",
100
+ "hda_disk_image": "infix-x86_64-disk-25.02.0.img"
101
+ }
102
+ },
60
103
  {
61
104
  "name": "25.01.0",
62
105
  "images": {
@@ -0,0 +1,75 @@
1
+ {
2
+ "appliance_id": "12394e0d-9ac5-4da5-8e91-94a462536b61",
3
+ "name": "vJunos-router",
4
+ "category": "router",
5
+ "description": "vJunos-router",
6
+ "vendor_name": "Juniper",
7
+ "vendor_url": "https://www.juniper.net",
8
+ "documentation_url": "https://www.juniper.net/documentation/product/us/en/vjunos-router/",
9
+ "product_name": "vJunos Router",
10
+ "registry_version": 6,
11
+ "status": "stable",
12
+ "availability": "free",
13
+ "maintainer": "AAm-kun",
14
+ "maintainer_email": "github@sugarpapa.mozmail.com",
15
+ "usage": "GNS3 SHOULD be a baremetal installation. Using the GNS3 VM MIGHT result in unwanted issues. Default user is root. No password is needed.",
16
+ "symbol": "juniper-vmx.svg",
17
+ "first_port_name": "ge-0/0/0",
18
+ "port_name_format": "ge-0/0/{port0}",
19
+ "qemu": {
20
+ "adapter_type": "virtio-net-pci",
21
+ "adapters": 17,
22
+ "ram": 5120,
23
+ "cpus": 4,
24
+ "hda_disk_interface": "virtio",
25
+ "arch": "x86_64",
26
+ "console_type": "telnet",
27
+ "kvm": "require",
28
+ "options": "-serial mon:stdio -nographic -smbios type=1,product=VM-VMX,family=lab -cpu host",
29
+ "on_close": "power_off"
30
+ },
31
+ "images": [
32
+ {
33
+ "filename": "vJunos-router-24.2R1-S2.qcow2",
34
+ "version": "24.2R1-S2",
35
+ "md5sum": "dd906b4d19463e22f3e1a297ff1a7464",
36
+ "filesize": 3675783168,
37
+ "download_url": "https://support.juniper.net/support/downloads/?p=vjunos-router"
38
+ },
39
+ {
40
+ "filename": "vJunos-router-23.4R2-S2.1.qcow2",
41
+ "version": "23.4R2-S2.1",
42
+ "md5sum": "e25f5acdfc6c076d0023fd8289bcdd89",
43
+ "filesize": 3644063744,
44
+ "download_url": "https://support.juniper.net/support/downloads/?p=vjunos-router"
45
+ },
46
+ {
47
+ "filename": "vJunos-router-23.2R1.15.qcow2",
48
+ "version": "23.2R1.15",
49
+ "md5sum": "18670fb67633822697fdd3cf982e7eb1",
50
+ "filesize": 3653566464,
51
+ "download_url": "https://support.juniper.net/support/downloads/?p=vjunos-router"
52
+ }
53
+
54
+ ],
55
+ "versions": [
56
+ {
57
+ "images": {
58
+ "hda_disk_image": "vJunos-router-24.2R1-S2.qcow2"
59
+ },
60
+ "name": "24.2R1-S2"
61
+ },
62
+ {
63
+ "images": {
64
+ "hda_disk_image": "vJunos-router-23.4R2-S2.1.qcow2"
65
+ },
66
+ "name": "23.4R2-S2.1"
67
+ },
68
+ {
69
+ "images": {
70
+ "hda_disk_image": "vJunos-router-23.2R1.15.qcow2"
71
+ },
72
+ "name": "23.2R1.15"
73
+ }
74
+ ]
75
+ }
@@ -0,0 +1,44 @@
1
+ {
2
+ "appliance_id": "bb9ff73a-701e-40e8-b68a-6a6efeb04e99",
3
+ "name": "NethSecurity",
4
+ "category": "firewall",
5
+ "description": "NethSecurity is an Unified Threat Management (UTM) solution that provides a comprehensive suite of security features, including firewall, content filtering, deep packet inspection (DPI) using Netifyd, Dedalo hotspot, OpenVPN, and an optional remote controller. It is designed to be easy to install and configure, making it a good choice for both small and medium-sized businesses (SMBs) as well as enterprise organizations.",
6
+ "vendor_name": "Nethesis",
7
+ "vendor_url": "https://www.nethesis.it/",
8
+ "documentation_url": "https://docs.nethsecurity.org/en/latest/",
9
+ "product_name": "NethSecurity",
10
+ "product_url": "https://nethsecurity.org/",
11
+ "registry_version": 4,
12
+ "status": "stable",
13
+ "maintainer": "GNS3 Team",
14
+ "maintainer_email": "developers@gns3.net",
15
+ "usage": "Ethernet0 is the LAN link, Ethernet1 the WAN link. The default username is root and the password is Nethesis,1234",
16
+ "qemu": {
17
+ "adapter_type": "virtio-net-pci",
18
+ "adapters": 2,
19
+ "ram": 1024,
20
+ "hda_disk_interface": "scsi",
21
+ "arch": "x86_64",
22
+ "console_type": "telnet",
23
+ "kvm": "allow"
24
+ },
25
+ "images": [
26
+ {
27
+ "filename": "nethsecurity-8-24.10.0-ns.1.5.1-x86-64-generic-squashfs-combined-efi.img",
28
+ "version": "8-24.10.0-ns.1.5.1",
29
+ "md5sum": "be670218effca1b86dac6b8d95012791",
30
+ "filesize": 331644416,
31
+ "download_url": "https://nethsecurity.org/download",
32
+ "direct_download_url": "https://updates.nethsecurity.nethserver.org/stable/8-24.10.0-ns.1.5.1/targets/x86/64/nethsecurity-8-24.10.0-ns.1.5.1-x86-64-generic-squashfs-combined-efi.img.gz",
33
+ "compression": "gzip"
34
+ }
35
+ ],
36
+ "versions": [
37
+ {
38
+ "name": "8-24.10.0-ns.1.5.1",
39
+ "images": {
40
+ "hda_disk_image": "nethsecurity-8-24.10.0-ns.1.5.1-x86-64-generic-squashfs-combined-efi.img"
41
+ }
42
+ }
43
+ ]
44
+ }
@@ -26,6 +26,14 @@
26
26
  "options": "-cpu host -nographic"
27
27
  },
28
28
  "images": [
29
+ {
30
+ "filename": "OL9U5_x86_64-kvm-b259.qcow2",
31
+ "version": "9.5",
32
+ "md5sum": "05e9b62c408ab49a02d6833fc683d1ad",
33
+ "filesize": 652935168,
34
+ "download_url": "https://yum.oracle.com/oracle-linux-templates.html",
35
+ "direct_download_url": "https://yum.oracle.com/templates/OracleLinux/OL9/u5/x86_64/OL9U5_x86_64-kvm-b259.qcow2"
36
+ },
29
37
  {
30
38
  "filename": "OL9U2_x86_64-kvm-b197.qcow",
31
39
  "version": "9.2",
@@ -42,6 +50,14 @@
42
50
  "download_url": "https://yum.oracle.com/oracle-linux-templates.html",
43
51
  "direct_download_url": "https://yum.oracle.com/templates/OracleLinux/OL9/u1/x86_64/OL9U1_x86_64-kvm-b158.qcow"
44
52
  },
53
+ {
54
+ "filename": "OL8U10_x86_64-kvm-b258.qcow2",
55
+ "version": "8.10",
56
+ "md5sum": "bb07581af5122515b6822595ded5deef",
57
+ "filesize": 1251672064,
58
+ "download_url": "https://yum.oracle.com/oracle-linux-templates.html",
59
+ "direct_download_url": "https://yum.oracle.com/templates/OracleLinux/OL8/u10/x86_64/OL8U10_x86_64-kvm-b258.qcow2"
60
+ },
45
61
  {
46
62
  "filename": "OL8U8_x86_64-kvm-b198.qcow",
47
63
  "version": "8.8",
@@ -76,7 +92,14 @@
76
92
  }
77
93
  ],
78
94
  "versions": [
79
- {
95
+ {
96
+ "name": "9.5",
97
+ "images": {
98
+ "hda_disk_image": "OL9U5_x86_64-kvm-b259.qcow2",
99
+ "cdrom_image": "oracle-cloud-init-data.iso"
100
+ }
101
+ },
102
+ {
80
103
  "name": "9.2",
81
104
  "images": {
82
105
  "hda_disk_image": "OL9U2_x86_64-kvm-b197.qcow",
@@ -90,6 +113,13 @@
90
113
  "cdrom_image": "oracle-cloud-init-data.iso"
91
114
  }
92
115
  },
116
+ {
117
+ "name": "8.10",
118
+ "images": {
119
+ "hda_disk_image": "OL8U10_x86_64-kvm-b258.qcow2",
120
+ "cdrom_image": "oracle-cloud-init-data.iso"
121
+ }
122
+ },
93
123
  {
94
124
  "name": "8.8",
95
125
  "images": {