mirror of
https://github.com/GNS3/gns3-server.git
synced 2026-08-27 12:30:13 +03:00
Sync appliances
This commit is contained in:
parent
80a69814b3
commit
c85551ec09
@ -8,7 +8,7 @@
|
||||
"documentation_url": "https://docs.armbian.com/",
|
||||
"product_name": "Armbian UEFI x86",
|
||||
"product_url": "https://armbian.com/boards/uefi-x86",
|
||||
"registry_version": 4,
|
||||
"registry_version": 6,
|
||||
"status": "stable",
|
||||
"maintainer": "GNS3 Team",
|
||||
"maintainer_email": "developers@gns3.net",
|
||||
@ -21,7 +21,6 @@
|
||||
"hda_disk_interface": "virtio",
|
||||
"arch": "x86_64",
|
||||
"console_type": "spice+agent",
|
||||
"uefi": false,
|
||||
"boot_priority": "c",
|
||||
"kvm": "require",
|
||||
"options": "-nographic"
|
||||
|
||||
@ -21,6 +21,12 @@
|
||||
"startup_config": "iou_l2_base_startup-config.txt"
|
||||
},
|
||||
"images": [
|
||||
{
|
||||
"filename": "x86_64_crb_linux_l2-adventerprisek9-ms.17.18.2.iol",
|
||||
"version": "17.18.2",
|
||||
"md5sum": "0e460cbcfa9e0b76ca400162928fd989",
|
||||
"filesize": 246471208
|
||||
},
|
||||
{
|
||||
"filename": "x86_64_crb_linux_l2-adventerprisek9-ms.17.16.1a.iol",
|
||||
"version": "17.16.1a",
|
||||
@ -41,6 +47,12 @@
|
||||
}
|
||||
],
|
||||
"versions": [
|
||||
{
|
||||
"name": "17.18.2",
|
||||
"images": {
|
||||
"image": "x86_64_crb_linux_l2-adventerprisek9-ms.17.18.2.iol"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "17.16.1a",
|
||||
"images": {
|
||||
|
||||
@ -21,6 +21,12 @@
|
||||
"startup_config": "iou_l3_base_startup-config.txt"
|
||||
},
|
||||
"images": [
|
||||
{
|
||||
"filename": "x86_64_crb_linux-adventerprisek9-ms.17.18.2.iol",
|
||||
"version": "17.18.2",
|
||||
"md5sum": "34bf876c5b3c60f3ef4eb28eb8a176d7",
|
||||
"filesize": 293729288
|
||||
},
|
||||
{
|
||||
"filename": "x86_64_crb_linux-adventerprisek9-ms.17.16.1a.iol",
|
||||
"version": "17.16.1a",
|
||||
@ -41,6 +47,12 @@
|
||||
}
|
||||
],
|
||||
"versions": [
|
||||
{
|
||||
"name": "17.18.2",
|
||||
"images": {
|
||||
"image": "x86_64_crb_linux-adventerprisek9-ms.17.18.2.iol"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "17.16.1a",
|
||||
"images": {
|
||||
|
||||
24
gns3server/appliances/frr-docker-lite.gns3a
Normal file
24
gns3server/appliances/frr-docker-lite.gns3a
Normal file
@ -0,0 +1,24 @@
|
||||
{
|
||||
"appliance_id": "7c3303b4-ad66-4cd4-8677-05c26f370c0d",
|
||||
"name": "FRRDockerLite",
|
||||
"category": "router",
|
||||
"symbol": "router.svg",
|
||||
"description": "FRRouting (FRR) is an IP routing protocol suite for Linux and Unix platforms which includes protocol daemons for BGP, IS-IS, LDP, OSPF, PIM, and RIP.\n\nThis is the minimal Docker variant: it runs only zebra with OSPFv2 and OSPFv3 (ospfd + ospf6d), for the lowest memory footprint when you just need OSPF.",
|
||||
"vendor_name": "FRRouting Project",
|
||||
"vendor_url": "https://frrouting.org",
|
||||
"documentation_url": "https://docs.frrouting.org/",
|
||||
"product_name": "FRR",
|
||||
"registry_version": 4,
|
||||
"status": "experimental",
|
||||
"availability": "free",
|
||||
"maintainer": "GNS3 Team",
|
||||
"maintainer_email": "developers@gns3.net",
|
||||
"usage": "OSPF-only variant. The console opens directly in the FRR CLI (vtysh). Type 'exit' to reach a Linux shell; run 'vtysh' to return. Save your config with 'write memory'.",
|
||||
"docker": {
|
||||
"adapters": 8,
|
||||
"image": "gns3/frr:latest",
|
||||
"console_type": "telnet",
|
||||
"start_command": "/usr/lib/frr/docker-start",
|
||||
"environment": "FRR_PROFILE=lite,\nTERM=xterm"
|
||||
}
|
||||
}
|
||||
24
gns3server/appliances/frr-docker.gns3a
Normal file
24
gns3server/appliances/frr-docker.gns3a
Normal file
@ -0,0 +1,24 @@
|
||||
{
|
||||
"appliance_id": "813e6041-2693-422b-9d2d-9ab2b4f61247",
|
||||
"name": "FRRDocker",
|
||||
"category": "router",
|
||||
"symbol": "router.svg",
|
||||
"description": "FRRouting (FRR) is an IP routing protocol suite for Linux and Unix platforms which includes protocol daemons for BGP, IS-IS, LDP, OSPF, PIM, and RIP.\n\nThis Docker version runs the complete FRR protocol suite — BGP, OSPFv2/v3, RIP/RIPng, IS-IS, LDP, PIM/PIM6, NHRP, EIGRP, Babel, BFD, VRRP, PBR and static routing — and is ready to route within seconds. For a minimal OSPF-only image, use the FRRDockerLite appliance.",
|
||||
"vendor_name": "FRRouting Project",
|
||||
"vendor_url": "https://frrouting.org",
|
||||
"documentation_url": "https://docs.frrouting.org/",
|
||||
"product_name": "FRR",
|
||||
"registry_version": 4,
|
||||
"status": "experimental",
|
||||
"availability": "free",
|
||||
"maintainer": "GNS3 Team",
|
||||
"maintainer_email": "developers@gns3.net",
|
||||
"usage": "The console opens directly in the FRR CLI (vtysh). Type 'exit' to reach a Linux shell; run 'vtysh' to return to the routing CLI. Save your config with 'write memory'.",
|
||||
"docker": {
|
||||
"adapters": 8,
|
||||
"image": "gns3/frr:latest",
|
||||
"console_type": "telnet",
|
||||
"start_command": "/usr/lib/frr/docker-start",
|
||||
"environment": "FRR_PROFILE=full,\nTERM=xterm"
|
||||
}
|
||||
}
|
||||
@ -50,6 +50,13 @@
|
||||
}
|
||||
],
|
||||
"images": [
|
||||
{
|
||||
"filename": "vyos-1.5.1-kvm-amd64.qcow2",
|
||||
"version": "1.5.1",
|
||||
"md5sum": "816ec7c3699a9e4f19e2b8765fd3d7eb",
|
||||
"filesize": 667549696,
|
||||
"download_url": "https://support.vyos.io/"
|
||||
},
|
||||
{
|
||||
"filename": "vyos-1.5.0-kvm-amd64.qcow2",
|
||||
"version": "1.5.0",
|
||||
@ -57,6 +64,13 @@
|
||||
"filesize": 618528768,
|
||||
"download_url": "https://support.vyos.io/"
|
||||
},
|
||||
{
|
||||
"filename": "vyos-1.4.5-kvm-amd64.qcow2",
|
||||
"version": "1.4.5",
|
||||
"md5sum": "06ccf7e3ed3f948a23c995133b5fbfce",
|
||||
"filesize": 557645824,
|
||||
"download_url": "https://support.vyos.io/"
|
||||
},
|
||||
{
|
||||
"filename": "vyos-1.4.4-kvm-amd64.qcow2",
|
||||
"version": "1.4.4",
|
||||
@ -164,6 +178,13 @@
|
||||
}
|
||||
],
|
||||
"versions": [
|
||||
{
|
||||
"name": "1.5.1",
|
||||
"settings": "1.5 x86_64",
|
||||
"images": {
|
||||
"hda_disk_image": "vyos-1.5.1-kvm-amd64.qcow2"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "1.5.0",
|
||||
"settings": "1.5 x86_64",
|
||||
@ -171,6 +192,12 @@
|
||||
"hda_disk_image": "vyos-1.5.0-kvm-amd64.qcow2"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "1.4.5",
|
||||
"images": {
|
||||
"hda_disk_image": "vyos-1.4.5-kvm-amd64.qcow2"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "1.4.4",
|
||||
"images": {
|
||||
|
||||
@ -4,20 +4,43 @@
|
||||
<svg
|
||||
version="1.1"
|
||||
id="svg1"
|
||||
width="1024"
|
||||
height="1024"
|
||||
viewBox="0 0 1024 1024"
|
||||
width="70"
|
||||
height="70"
|
||||
viewBox="0 0 70 70"
|
||||
xml:space="preserve"
|
||||
sodipodi:docname="AlpiNet.svg"
|
||||
inkscape:version="1.4.4 (dcaf3e7d9e, 2026-05-05)"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"><defs
|
||||
xmlns:svg="http://www.w3.org/2000/svg"><sodipodi:namedview
|
||||
id="namedview1"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#000000"
|
||||
borderopacity="0.25"
|
||||
inkscape:showpageshadow="2"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pagecheckerboard="0"
|
||||
inkscape:deskcolor="#d1d1d1"
|
||||
inkscape:zoom="4.2039708"
|
||||
inkscape:cx="66.246892"
|
||||
inkscape:cy="32.469303"
|
||||
inkscape:window-width="1661"
|
||||
inkscape:window-height="1011"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg1" /><defs
|
||||
id="defs1" /><g
|
||||
id="layer1"><circle
|
||||
id="layer1"
|
||||
transform="matrix(0.06855971,0,0,0.06855971,-0.07151921,-0.07151921)"><circle
|
||||
style="fill:#1a1a1a;stroke:#0bdcd1;stroke-width:1.51529"
|
||||
id="path7"
|
||||
cx="511.54706"
|
||||
cy="511.54706"
|
||||
r="509.74625" /></g><g
|
||||
id="g1"><g
|
||||
id="g1"
|
||||
transform="matrix(0.06855971,0,0,0.06855971,-0.07151921,-0.07151921)"><g
|
||||
id="g2"
|
||||
transform="matrix(0.84744126,0,0,0.84744126,80.284286,51.918792)"><path
|
||||
id="path38"
|
||||
|
||||
|
Before Width: | Height: | Size: 8.7 KiB After Width: | Height: | Size: 9.6 KiB |
Loading…
x
Reference in New Issue
Block a user