gns3-server 3.0.0a6__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.0a6.dist-info → gns3_server-3.0.0b2.dist-info}/METADATA +17 -18
- {gns3_server-3.0.0a6.dist-info → gns3_server-3.0.0b2.dist-info}/RECORD +68 -67
- {gns3_server-3.0.0a6.dist-info → gns3_server-3.0.0b2.dist-info}/WHEEL +1 -1
- gns3server/api/routes/compute/notifications.py +1 -5
- gns3server/api/routes/controller/acl.py +6 -2
- 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/dynamips/nodes/router.py +1 -1
- 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/import_project.py +5 -2
- 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.5699f8c67ccc8359.js +0 -1
- gns3server/static/web-ui/runtime.53e0b4d68251ad21.js +0 -1
- {gns3_server-3.0.0a6.dist-info → gns3_server-3.0.0b2.dist-info}/LICENSE +0 -0
- {gns3_server-3.0.0a6.dist-info → gns3_server-3.0.0b2.dist-info}/entry_points.txt +0 -0
- {gns3_server-3.0.0a6.dist-info → gns3_server-3.0.0b2.dist-info}/top_level.txt +0 -0
gns3server/appliances/exos.gns3a
CHANGED
|
@@ -26,163 +26,25 @@
|
|
|
26
26
|
"kvm": "allow",
|
|
27
27
|
"options": "-cpu core2duo"
|
|
28
28
|
},
|
|
29
|
+
|
|
29
30
|
"images": [
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
"
|
|
33
|
-
"
|
|
34
|
-
"
|
|
35
|
-
"
|
|
36
|
-
|
|
37
|
-
{
|
|
38
|
-
"filename": "EXOS-VM_v31.7.1.4.qcow2",
|
|
39
|
-
"version": "31.7.1.4",
|
|
40
|
-
"md5sum": "a70e4fa3bc361434237ad12937aaf0fb",
|
|
41
|
-
"filesize": 458227712,
|
|
42
|
-
"direct_download_url": "https://akamai-ep.extremenetworks.com/Extreme_P/github-en/Virtual_EXOS/EXOS-VM_v31.7.1.4.qcow2"
|
|
43
|
-
},
|
|
44
|
-
{
|
|
45
|
-
"filename": "EXOS-VM_v31.1.1.3.qcow2",
|
|
46
|
-
"version": "31.1.1.3",
|
|
47
|
-
"md5sum": "e4936ad94a5304bfeeca8dfc6f285cc0",
|
|
48
|
-
"filesize": 561512448,
|
|
49
|
-
"direct_download_url": "https://akamai-ep.extremenetworks.com/Extreme_P/github-en/Virtual_EXOS/EXOS-VM_v31.1.1.3.qcow2"
|
|
50
|
-
},
|
|
51
|
-
{
|
|
52
|
-
"filename": "EXOS-VM_v30.7.1.1.qcow2",
|
|
53
|
-
"version": "30.7.1.1",
|
|
54
|
-
"md5sum": "c6b67023945102f984b47aa67c67fe33",
|
|
55
|
-
"filesize": 485687296,
|
|
56
|
-
"direct_download_url": "https://akamai-ep.extremenetworks.com/Extreme_P/github-en/Virtual_EXOS/EXOS-VM_v30.7.1.1.qcow2"
|
|
57
|
-
},
|
|
58
|
-
{
|
|
59
|
-
"filename": "EXOS-VM_v30.6.1.11.qcow2",
|
|
60
|
-
"version": "30.6.1.11",
|
|
61
|
-
"md5sum": "bf3e13570417d7e3464165b344c196eb",
|
|
62
|
-
"filesize": 475332608,
|
|
63
|
-
"direct_download_url": "https://akamai-ep.extremenetworks.com/Extreme_P/github-en/Virtual_EXOS/EXOS-VM_v30.6.1.11.qcow2"
|
|
64
|
-
},
|
|
65
|
-
{
|
|
66
|
-
"filename": "EXOS-VM_v30.5.1.15.qcow2",
|
|
67
|
-
"version": "30.5.1.15",
|
|
68
|
-
"md5sum": "380d0c7bb8f0aa272ceb84b85f367a63",
|
|
69
|
-
"filesize": 498663424,
|
|
70
|
-
"direct_download_url": "https://akamai-ep.extremenetworks.com/Extreme_P/github-en/Virtual_EXOS/EXOS-VM_v30.5.1.15.qcow2"
|
|
71
|
-
},
|
|
72
|
-
{
|
|
73
|
-
"filename": "EXOS-VM_v30.4.1.2.qcow2",
|
|
74
|
-
"version": "30.4.1.2",
|
|
75
|
-
"md5sum": "133fa38bf80daec9e389729c96e692c0",
|
|
76
|
-
"filesize": 454557696,
|
|
77
|
-
"direct_download_url": "https://akamai-ep.extremenetworks.com/Extreme_P/github-en/Virtual_EXOS/EXOS-VM_v30.4.1.2.qcow2"
|
|
78
|
-
},
|
|
79
|
-
{
|
|
80
|
-
"filename": "EXOS-VM_v30.3.1.6.qcow2",
|
|
81
|
-
"version": "30.3.1.6",
|
|
82
|
-
"md5sum": "edb86b406efe99434c6d5366d9bfa97f",
|
|
83
|
-
"filesize": 448266240,
|
|
84
|
-
"direct_download_url": "https://akamai-ep.extremenetworks.com/Extreme_P/github-en/Virtual_EXOS/EXOS-VM_v30.3.1.6.qcow2"
|
|
85
|
-
},
|
|
86
|
-
{
|
|
87
|
-
"filename": "EXOS-VM_v30.2.1.8.qcow2",
|
|
88
|
-
"version": "30.2.1.8",
|
|
89
|
-
"md5sum": "4bdbf3ddff7a030e19c6bb71270b56d2",
|
|
90
|
-
"filesize": 355205120,
|
|
91
|
-
"direct_download_url": "https://akamai-ep.extremenetworks.com/Extreme_P/github-en/Virtual_EXOS/EXOS-VM_v30.2.1.8.qcow2"
|
|
92
|
-
},
|
|
93
|
-
{
|
|
94
|
-
"filename": "EXOS-VM_v30.1.1.4.qcow2",
|
|
95
|
-
"version": "30.1.1.4",
|
|
96
|
-
"md5sum": "92d3f9b13d750f7bfa804823fa545772",
|
|
97
|
-
"filesize": 383385600,
|
|
98
|
-
"direct_download_url": "https://akamai-ep.extremenetworks.com/Extreme_P/github-en/Virtual_EXOS/EXOS-VM_v30.1.1.4.qcow2"
|
|
99
|
-
},
|
|
100
|
-
{
|
|
101
|
-
"filename": "EXOS-VM_v22.7.1.2.qcow2",
|
|
102
|
-
"version": "22.7.1.2",
|
|
103
|
-
"md5sum": "a13e839b3fa05e8a5b0fb31f7e3dda86",
|
|
104
|
-
"filesize": 180420608,
|
|
105
|
-
"direct_download_url": "https://akamai-ep.extremenetworks.com/Extreme_P/github-en/Virtual_EXOS/EXOS-VM_v22.7.1.2.qcow2"
|
|
106
|
-
},
|
|
107
|
-
{
|
|
108
|
-
"filename": "EXOS-VM_v21.1.1.4-disk1.qcow2",
|
|
109
|
-
"version": "21.1.1.4",
|
|
110
|
-
"md5sum": "654606809b6fd3bca400377483eb4a79",
|
|
111
|
-
"filesize": 117560832,
|
|
112
|
-
"direct_download_url": "https://akamai-ep.extremenetworks.com/Extreme_P/github-en/Virtual_EXOS/EXOS-VM_v21.1.1.4-disk1.qcow2"
|
|
31
|
+
|
|
32
|
+
{
|
|
33
|
+
"filename": "EXOS-VM_v32.6.3.126.qcow2",
|
|
34
|
+
"version": "32.6.3.126",
|
|
35
|
+
"md5sum": "5856b6c427bd605fe1c7adb6ee6b2659",
|
|
36
|
+
"filesize": 236716032,
|
|
37
|
+
"direct_download_url": "https://akamai-ep.extremenetworks.com/Extreme_P/github-en/Virtual_EXOS/EXOS-VM_v32.6.3.126.qcow2"
|
|
113
38
|
}
|
|
39
|
+
|
|
114
40
|
],
|
|
41
|
+
|
|
115
42
|
"versions": [
|
|
43
|
+
|
|
116
44
|
{
|
|
117
|
-
"name": "32.
|
|
118
|
-
"images": {
|
|
119
|
-
"hda_disk_image": "EXOS-VM_v32.1.1.6.qcow2"
|
|
120
|
-
}
|
|
121
|
-
},
|
|
122
|
-
{
|
|
123
|
-
"name": "31.7.1.4",
|
|
124
|
-
"images": {
|
|
125
|
-
"hda_disk_image": "EXOS-VM_v31.7.1.4.qcow2"
|
|
126
|
-
}
|
|
127
|
-
},
|
|
128
|
-
{
|
|
129
|
-
"name": "31.1.1.3",
|
|
130
|
-
"images": {
|
|
131
|
-
"hda_disk_image": "EXOS-VM_v31.1.1.3.qcow2"
|
|
132
|
-
}
|
|
133
|
-
},
|
|
134
|
-
{
|
|
135
|
-
"name": "30.7.1.1",
|
|
136
|
-
"images": {
|
|
137
|
-
"hda_disk_image": "EXOS-VM_v30.7.1.1.qcow2"
|
|
138
|
-
}
|
|
139
|
-
},
|
|
140
|
-
{
|
|
141
|
-
"name": "30.6.1.11",
|
|
142
|
-
"images": {
|
|
143
|
-
"hda_disk_image": "EXOS-VM_v30.6.1.11.qcow2"
|
|
144
|
-
}
|
|
145
|
-
},
|
|
146
|
-
{
|
|
147
|
-
"name": "30.5.1.15",
|
|
148
|
-
"images": {
|
|
149
|
-
"hda_disk_image": "EXOS-VM_v30.5.1.15.qcow2"
|
|
150
|
-
}
|
|
151
|
-
},
|
|
152
|
-
{
|
|
153
|
-
"name": "30.4.1.2",
|
|
154
|
-
"images": {
|
|
155
|
-
"hda_disk_image": "EXOS-VM_v30.4.1.2.qcow2"
|
|
156
|
-
}
|
|
157
|
-
},
|
|
158
|
-
{
|
|
159
|
-
"name": "30.3.1.6",
|
|
160
|
-
"images": {
|
|
161
|
-
"hda_disk_image": "EXOS-VM_v30.3.1.6.qcow2"
|
|
162
|
-
}
|
|
163
|
-
},
|
|
164
|
-
{
|
|
165
|
-
"name": "30.2.1.8",
|
|
166
|
-
"images": {
|
|
167
|
-
"hda_disk_image": "EXOS-VM_v30.2.1.8.qcow2"
|
|
168
|
-
}
|
|
169
|
-
},
|
|
170
|
-
{
|
|
171
|
-
"name": "30.1.1.4",
|
|
172
|
-
"images": {
|
|
173
|
-
"hda_disk_image": "EXOS-VM_v30.1.1.4.qcow2"
|
|
174
|
-
}
|
|
175
|
-
},
|
|
176
|
-
{
|
|
177
|
-
"name": "22.7.1.2",
|
|
178
|
-
"images": {
|
|
179
|
-
"hda_disk_image": "EXOS-VM_v22.7.1.2.qcow2"
|
|
180
|
-
}
|
|
181
|
-
},
|
|
182
|
-
{
|
|
183
|
-
"name": "21.1.1.4",
|
|
45
|
+
"name": "32.6.3.126",
|
|
184
46
|
"images": {
|
|
185
|
-
"hda_disk_image": "EXOS-
|
|
47
|
+
"hda_disk_image": "EXOS-VM_v32.6.3.126.qcow2"
|
|
186
48
|
}
|
|
187
49
|
}
|
|
188
50
|
]
|
|
@@ -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",
|