1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-10-18 13:59:06 +00:00
gns3-server/gns3server/appliances/vyos.gns3a

83 lines
3.3 KiB
Plaintext
Raw Normal View History

{
"name": "VyOS",
"category": "router",
2021-02-24 03:38:13 +00:00
"description": "VyOS is a community fork of Vyatta, a Linux-based network operating system that provides software-based network routing, firewall, and VPN functionality. VyOS has a subscription LTS version and a community rolling release. The latest version in this appliance is the monthly snapshot of the rolling release track.",
"vendor_name": "Linux",
2021-02-24 03:38:13 +00:00
"vendor_url": "https://vyos.net/",
"documentation_url": "https://docs.vyos.io/",
"product_name": "VyOS",
2021-02-24 03:38:13 +00:00
"product_url": "https://vyos.net/",
2017-06-26 09:00:55 +00:00
"registry_version": 3,
"status": "stable",
"maintainer": "GNS3 Team",
"maintainer_email": "developers@gns3.net",
2021-02-24 03:38:13 +00:00
"usage": "Default username/password is vyos/vyos.\n\nAt first boot of versions 1.1.x/1.2.x the router will start from the cdrom. Login and then type \"install image\" and follow the instructions.",
"symbol": "vyos.svg",
"port_name_format": "eth{0}",
"qemu": {
"adapter_type": "e1000",
"adapters": 3,
"ram": 512,
2021-02-24 03:38:13 +00:00
"hda_disk_interface": "scsi",
"arch": "x86_64",
"console_type": "telnet",
2021-02-24 03:38:13 +00:00
"boot_priority": "cd",
"kvm": "allow"
},
"images": [
2020-10-07 04:54:15 +00:00
{
2021-02-24 03:38:13 +00:00
"filename": "vyos-1.3-rolling-202101-qemu.qcow2",
"version": "1.3-snapshot-202101",
"md5sum": "b05a1f8a879c42342ea90f65ebe62f05",
"filesize": 315359232,
"download_url": "https://vyos.net/get/snapshots/",
"direct_download_url": "https://s3.amazonaws.com/s3-us.vyos.io/snapshot/vyos-1.3-rolling-202101/qemu/vyos-1.3-rolling-202101-qemu.qcow2"
2020-10-07 04:54:15 +00:00
},
{
"filename": "vyos-1.2.7-amd64.iso",
"version": "1.2.7",
"md5sum": "1a06255edfac63fa3ea89353317130bf",
2021-02-24 03:38:13 +00:00
"filesize": 428867584,
"download_url": "https://support.vyos.io/en/downloads/files/vyos-1-2-7-generic-iso-image"
},
2018-01-18 03:57:48 +00:00
{
"filename": "vyos-1.1.8-amd64.iso",
"version": "1.1.8",
"md5sum": "95a141d4b592b81c803cdf7e9b11d8ea",
"filesize": 241172480,
2021-02-24 03:38:13 +00:00
"download_url": "https://support.vyos.io/en/downloads/files/vyos-1-1-8-iso",
"direct_download_url": "https://s3.amazonaws.com/s3-us.vyos.io/vyos-1.1.8-amd64.iso"
},
{
"filename": "empty8G.qcow2",
"version": "1.0",
"md5sum": "f1d2c25b6990f99bd05b433ab603bdb4",
"filesize": 197120,
"download_url": "https://sourceforge.net/projects/gns-3/files/Empty%20Qemu%20disk/",
"direct_download_url": "https://sourceforge.net/projects/gns-3/files/Empty%20Qemu%20disk/empty8G.qcow2/download"
}
],
"versions": [
2020-10-07 04:54:15 +00:00
{
2021-02-24 03:38:13 +00:00
"name": "1.3-snapshot-202101",
2020-10-07 04:54:15 +00:00
"images": {
2021-02-24 03:38:13 +00:00
"hda_disk_image": "vyos-1.3-rolling-202101-qemu.qcow2"
2020-10-07 04:54:15 +00:00
}
},
{
"name": "1.2.7",
"images": {
"hda_disk_image": "empty8G.qcow2",
"cdrom_image": "vyos-1.2.7-amd64.iso"
}
},
2018-04-17 04:58:37 +00:00
{
"name": "1.1.8",
"images": {
"hda_disk_image": "empty8G.qcow2",
"cdrom_image": "vyos-1.1.8-amd64.iso"
}
}
]
}