From 940f0047526bccf03b5b4992c3dd60bfc0ff5345 Mon Sep 17 00:00:00 2001 From: grossmj Date: Fri, 7 Aug 2020 19:24:01 +0930 Subject: [PATCH] Sync appliance files --- gns3server/appliances/exos.gns3a | 13 +++++++++++++ gns3server/appliances/frr.gns3a | 32 +++++++++++++++----------------- 2 files changed, 28 insertions(+), 17 deletions(-) diff --git a/gns3server/appliances/exos.gns3a b/gns3server/appliances/exos.gns3a index 411cc0fd..c6199b44 100644 --- a/gns3server/appliances/exos.gns3a +++ b/gns3server/appliances/exos.gns3a @@ -28,6 +28,13 @@ "images": [ + { + "filename": "EXOS-VM_v30.7.1.1.qcow2", + "version": "30.7.1.1", + "md5sum": "c6b67023945102f984b47aa67c67fe33", + "filesize": 485687296, + "direct_download_url": "https://akamai-ep.extremenetworks.com/Extreme_P/github-en/Virtual_EXOS/EXOS-VM_v30.7.1.1.qcow2" + }, { "filename": "EXOS-VM_v30.6.1.11.qcow2", "version": "30.6.1.11", @@ -89,6 +96,12 @@ "versions": [ + { + "name": "30.7.1.1", + "images": { + "hda_disk_image": "EXOS-VM_v30.7.1.1.qcow2" + } + }, { "name": "30.6.1.11", "images": { diff --git a/gns3server/appliances/frr.gns3a b/gns3server/appliances/frr.gns3a index 24438c55..22b6579d 100644 --- a/gns3server/appliances/frr.gns3a +++ b/gns3server/appliances/frr.gns3a @@ -1,41 +1,39 @@ { "name": "FRR", "category": "router", - "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\nFRR’s seamless integration with the native Linux/Unix IP networking stacks makes it applicable to a wide variety of use cases including connecting hosts/VMs/containers to the network, advertising network services, LAN switching and routing, Internet access routers, and Internet peering.\n\nThis is an unofficial VM or FRR.", + "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\nFRR’s seamless integration with the native Linux/Unix IP networking stacks makes it applicable to a wide variety of use cases including connecting hosts/VMs/containers to the network, advertising network services, LAN switching and routing, Internet access routers, and Internet peering.\n\nThis is an unofficial VM of FRR.", "vendor_name": "FRRouting Project", "vendor_url": "https://frrouting.org", "product_name": "FRR", "registry_version": 3, "status": "stable", - "maintainer": "Andras Dosztal", + "maintainer": "GNS3 Team", "maintainer_email": "developers@gns3.net", - "usage": "Credentials: frradmin / frr\nIf you exit from the router CLI, you can get back by typing 'vtysh' to the console.", - "port_name_format": "ens{port3}", + "usage": "Credentials: root / root\nIf you exit from the router CLI, you can get back by typing 'vtysh' to the console.", + "port_name_format": "eth{0}", "qemu": { - "adapter_type": "virtio-net-pci", + "adapter_type": "e1000", "adapters": 8, - "ram": 512, - "hda_disk_interface": "virtio", + "ram": 256, "arch": "x86_64", "console_type": "telnet", - "kvm": "require" + "kvm": "allow" }, "images": [ { - "filename": "frr7.1-vm0.4.qcow2", - "version": "7.1 - VM0.4", - "md5sum": "08390f257203126e5edffb9710e47974", - "filesize": 2051801088, - "download_url": "https://sourceforge.net/projects/frr/files/", - "direct_download_url": "https://sourceforge.net/projects/frr/files/frr7.1-vm0.4.qcow2.bz2/download", - "compression": "bzip2" + "filename": "frr-7.3.1.qcow2", + "version": "7.3.1", + "md5sum": "e6bd9591a5c630bfe2c8688dc043b20b", + "filesize": 47348224, + "download_url": "https://sourceforge.net/projects/gns-3/files/Qemu%20Appliances/", + "direct_download_url": "http://downloads.sourceforge.net/project/gns-3/Qemu%20Appliances/frr-7.3.1.qcow2" } ], "versions": [ { - "name": "7.1 - VM0.4", + "name": "7.3.1", "images": { - "hda_disk_image": "frr7.1-vm0.4.qcow2" + "hda_disk_image": "frr-7.3.1.qcow2" } } ]