gns3-server 3.0.0rc1__py3-none-any.whl → 3.0.1__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.0rc1.dist-info → gns3_server-3.0.1.dist-info}/METADATA +20 -19
- {gns3_server-3.0.0rc1.dist-info → gns3_server-3.0.1.dist-info}/RECORD +89 -79
- {gns3_server-3.0.0rc1.dist-info → gns3_server-3.0.1.dist-info}/WHEEL +1 -1
- gns3server/api/routes/compute/cloud_nodes.py +1 -1
- gns3server/api/routes/compute/docker_nodes.py +3 -0
- gns3server/api/routes/compute/nat_nodes.py +1 -1
- gns3server/api/routes/compute/vmware_nodes.py +1 -1
- gns3server/api/routes/compute/vpcs_nodes.py +10 -4
- gns3server/api/routes/controller/projects.py +29 -3
- gns3server/api/routes/controller/users.py +2 -2
- gns3server/api/routes/index.py +3 -3
- gns3server/api/server.py +38 -3
- gns3server/appliances/almalinux.gns3a +6 -6
- gns3server/appliances/arista-veos.gns3a +20 -514
- gns3server/appliances/cisco-7200.gns3a +26 -0
- gns3server/appliances/cisco-asav.gns3a +14 -1
- gns3server/appliances/cisco-csr1000v.gns3a +28 -2
- gns3server/appliances/cisco-iou-l2.gns3a +16 -4
- gns3server/appliances/cisco-iou-l3.gns3a +16 -4
- gns3server/appliances/cisco-vWLC.gns3a +29 -1
- gns3server/appliances/fortigate.gns3a +3 -3
- gns3server/appliances/hbcd-pe.gns3a +62 -0
- gns3server/appliances/innovaphone-app.gns3a +50 -0
- gns3server/appliances/innovaphone-ipva.gns3a +78 -0
- gns3server/appliances/mikrotik-chr.gns3a +30 -99
- gns3server/appliances/nixos.gns3a +52 -0
- gns3server/appliances/opnsense.gns3a +13 -0
- gns3server/appliances/pfsense.gns3a +14 -0
- gns3server/appliances/reactos.gns3a +10 -10
- gns3server/appliances/truenas.gns3a +104 -0
- gns3server/appliances/ubuntu-cloud.gns3a +35 -20
- gns3server/appliances/ubuntu-gui.gns3a +13 -0
- gns3server/appliances/viptela-edge-genericx86-64.gns3a +28 -2
- gns3server/appliances/viptela-smart-genericx86-64.gns3a +27 -1
- gns3server/appliances/viptela-vmanage-genericx86-64.gns3a +32 -4
- gns3server/appliances/vyos.gns3a +95 -98
- gns3server/compute/base_node.py +1 -0
- gns3server/compute/docker/docker_vm.py +56 -2
- gns3server/compute/docker/resources/init.sh +5 -2
- gns3server/compute/dynamips/__init__.py +0 -4
- gns3server/compute/dynamips/nodes/router.py +20 -0
- gns3server/compute/iou/iou_vm.py +22 -12
- gns3server/compute/notification_manager.py +2 -2
- gns3server/compute/qemu/qemu_vm.py +0 -5
- gns3server/controller/__init__.py +35 -25
- gns3server/controller/appliance_manager.py +2 -4
- gns3server/controller/compute.py +1 -1
- gns3server/controller/export_project.py +18 -14
- gns3server/controller/import_project.py +21 -0
- gns3server/controller/node.py +10 -8
- gns3server/controller/notification.py +4 -4
- gns3server/controller/project.py +88 -5
- gns3server/controller/symbols.py +1 -1
- gns3server/controller/topology.py +1 -1
- gns3server/crash_report.py +1 -1
- gns3server/db/models/templates.py +1 -0
- gns3server/db/repositories/pools.py +1 -1
- gns3server/db/tasks.py +1 -1
- gns3server/db_migrations/versions/9a5292aa4389_add_mac_address_field_in_docker_.py +27 -0
- gns3server/disks/empty100G.qcow2 +0 -0
- gns3server/disks/empty200G.qcow2 +0 -0
- gns3server/disks/empty30G.qcow2 +0 -0
- gns3server/disks/empty8G.qcow2 +0 -0
- gns3server/schemas/compute/docker_nodes.py +1 -0
- gns3server/schemas/compute/ethernet_switch_nodes.py +1 -1
- gns3server/schemas/config.py +1 -1
- gns3server/schemas/controller/templates/cloud_templates.py +2 -2
- gns3server/schemas/controller/templates/docker_templates.py +4 -3
- gns3server/schemas/controller/templates/dynamips_templates.py +5 -5
- gns3server/schemas/controller/templates/ethernet_hub_templates.py +1 -1
- gns3server/schemas/controller/templates/ethernet_switch_templates.py +2 -2
- gns3server/schemas/controller/templates/iou_templates.py +2 -2
- gns3server/schemas/controller/templates/qemu_templates.py +12 -12
- gns3server/schemas/controller/templates/virtualbox_templates.py +4 -5
- gns3server/schemas/controller/templates/vmware_templates.py +4 -4
- gns3server/schemas/controller/templates/vpcs_templates.py +2 -2
- gns3server/static/favicon.ico +0 -0
- gns3server/static/redoc.standalone.js +1782 -0
- gns3server/static/swagger-ui-bundle.js +2 -0
- gns3server/static/swagger-ui.css +3 -0
- gns3server/static/web-ui/index.html +1 -1
- gns3server/static/web-ui/{main.4185a8e61824af0d.js → main.e55eeff5c0ba1cf4.js} +1 -1
- gns3server/utils/__init__.py +12 -0
- gns3server/utils/asyncio/aiozipstream.py +15 -11
- gns3server/utils/images.py +45 -35
- gns3server/version.py +2 -2
- {gns3_server-3.0.0rc1.dist-info → gns3_server-3.0.1.dist-info}/LICENSE +0 -0
- {gns3_server-3.0.0rc1.dist-info → gns3_server-3.0.1.dist-info}/entry_points.txt +0 -0
- {gns3_server-3.0.0rc1.dist-info → gns3_server-3.0.1.dist-info}/top_level.txt +0 -0
|
@@ -24,12 +24,26 @@
|
|
|
24
24
|
"kvm": "require"
|
|
25
25
|
},
|
|
26
26
|
"images": [
|
|
27
|
+
{
|
|
28
|
+
"filename": "csr1000v-universalk9.17.03.08a-serial.qcow2",
|
|
29
|
+
"version": "17.03.08a",
|
|
30
|
+
"md5sum": "6abece87d6db99d9fd6917203e253f91",
|
|
31
|
+
"filesize": 1421410304,
|
|
32
|
+
"download_url": "https://software.cisco.com/download/home/286323714/type/282046477/release/Amsterdam-17.3.8a"
|
|
33
|
+
},
|
|
27
34
|
{
|
|
28
35
|
"filename": "csr1000v-universalk9.17.03.06-serial.qcow2",
|
|
29
36
|
"version": "17.03.06",
|
|
30
37
|
"md5sum": "086ab9bef6e66de847af0da3910c60e8",
|
|
31
38
|
"filesize": 1422000128,
|
|
32
|
-
"download_url": "https://software.cisco.com/download/home/
|
|
39
|
+
"download_url": "https://software.cisco.com/download/home/286323714/type/282046477/release/Amsterdam-17.3.6"
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"filename": "csr1000v-ucmk9.16.12.5-serial.qcow2",
|
|
43
|
+
"version": "16.12.05",
|
|
44
|
+
"md5sum": "5c0cc217f0f0648407b34b11a1dd5b8e",
|
|
45
|
+
"filesize": 844103680,
|
|
46
|
+
"download_url": "https://software.cisco.com/download/home/286323714/type/286321980/release/16.12.5"
|
|
33
47
|
},
|
|
34
48
|
{
|
|
35
49
|
"filename": "csr1000v-universalk9.16.12.03-serial.qcow2",
|
|
@@ -166,13 +180,25 @@
|
|
|
166
180
|
}
|
|
167
181
|
],
|
|
168
182
|
"versions": [
|
|
183
|
+
{
|
|
184
|
+
"name": "17.03.08a",
|
|
185
|
+
"images": {
|
|
186
|
+
"hda_disk_image": "csr1000v-universalk9.17.03.08a-serial.qcow2"
|
|
187
|
+
}
|
|
188
|
+
},
|
|
169
189
|
{
|
|
170
190
|
"name": "17.03.06",
|
|
171
191
|
"images": {
|
|
172
192
|
"hda_disk_image": "csr1000v-universalk9.17.03.06-serial.qcow2"
|
|
173
193
|
}
|
|
174
194
|
},
|
|
175
|
-
|
|
195
|
+
{
|
|
196
|
+
"name": "16.12.05",
|
|
197
|
+
"images": {
|
|
198
|
+
"hda_disk_image": "csr1000v-ucmk9.16.12.5-serial.qcow2"
|
|
199
|
+
}
|
|
200
|
+
},
|
|
201
|
+
{
|
|
176
202
|
"name": "16.12.3",
|
|
177
203
|
"images": {
|
|
178
204
|
"hda_disk_image": "csr1000v-universalk9.16.12.03-serial.qcow2"
|
|
@@ -13,13 +13,19 @@
|
|
|
13
13
|
"iou": {
|
|
14
14
|
"ethernet_adapters": 4,
|
|
15
15
|
"serial_adapters": 0,
|
|
16
|
-
"nvram":
|
|
17
|
-
"ram":
|
|
16
|
+
"nvram": 512,
|
|
17
|
+
"ram": 512,
|
|
18
18
|
"startup_config": "iou_l2_base_startup-config.txt"
|
|
19
19
|
},
|
|
20
20
|
"images": [
|
|
21
21
|
{
|
|
22
|
-
"filename": "x86_64_crb_linux_l2-adventerprisek9-ms.
|
|
22
|
+
"filename": "x86_64_crb_linux_l2-adventerprisek9-ms.iol",
|
|
23
|
+
"version": "17.15.1",
|
|
24
|
+
"md5sum": "6c587cdfd5056078e70b3f6c26800d66",
|
|
25
|
+
"filesize": 243251976
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"filename": "x86_64_crb_linux_l2-adventerprisek9-ms",
|
|
23
29
|
"version": "17.12.1",
|
|
24
30
|
"md5sum": "2b5055e4cef8fd257416d74a94adb626",
|
|
25
31
|
"filesize": 240355720
|
|
@@ -44,10 +50,16 @@
|
|
|
44
50
|
}
|
|
45
51
|
],
|
|
46
52
|
"versions": [
|
|
53
|
+
{
|
|
54
|
+
"name": "17.15.1",
|
|
55
|
+
"images": {
|
|
56
|
+
"image": "x86_64_crb_linux_l2-adventerprisek9-ms.iol"
|
|
57
|
+
}
|
|
58
|
+
},
|
|
47
59
|
{
|
|
48
60
|
"name": "17.12.1",
|
|
49
61
|
"images": {
|
|
50
|
-
"image": "x86_64_crb_linux_l2-adventerprisek9-ms
|
|
62
|
+
"image": "x86_64_crb_linux_l2-adventerprisek9-ms"
|
|
51
63
|
}
|
|
52
64
|
},
|
|
53
65
|
{
|
|
@@ -13,13 +13,19 @@
|
|
|
13
13
|
"iou": {
|
|
14
14
|
"ethernet_adapters": 2,
|
|
15
15
|
"serial_adapters": 2,
|
|
16
|
-
"nvram":
|
|
17
|
-
"ram":
|
|
16
|
+
"nvram": 512,
|
|
17
|
+
"ram": 512,
|
|
18
18
|
"startup_config": "iou_l3_base_startup-config.txt"
|
|
19
19
|
},
|
|
20
20
|
"images": [
|
|
21
21
|
{
|
|
22
|
-
"filename": "x86_64_crb_linux-adventerprisek9-ms.
|
|
22
|
+
"filename": "x86_64_crb_linux-adventerprisek9-ms.iol",
|
|
23
|
+
"version": "17.15.1",
|
|
24
|
+
"md5sum": "5d584f6cfbeaadc87d55f613da1049ed",
|
|
25
|
+
"filesize": 292001512
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"filename": "x86_64_crb_linux-adventerprisek9-ms",
|
|
23
29
|
"version": "17.12.1",
|
|
24
30
|
"md5sum": "4a2fce8de21d1831fbceffd155e41ae7",
|
|
25
31
|
"filesize": 288947184
|
|
@@ -44,10 +50,16 @@
|
|
|
44
50
|
}
|
|
45
51
|
],
|
|
46
52
|
"versions": [
|
|
53
|
+
{
|
|
54
|
+
"name": "17.15.1",
|
|
55
|
+
"images": {
|
|
56
|
+
"image": "x86_64_crb_linux-adventerprisek9-ms.iol"
|
|
57
|
+
}
|
|
58
|
+
},
|
|
47
59
|
{
|
|
48
60
|
"name": "17.12.1",
|
|
49
61
|
"images": {
|
|
50
|
-
"image": "x86_64_crb_linux-adventerprisek9-ms
|
|
62
|
+
"image": "x86_64_crb_linux-adventerprisek9-ms"
|
|
51
63
|
}
|
|
52
64
|
},
|
|
53
65
|
{
|
|
@@ -28,7 +28,21 @@
|
|
|
28
28
|
"options": ""
|
|
29
29
|
},
|
|
30
30
|
"images": [
|
|
31
|
-
|
|
31
|
+
{
|
|
32
|
+
"filename": "MFG_CTVM_8_10_196_0.iso",
|
|
33
|
+
"version": "8.10.196.0",
|
|
34
|
+
"md5sum": "6093aca44dcf45c999f83e62dc9aeea2",
|
|
35
|
+
"filesize": 650809344,
|
|
36
|
+
"download_url": "https://software.cisco.com/download/release.html?mdfid=284464214&flowid=&softwareid=280926587&release=8.10.196.0"
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"filename": "MFG_CTVM_8_5_182_0.iso",
|
|
40
|
+
"version": "8.5.182.0",
|
|
41
|
+
"md5sum": "1cf3c57c2b123e739ab4662ea0abbc34",
|
|
42
|
+
"filesize": 388579328,
|
|
43
|
+
"download_url": "https://software.cisco.com/download/home/284464214/type/280926587/release/8.5.182.0"
|
|
44
|
+
},
|
|
45
|
+
{
|
|
32
46
|
"filename": "MFG_CTVM_8_3_102_0.iso",
|
|
33
47
|
"version": "8.3.102.0",
|
|
34
48
|
"md5sum": "7f6b7968b5bed04b5ecc119b6ba4e41c",
|
|
@@ -73,6 +87,20 @@
|
|
|
73
87
|
}
|
|
74
88
|
],
|
|
75
89
|
"versions": [
|
|
90
|
+
{
|
|
91
|
+
"name": "8.10.196.0",
|
|
92
|
+
"images": {
|
|
93
|
+
"hda_disk_image": "empty8G.qcow2",
|
|
94
|
+
"cdrom_image": "MFG_CTVM_8_10_196_0.iso"
|
|
95
|
+
}
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
"name": "8.5.182.0",
|
|
99
|
+
"images": {
|
|
100
|
+
"hda_disk_image": "empty8G.qcow2",
|
|
101
|
+
"cdrom_image": "MFG_CTVM_8_5_182_0.iso"
|
|
102
|
+
}
|
|
103
|
+
},
|
|
76
104
|
{
|
|
77
105
|
"name": "8.3.102.0",
|
|
78
106
|
"images": {
|
|
@@ -29,10 +29,10 @@
|
|
|
29
29
|
},
|
|
30
30
|
"images": [
|
|
31
31
|
{
|
|
32
|
-
"filename": "FGT_VM64_KVM-v7.4.4.F-
|
|
32
|
+
"filename": "FGT_VM64_KVM-v7.4.4.F-build2662-FORTINET.out.kvm.qcow2",
|
|
33
33
|
"version": "7.4.4",
|
|
34
34
|
"md5sum": "dfe0e78827ec728631539669001bb23f",
|
|
35
|
-
"filesize":
|
|
35
|
+
"filesize": 102170624,
|
|
36
36
|
"download_url": "https://support.fortinet.com/Download/FirmwareImages.aspx"
|
|
37
37
|
},
|
|
38
38
|
{
|
|
@@ -391,7 +391,7 @@
|
|
|
391
391
|
{
|
|
392
392
|
"name": "7.4.4",
|
|
393
393
|
"images": {
|
|
394
|
-
"hda_disk_image": "FGT_VM64_KVM-v7.4.4.F-
|
|
394
|
+
"hda_disk_image": "FGT_VM64_KVM-v7.4.4.F-build2662-FORTINET.out.kvm.qcow2",
|
|
395
395
|
"hdb_disk_image": "empty30G.qcow2"
|
|
396
396
|
}
|
|
397
397
|
},
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
{
|
|
2
|
+
"appliance_id": "ac98ab6f-7966-444b-842f-9507c965b8b7",
|
|
3
|
+
"name": "HBCD-PE",
|
|
4
|
+
"category": "guest",
|
|
5
|
+
"description": "Hiren’s BootCD PE (Preinstallation Environment) is a restored edition of Hiren’s BootCD based on Windows 11 PE x64. ",
|
|
6
|
+
"vendor_name": "hirensbootcd.org",
|
|
7
|
+
"vendor_url": "https://www.hirensbootcd.org/",
|
|
8
|
+
"documentation_url": "https://www.hirensbootcd.org/howtos/",
|
|
9
|
+
"product_name": "Hiren’s BootCD PE",
|
|
10
|
+
"product_url": "https://www.hirensbootcd.org/",
|
|
11
|
+
"registry_version": 4,
|
|
12
|
+
"status": "stable",
|
|
13
|
+
"maintainer": "GNS3 Team",
|
|
14
|
+
"maintainer_email": "developers@gns3.net",
|
|
15
|
+
"qemu": {
|
|
16
|
+
"adapter_type": "e1000",
|
|
17
|
+
"adapters": 1,
|
|
18
|
+
"ram": 4096,
|
|
19
|
+
"hda_disk_interface": "sata",
|
|
20
|
+
"arch": "x86_64",
|
|
21
|
+
"console_type": "vnc",
|
|
22
|
+
"boot_priority": "c",
|
|
23
|
+
"kvm": "require"
|
|
24
|
+
},
|
|
25
|
+
"images": [
|
|
26
|
+
{
|
|
27
|
+
"filename": "HBCD_PE_x64.iso",
|
|
28
|
+
"version": "1.0.8",
|
|
29
|
+
"md5sum": "45baab64b088431bdf3370292e9a74b0",
|
|
30
|
+
"filesize": 3291686912,
|
|
31
|
+
"download_url": "https://www.hirensbootcd.org/download/",
|
|
32
|
+
"direct_download_url": "https://www.hirensbootcd.org/files/HBCD_PE_x64.iso"
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"filename": "empty30G.qcow2",
|
|
36
|
+
"version": "1.0",
|
|
37
|
+
"md5sum": "3411a599e822f2ac6be560a26405821a",
|
|
38
|
+
"filesize": 197120,
|
|
39
|
+
"download_url": "https://sourceforge.net/projects/gns-3/files/Empty%20Qemu%20disk/",
|
|
40
|
+
"direct_download_url": "https://sourceforge.net/projects/gns-3/files/Empty%20Qemu%20disk/empty30G.qcow2/download"
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"filename": "OVMF-edk2-stable202305.fd",
|
|
44
|
+
"version": "stable202305",
|
|
45
|
+
"md5sum": "6c4cf1519fec4a4b95525d9ae562963a",
|
|
46
|
+
"filesize": 4194304,
|
|
47
|
+
"download_url": "https://sourceforge.net/projects/gns-3/files/Qemu%20Appliances/",
|
|
48
|
+
"direct_download_url": "https://sourceforge.net/projects/gns-3/files/Qemu%20Appliances/OVMF-edk2-stable202305.fd.zip/download",
|
|
49
|
+
"compression": "zip"
|
|
50
|
+
}
|
|
51
|
+
],
|
|
52
|
+
"versions": [
|
|
53
|
+
{
|
|
54
|
+
"name": "1.0.8",
|
|
55
|
+
"images": {
|
|
56
|
+
"bios_image": "OVMF-edk2-stable202305.fd",
|
|
57
|
+
"hda_disk_image": "empty30G.qcow2",
|
|
58
|
+
"cdrom_image": "HBCD_PE_x64.iso"
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
]
|
|
62
|
+
}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
{
|
|
2
|
+
"appliance_id": "92dbd0e9-144e-4c59-a4a8-97b6a1661818",
|
|
3
|
+
"name": "Innovaphone App-Platform",
|
|
4
|
+
"category": "guest",
|
|
5
|
+
"description": "In addition to telephony, apps for Video Telephony, Chat, Conferencing, Application Sharing and many other functions have become indispensable UCC tools in the area of business communication. Based on the myApps platform and its various components, innovaphone provides a collaborative work and communication platform for enhanced corporate communications \u2013 regardless of the location and the device being used. The innovaphone platform myApps consists of many independent components that work well individually, yet unfold their remarkable performance when combined.",
|
|
6
|
+
"vendor_name": "Innovaphone",
|
|
7
|
+
"vendor_url": "https://www.innovaphone.com",
|
|
8
|
+
"vendor_logo_url": "https://www.innovaphone.com/content/downloads/innovaphone-myapps-logo-short-without-background-screen.png",
|
|
9
|
+
"documentation_url": "https://wiki.innovaphone.com/index.php?title=Reference14r2:Concept_App_Platform",
|
|
10
|
+
"product_name": "App-Platform",
|
|
11
|
+
"product_url": "https://www.innovaphone.com/en/products/myapps/myapps-platform.html",
|
|
12
|
+
"registry_version": 4,
|
|
13
|
+
"status": "experimental",
|
|
14
|
+
"availability": "free-to-try",
|
|
15
|
+
"maintainer": "Thomas Marchsteiner",
|
|
16
|
+
"maintainer_email": "thomas.marchsteiner@acp.at",
|
|
17
|
+
"usage": "Default users console:root/iplinux , ssh:admin/ipapps , Webinterface:pwd \nAfter first boot wait for automatic reboot.\nA static ip can be set via the setip utility. \nLoading another keymap can be done via the loadkeys command. \nThe app-platform-disk1.vmdk file is contained within an ova file. \nIt can be extraced with the tar utility, 7Zip or any other tool which can handle tar files.",
|
|
18
|
+
"symbol": "innovaphone-ap-icon.jpg",
|
|
19
|
+
"first_port_name": "eth0",
|
|
20
|
+
"qemu": {
|
|
21
|
+
"adapter_type": "vmxnet3",
|
|
22
|
+
"adapters": 1,
|
|
23
|
+
"ram": 512,
|
|
24
|
+
"cpus": 1,
|
|
25
|
+
"hda_disk_interface": "scsi",
|
|
26
|
+
"arch": "x86_64",
|
|
27
|
+
"console_type": "vnc",
|
|
28
|
+
"boot_priority": "d",
|
|
29
|
+
"kvm": "allow",
|
|
30
|
+
"on_close": "power_off",
|
|
31
|
+
"process_priority": "normal"
|
|
32
|
+
},
|
|
33
|
+
"images": [
|
|
34
|
+
{
|
|
35
|
+
"filename": "app-platform-disk1_120010.vmdk",
|
|
36
|
+
"version": "12.0010",
|
|
37
|
+
"md5sum": "d5a5a77f682c2c988b0810935d79a787",
|
|
38
|
+
"filesize": 129474560,
|
|
39
|
+
"download_url": "https://store.innovaphone.com/"
|
|
40
|
+
}
|
|
41
|
+
],
|
|
42
|
+
"versions": [
|
|
43
|
+
{
|
|
44
|
+
"images": {
|
|
45
|
+
"hda_disk_image": "app-platform-disk1_120010.vmdk"
|
|
46
|
+
},
|
|
47
|
+
"name": "12.0010"
|
|
48
|
+
}
|
|
49
|
+
]
|
|
50
|
+
}
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
{
|
|
2
|
+
"appliance_id": "ddf8f7a4-60c0-4c9d-849c-ffc3c9d1d082",
|
|
3
|
+
"name": "Innovaphone IPVA",
|
|
4
|
+
"category": "guest",
|
|
5
|
+
"description": "The innovaphone PBX is a professional IP telephone system. The IPVA is a software-only solution. It appears as and performs as an innovaphone 'hard-box' excluding DSP-, ISDN-/AB-resources.",
|
|
6
|
+
"vendor_name": "Innovaphone",
|
|
7
|
+
"vendor_url": "https://www.innovaphone.com/",
|
|
8
|
+
"vendor_logo_url": "https://www.innovaphone.com/content/downloads/innovaphone-myapps-logo-short-without-background-screen.png",
|
|
9
|
+
"documentation_url": "https://wiki.innovaphone.com/index.php?title=Reference15r1:Concept_Innovaphone_Virtual_Appliance_(IPVA)",
|
|
10
|
+
"product_name": "IPVA",
|
|
11
|
+
"product_url": "https://www.innovaphone.com/en/products/innovaphone-pbx.html",
|
|
12
|
+
"registry_version": 4,
|
|
13
|
+
"status": "experimental",
|
|
14
|
+
"availability": "free-to-try",
|
|
15
|
+
"maintainer": "Thomas Marchsteiner",
|
|
16
|
+
"maintainer_email": "thomas.marchsteiner@acp.at",
|
|
17
|
+
"usage": "Default user admin/ipva \nDefault network configuration: DHCP client on eth0 with fallback to static address 192.168.0.1/24 after timeout. Static address 192.168.1.1/24 on eth1\n The ova in the zip file contains the disk images to run this appliance. Disableing the dhcp client and setting a static IP is possible with the following commands:\n> config change IP0 ETH0 /addr 192.168.0.1 /mask 255.255.255.0 \n> config change DHCP0 /mode off \n> config write \n> config activate \n> reset",
|
|
18
|
+
"symbol": "innovaphone-pbx-green.png",
|
|
19
|
+
"first_port_name": "eth0",
|
|
20
|
+
"port_name_format": "eth{port1}",
|
|
21
|
+
"qemu": {
|
|
22
|
+
"adapter_type": "vmxnet3",
|
|
23
|
+
"adapters": 2,
|
|
24
|
+
"ram": 256,
|
|
25
|
+
"cpus": 1,
|
|
26
|
+
"hda_disk_interface": "ide",
|
|
27
|
+
"hdb_disk_interface": "ide",
|
|
28
|
+
"hdc_disk_interface": "ide",
|
|
29
|
+
"hdd_disk_interface": "ide",
|
|
30
|
+
"arch": "x86_64",
|
|
31
|
+
"console_type": "vnc",
|
|
32
|
+
"boot_priority": "d",
|
|
33
|
+
"kvm": "allow",
|
|
34
|
+
"on_close": "power_off",
|
|
35
|
+
"process_priority": "normal"
|
|
36
|
+
},
|
|
37
|
+
"images": [
|
|
38
|
+
{
|
|
39
|
+
"filename": "ipva-qemu-disk1-14r2.vmdk",
|
|
40
|
+
"version": "14r2",
|
|
41
|
+
"md5sum": "aaa1c3885eee30ca6ffa3827619e8643",
|
|
42
|
+
"filesize": 6269952,
|
|
43
|
+
"download_url": "https://store.innovaphone.com/"
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
"filename": "ipva-qemu-disk2-14r2.vmdk",
|
|
47
|
+
"version": "14r2",
|
|
48
|
+
"md5sum": "008a8fc6b0b1e5f11a3e7fd6f22ba349",
|
|
49
|
+
"filesize": 72192,
|
|
50
|
+
"download_url": "https://store.innovaphone.com/"
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"filename": "ipva-qemu-disk3-14r2.vmdk",
|
|
54
|
+
"version": "14r2",
|
|
55
|
+
"md5sum": "20516731c480e2112b3fb4a4d7f514f2",
|
|
56
|
+
"filesize": 68096,
|
|
57
|
+
"download_url": "https://store.innovaphone.com/"
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
"filename": "ipva-qemu-disk4-14r2.vmdk",
|
|
61
|
+
"version": "14r2",
|
|
62
|
+
"md5sum": "15d7d79ef8c28bd29b2eceac8405f964",
|
|
63
|
+
"filesize": 68096,
|
|
64
|
+
"download_url": "https://store.innovaphone.com/"
|
|
65
|
+
}
|
|
66
|
+
],
|
|
67
|
+
"versions": [
|
|
68
|
+
{
|
|
69
|
+
"images": {
|
|
70
|
+
"hda_disk_image": "ipva-qemu-disk1-14r2.vmdk",
|
|
71
|
+
"hdb_disk_image": "ipva-qemu-disk2-14r2.vmdk",
|
|
72
|
+
"hdc_disk_image": "ipva-qemu-disk3-14r2.vmdk",
|
|
73
|
+
"hdd_disk_image": "ipva-qemu-disk4-14r2.vmdk"
|
|
74
|
+
},
|
|
75
|
+
"name": "14r2"
|
|
76
|
+
}
|
|
77
|
+
]
|
|
78
|
+
}
|
|
@@ -28,149 +28,80 @@
|
|
|
28
28
|
},
|
|
29
29
|
"images": [
|
|
30
30
|
{
|
|
31
|
-
"filename": "chr-7.
|
|
32
|
-
"version": "7.
|
|
33
|
-
"md5sum": "
|
|
31
|
+
"filename": "chr-7.16.img",
|
|
32
|
+
"version": "7.16",
|
|
33
|
+
"md5sum": "a4c2d00a87e73b3129cd66a4e0743c9a",
|
|
34
34
|
"filesize": 134217728,
|
|
35
35
|
"download_url": "http://www.mikrotik.com/download",
|
|
36
|
-
"direct_download_url": "https://download.mikrotik.com/routeros/7.
|
|
36
|
+
"direct_download_url": "https://download.mikrotik.com/routeros/7.16/chr-7.16.img.zip",
|
|
37
37
|
"compression": "zip"
|
|
38
38
|
},
|
|
39
39
|
{
|
|
40
|
-
"filename": "chr-7.
|
|
41
|
-
"version": "7.
|
|
42
|
-
"md5sum": "
|
|
40
|
+
"filename": "chr-7.15.3.img",
|
|
41
|
+
"version": "7.15.3",
|
|
42
|
+
"md5sum": "5af8c748a0de4e8e8b303180738721a9",
|
|
43
43
|
"filesize": 134217728,
|
|
44
44
|
"download_url": "http://www.mikrotik.com/download",
|
|
45
|
-
"direct_download_url": "https://download.mikrotik.com/routeros/7.
|
|
45
|
+
"direct_download_url": "https://download.mikrotik.com/routeros/7.15.3/chr-7.15.3.img.zip",
|
|
46
46
|
"compression": "zip"
|
|
47
47
|
},
|
|
48
48
|
{
|
|
49
|
-
"filename": "chr-7.
|
|
50
|
-
"version": "7.
|
|
51
|
-
"md5sum": "
|
|
49
|
+
"filename": "chr-7.14.3.img",
|
|
50
|
+
"version": "7.14.3",
|
|
51
|
+
"md5sum": "73f527efef81b529b267a0683cb87617",
|
|
52
52
|
"filesize": 134217728,
|
|
53
53
|
"download_url": "http://www.mikrotik.com/download",
|
|
54
|
-
"direct_download_url": "https://download.mikrotik.com/routeros/7.
|
|
54
|
+
"direct_download_url": "https://download.mikrotik.com/routeros/7.14.3/chr-7.14.3.img.zip",
|
|
55
55
|
"compression": "zip"
|
|
56
56
|
},
|
|
57
57
|
{
|
|
58
|
-
"filename": "chr-
|
|
59
|
-
"version": "
|
|
60
|
-
"md5sum": "
|
|
61
|
-
"filesize": 134217728,
|
|
62
|
-
"download_url": "http://www.mikrotik.com/download",
|
|
63
|
-
"direct_download_url": "https://download.mikrotik.com/routeros/7.7/chr-7.7.img.zip",
|
|
64
|
-
"compression": "zip"
|
|
65
|
-
},
|
|
66
|
-
{
|
|
67
|
-
"filename": "chr-7.6.img",
|
|
68
|
-
"version": "7.6",
|
|
69
|
-
"md5sum": "864482f9efaea9d40910c050318f65b9",
|
|
70
|
-
"filesize": 134217728,
|
|
71
|
-
"download_url": "http://www.mikrotik.com/download",
|
|
72
|
-
"direct_download_url": "https://download.mikrotik.com/routeros/7.6/chr-7.6.img.zip",
|
|
73
|
-
"compression": "zip"
|
|
74
|
-
},
|
|
75
|
-
{
|
|
76
|
-
"filename": "chr-7.3.1.img",
|
|
77
|
-
"version": "7.3.1",
|
|
78
|
-
"md5sum": "99f8ea75f8b745a8bf5ca3cc1bd325e3",
|
|
79
|
-
"filesize": 134217728,
|
|
80
|
-
"download_url": "http://www.mikrotik.com/download",
|
|
81
|
-
"direct_download_url": "https://download.mikrotik.com/routeros/7.3.1/chr-7.3.1.img.zip",
|
|
82
|
-
"compression": "zip"
|
|
83
|
-
},
|
|
84
|
-
{
|
|
85
|
-
"filename": "chr-7.1.5.img",
|
|
86
|
-
"version": "7.1.5",
|
|
87
|
-
"md5sum": "9c0be05f891df2b1400bdae5e719898e",
|
|
88
|
-
"filesize": 134217728,
|
|
89
|
-
"download_url": "http://www.mikrotik.com/download",
|
|
90
|
-
"direct_download_url": "https://download.mikrotik.com/routeros/7.1.5/chr-7.1.5.img.zip",
|
|
91
|
-
"compression": "zip"
|
|
92
|
-
},
|
|
93
|
-
{
|
|
94
|
-
"filename": "chr-6.49.10.img",
|
|
95
|
-
"version": "6.49.10",
|
|
96
|
-
"md5sum": "49ae1ecfe310aea1df37b824aa13cf84",
|
|
58
|
+
"filename": "chr-6.49.17.img",
|
|
59
|
+
"version": "6.49.17",
|
|
60
|
+
"md5sum": "ad9f4bd8cd4965a403350deeb5d35b96",
|
|
97
61
|
"filesize": 67108864,
|
|
98
62
|
"download_url": "http://www.mikrotik.com/download",
|
|
99
|
-
"direct_download_url": "https://download.mikrotik.com/routeros/6.49.
|
|
63
|
+
"direct_download_url": "https://download.mikrotik.com/routeros/6.49.17/chr-6.49.17.img.zip",
|
|
100
64
|
"compression": "zip"
|
|
101
65
|
},
|
|
102
66
|
{
|
|
103
|
-
"filename": "chr-6.49.
|
|
104
|
-
"version": "6.49.
|
|
105
|
-
"md5sum": "
|
|
67
|
+
"filename": "chr-6.49.13.img",
|
|
68
|
+
"version": "6.49.13",
|
|
69
|
+
"md5sum": "18349e1c3209495e571bcbee8a7e3259",
|
|
106
70
|
"filesize": 67108864,
|
|
107
71
|
"download_url": "http://www.mikrotik.com/download",
|
|
108
|
-
"direct_download_url": "https://download.mikrotik.com/routeros/6.49.
|
|
109
|
-
"compression": "zip"
|
|
110
|
-
},
|
|
111
|
-
{
|
|
112
|
-
"filename": "chr-6.48.6.img",
|
|
113
|
-
"version": "6.48.6",
|
|
114
|
-
"md5sum": "875574a561570227ff8f395aabe478c6",
|
|
115
|
-
"filesize": 67108864,
|
|
116
|
-
"download_url": "http://www.mikrotik.com/download",
|
|
117
|
-
"direct_download_url": "https://download.mikrotik.com/routeros/6.48.6/chr-6.48.6.img.zip",
|
|
72
|
+
"direct_download_url": "https://download.mikrotik.com/routeros/6.49.13/chr-6.49.13.img.zip",
|
|
118
73
|
"compression": "zip"
|
|
119
74
|
}
|
|
120
75
|
],
|
|
121
76
|
"versions": [
|
|
122
77
|
{
|
|
123
|
-
"name": "7.
|
|
124
|
-
"images": {
|
|
125
|
-
"hda_disk_image": "chr-7.11.2.img"
|
|
126
|
-
}
|
|
127
|
-
},
|
|
128
|
-
{
|
|
129
|
-
"name": "7.10.1",
|
|
130
|
-
"images": {
|
|
131
|
-
"hda_disk_image": "chr-7.10.1.img"
|
|
132
|
-
}
|
|
133
|
-
},
|
|
134
|
-
{
|
|
135
|
-
"name": "7.7",
|
|
136
|
-
"images": {
|
|
137
|
-
"hda_disk_image": "chr-7.7.img"
|
|
138
|
-
}
|
|
139
|
-
},
|
|
140
|
-
{
|
|
141
|
-
"name": "7.6",
|
|
142
|
-
"images": {
|
|
143
|
-
"hda_disk_image": "chr-7.6.img"
|
|
144
|
-
}
|
|
145
|
-
},
|
|
146
|
-
{
|
|
147
|
-
"name": "7.3.1",
|
|
78
|
+
"name": "7.16",
|
|
148
79
|
"images": {
|
|
149
|
-
"hda_disk_image": "chr-7.
|
|
80
|
+
"hda_disk_image": "chr-7.16.img"
|
|
150
81
|
}
|
|
151
82
|
},
|
|
152
83
|
{
|
|
153
|
-
"name": "7.
|
|
84
|
+
"name": "7.15.3",
|
|
154
85
|
"images": {
|
|
155
|
-
"hda_disk_image": "chr-7.
|
|
86
|
+
"hda_disk_image": "chr-7.15.3.img"
|
|
156
87
|
}
|
|
157
88
|
},
|
|
158
89
|
{
|
|
159
|
-
"name": "
|
|
90
|
+
"name": "7.14.3",
|
|
160
91
|
"images": {
|
|
161
|
-
"hda_disk_image": "chr-
|
|
92
|
+
"hda_disk_image": "chr-7.14.3.img"
|
|
162
93
|
}
|
|
163
94
|
},
|
|
164
95
|
{
|
|
165
|
-
"name": "6.49.
|
|
96
|
+
"name": "6.49.17",
|
|
166
97
|
"images": {
|
|
167
|
-
"hda_disk_image": "chr-6.49.
|
|
98
|
+
"hda_disk_image": "chr-6.49.17.img"
|
|
168
99
|
}
|
|
169
100
|
},
|
|
170
101
|
{
|
|
171
|
-
"name": "6.
|
|
102
|
+
"name": "6.49.13",
|
|
172
103
|
"images": {
|
|
173
|
-
"hda_disk_image": "chr-6.
|
|
104
|
+
"hda_disk_image": "chr-6.49.13.img"
|
|
174
105
|
}
|
|
175
106
|
}
|
|
176
107
|
]
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
{
|
|
2
|
+
"appliance_id": "00714342-14b2-4281-aa20-9043ca8dc26e",
|
|
3
|
+
"name": "NixOS",
|
|
4
|
+
"category": "guest",
|
|
5
|
+
"description": "NixOS QEMU Appliance for images created with nixos-generator. Automatically sets hostname based on vmname.",
|
|
6
|
+
"vendor_name": "NixOS",
|
|
7
|
+
"vendor_url": "https://nixos.org/",
|
|
8
|
+
"vendor_logo_url": "https://avatars.githubusercontent.com/u/487568",
|
|
9
|
+
"documentation_url": "https://github.com/ob7/gns3-nixos-appliance",
|
|
10
|
+
"product_name": "NixOS",
|
|
11
|
+
"product_url": "https://github.com/NixOS/nixpkgs",
|
|
12
|
+
"registry_version": 4,
|
|
13
|
+
"status": "experimental",
|
|
14
|
+
"availability": "free",
|
|
15
|
+
"maintainer": "ob7dev",
|
|
16
|
+
"maintainer_email": "dev@ob7.us",
|
|
17
|
+
"usage": "For custom NixOS images, create qcow2 VM with: nixos-generate -f qcow -c ./server.nix Import it into GNS3 as image. VM name is passed into QEMU guest with Advanced Options field entry: -fw_cfg name=opt/vm_hostname,string=%vm-name%",
|
|
18
|
+
"symbol": ":/symbols/affinity/circle/gray/template.svg",
|
|
19
|
+
"first_port_name": "eth0",
|
|
20
|
+
"port_name_format": "eth{0}",
|
|
21
|
+
"qemu": {
|
|
22
|
+
"adapter_type": "e1000",
|
|
23
|
+
"adapters": 4,
|
|
24
|
+
"ram": 256,
|
|
25
|
+
"cpus": 1,
|
|
26
|
+
"hda_disk_interface": "ide",
|
|
27
|
+
"arch": "x86_64",
|
|
28
|
+
"console_type": "telnet",
|
|
29
|
+
"kvm": "allow",
|
|
30
|
+
"options": "-fw_cfg name=opt/vm_hostname,string=%vm-name%",
|
|
31
|
+
"on_close": "power_off"
|
|
32
|
+
},
|
|
33
|
+
"images": [
|
|
34
|
+
{
|
|
35
|
+
"filename": "nixos-24-11.qcow2",
|
|
36
|
+
"version": "24.11",
|
|
37
|
+
"md5sum": "2459f05136836dd430402d75cba0f205",
|
|
38
|
+
"download_url": "https://github.com/nix-community/nixos-generators",
|
|
39
|
+
"filesize": 1749483520,
|
|
40
|
+
"download_url": "https://f.ob7.us/gns3/",
|
|
41
|
+
"direct_download_url": "http://ob7.us/nixos-24-11.qcow2"
|
|
42
|
+
}
|
|
43
|
+
],
|
|
44
|
+
"versions": [
|
|
45
|
+
{
|
|
46
|
+
"name": "24.11",
|
|
47
|
+
"images": {
|
|
48
|
+
"hda_disk_image": "nixos-24-11.qcow2"
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
]
|
|
52
|
+
}
|
|
@@ -25,6 +25,13 @@
|
|
|
25
25
|
"kvm": "require"
|
|
26
26
|
},
|
|
27
27
|
"images": [
|
|
28
|
+
{
|
|
29
|
+
"filename": "OPNsense-24.7-nano-amd64.img",
|
|
30
|
+
"version": "24.7",
|
|
31
|
+
"md5sum": "4f75dc2c948b907cbf73763b1539677c",
|
|
32
|
+
"filesize": 3221225472,
|
|
33
|
+
"download_url": "https://opnsense.c0urier.net/releases/24.7/"
|
|
34
|
+
},
|
|
28
35
|
{
|
|
29
36
|
"filename": "OPNsense-24.1-nano-amd64.img",
|
|
30
37
|
"version": "24.1",
|
|
@@ -69,6 +76,12 @@
|
|
|
69
76
|
}
|
|
70
77
|
],
|
|
71
78
|
"versions": [
|
|
79
|
+
{
|
|
80
|
+
"name": "24.7",
|
|
81
|
+
"images": {
|
|
82
|
+
"hda_disk_image": "OPNsense-24.7-nano-amd64.img"
|
|
83
|
+
}
|
|
84
|
+
},
|
|
72
85
|
{
|
|
73
86
|
"name": "24.1",
|
|
74
87
|
"images": {
|