diff --git a/gns3server/appliances/aruba-vgw.gns3a b/gns3server/appliances/aruba-vgw.gns3a new file mode 100644 index 00000000..61b40582 --- /dev/null +++ b/gns3server/appliances/aruba-vgw.gns3a @@ -0,0 +1,59 @@ +{ + "name": "Aruba VGW", + "category": "firewall", + "description": "Aruba Virtual Gateways allow customers to bring their public cloud infrastructure to the SD-WAN fabric and facilitate connectivity between branches and the public cloud.", + "vendor_name": "HPE Aruba", + "vendor_url": "arubanetworks.com", + "documentation_url": "https://asp.arubanetworks.com/downloads;products=Aruba%20SD-WAN", + "product_url": "https://www.arubanetworks.com/products/networking/gateways-and-controllers/", + "product_name": "Aruba SD-WAN Virtual Gateway", + "registry_version": 4, + "status": "stable", + "availability": "service-contract", + "maintainer": "Aruba", + "maintainer_email": "mitchell.pompe@hpe.com", + "usage": "The device must receive an user-data.iso image, which can be mounted to the CD/DVD-ROM and retrieved from Aruba Central. https://help.central.arubanetworks.com/latest/documentation/online_help/content/gateways/vgw/vgw_man-esxi-gen-ud.htm . By default the VGW can be used with VNC, but once provisioned the command '#serial console redirect enable' will enable telnet usage for GNS3.", + "symbol": ":/symbols/classic/gateway.svg", + "first_port_name": "mgmt", + "port_name_format": "GE0/0/{0}", + "qemu": { + "adapter_type": "e1000", + "adapters": 4, + "ram": 4096, + "cpus": 3, + "hda_disk_interface": "ide", + "hdb_disk_interface": "ide", + "hdc_disk_interface": "ide", + "arch": "x86_64", + "console_type": "vnc", + "kernel_command_line": "", + "kvm": "require", + "options": "-smp cores=3,threads=1,sockets=1 -cpu host", + "process_priority": "normal" + }, + "images": [ + { + "filename": "ArubaOS_VGW_8.6.0.4-2.2.0.0_76905-disk1.vmdk", + "version": "8.6.0.4-2.2.0.0", + "md5sum": "24d3fdcbec01c1faa2d4e68659024b40", + "filesize": 226974208, + "download_url": "https://asp.arubanetworks.com/downloads" + }, + { + "filename": "ArubaOS_VGW_8.6.0.4-2.2.0.0_76905-disk2.vmdk", + "version": "8.6.0.4-2.2.0.0", + "md5sum": "354edd27dc320c739919f55766737d06", + "filesize": 4203008, + "download_url": "https://asp.arubanetworks.com/downloads" + } + ], + "versions": [ + { + "name": "8.6.0.4-2.2.0.0", + "images": { + "hda_disk_image": "ArubaOS_VGW_8.6.0.4-2.2.0.0_76905-disk1.vmdk", + "hdb_disk_image": "ArubaOS_VGW_8.6.0.4-2.2.0.0_76905-disk2.vmdk" + } + } + ] +} diff --git a/gns3server/appliances/cisco-iosv.gns3a b/gns3server/appliances/cisco-iosv.gns3a index 6dae7c47..ba31f5a7 100644 --- a/gns3server/appliances/cisco-iosv.gns3a +++ b/gns3server/appliances/cisco-iosv.gns3a @@ -31,6 +31,13 @@ "download_url": "https://sourceforge.net/projects/gns-3/files", "direct_download_url": "https://sourceforge.net/projects/gns-3/files/Qemu%20Appliances/IOSv_startup_config.img/download" }, + { + "filename": "vios-adventerprisek9-m.spa.158-3.m2.qcow2", + "version": "15.8(3)M2", + "md5sum": "40e3d25b5b0cb13d639fcd2cf18e9965", + "filesize": 57129984, + "download_url": "https://learningnetworkstore.cisco.com/myaccount" + }, { "filename": "vios-adventerprisek9-m.vmdk.SPA.157-3.M3", "version": "15.7(3)M3", @@ -61,6 +68,13 @@ } ], "versions": [ + { + "name": "15.8(3)M2", + "images": { + "hda_disk_image": "vios-adventerprisek9-m.spa.158-3.m2.qcow2", + "hdb_disk_image": "IOSv_startup_config.img" + } + }, { "name": "15.7(3)M3", "images": { diff --git a/gns3server/appliances/cisco-iosvl2.gns3a b/gns3server/appliances/cisco-iosvl2.gns3a index 913b9412..e7bb436f 100644 --- a/gns3server/appliances/cisco-iosvl2.gns3a +++ b/gns3server/appliances/cisco-iosvl2.gns3a @@ -20,8 +20,7 @@ "hda_disk_interface": "virtio", "arch": "x86_64", "console_type": "telnet", - "kvm": "require", - "options": "-machine pc-q35-4.2" + "kvm": "require" }, "images": [ { diff --git a/gns3server/appliances/exos.gns3a b/gns3server/appliances/exos.gns3a index 8c70eb63..7ee67774 100644 --- a/gns3server/appliances/exos.gns3a +++ b/gns3server/appliances/exos.gns3a @@ -26,6 +26,13 @@ "options": "-cpu core2duo" }, "images": [ + { + "filename": "EXOS-VM_v31.1.1.3.qcow2", + "version": "31.1.1.3", + "md5sum": "e4936ad94a5304bfeeca8dfc6f285cc0", + "filesize": 561512448, + "direct_download_url": "https://akamai-ep.extremenetworks.com/Extreme_P/github-en/Virtual_EXOS/EXOS-VM_v31.1.1.3.qcow2" + }, { "filename": "EXOS-VM_v30.7.1.1.qcow2", "version": "30.7.1.1", @@ -91,6 +98,12 @@ } ], "versions": [ + { + "name": "31.1.1.3", + "images": { + "hda_disk_image": "EXOS-VM_v31.1.1.3.qcow2" + } + }, { "name": "30.7.1.1", "images": { diff --git a/gns3server/appliances/f5-bigip.gns3a b/gns3server/appliances/f5-bigip.gns3a index 2abfd56e..9d0d902a 100644 --- a/gns3server/appliances/f5-bigip.gns3a +++ b/gns3server/appliances/f5-bigip.gns3a @@ -30,7 +30,7 @@ { "filename": "BIGIP-16.0.0.1-0.0.3.qcow2", "version": "16.0.0.1", - "md5sum": "95ff618b7d0b53c4252299cd49b0e564", + "md5sum": "f153120d46e84c018c8ff78c6c7164bc", "filesize": 5393088512, "download_url": "https://downloads.f5.com/esd/serveDownload.jsp?path=/big-ip/big-ip_v16.x/16.0.0/english/16.0.0.1_virtual-edition/&sw=BIG-IP&pro=big-ip_v16.x&ver=16.0.0&container=16.0.0.1_Virtual-Edition&file=BIGIP-16.0.0.1-0.0.3.ALL.qcow2.zip" }, diff --git a/gns3server/appliances/huawei-ar1kv.gns3a b/gns3server/appliances/huawei-ar1kv.gns3a new file mode 100644 index 00000000..fbad35b9 --- /dev/null +++ b/gns3server/appliances/huawei-ar1kv.gns3a @@ -0,0 +1,44 @@ +{ + "name": "HuaWei AR1000v", + "category": "router", + "description": "Huawei AR1000V Virtual Router (Virtual CPE, vCPE) is an NFV product based on the industry-leading Huawei VRP platform. The product has rich business capabilities, integrating routing, switching, security, VPN, QoS and other functions, with software and hardware decoupling, Features such as easy business deployment and intelligent operation and maintenance can be applied to scenarios such as enterprise interconnection (SD-WAN) corporate headquarters (Hub point), POP point access, and cloud access.", + "vendor_name": "HuaWei", + "vendor_url": "https://www.huawei.com", + "product_name": "HuaWei AR1000v", + "product_url": "https://support.huawei.com/enterprise/en/routers/ar1000v-pid-21768212", + "registry_version": 5, + "status": "experimental", + "availability": "service-contract", + "maintainer": "none", + "maintainer_email": "none", + "usage": "Default user is super, default password is super.", + "port_name_format": "GigabitEthernet0/0/{0}", + "qemu": { + "adapter_type": "virtio-net-pci", + "adapters": 6, + "ram": 4096, + "cpus": 1, + "arch": "x86_64", + "console_type": "telnet", + "boot_priority": "cd", + "kvm": "require", + "options": "-machine type=pc,accel=kvm -vga std -usbdevice tablet -cpu host" + }, + "images": [ + { + "filename": "ar1k-V300R019C00SPC300.qcow2", + "version": "V300R019C00SPC300", + "md5sum": "5263e1d8964643a22c87f59ff14a5bdc", + "filesize": 534904832, + "download_url": "https://support.huawei.com/enterprise/en/routers/ar1000v-pid-21768212/software" + } + ], + "versions": [ + { + "name": "V300R019C00SPC300", + "images": { + "hda_disk_image": "ar1k-V300R019C00SPC300.qcow2" + } + } + ] +} diff --git a/gns3server/appliances/huawei-ce12800.gns3a b/gns3server/appliances/huawei-ce12800.gns3a new file mode 100644 index 00000000..4cc5eb0c --- /dev/null +++ b/gns3server/appliances/huawei-ce12800.gns3a @@ -0,0 +1,42 @@ +{ + "name": "HuaWei CE12800", + "category": "multilayer_switch", + "description": "CE12800 series switches are high-performance core switches designed for data center networks and high-end campus networks. The switches provide stable, reliable, secure, and high-performance Layer 2/Layer 3 switching services, to help build an elastic, virtualized, agile, and high-quality network.", + "vendor_name": "HuaWei", + "vendor_url": "https://www.huawei.com", + "product_name": "HuaWei CE12800", + "registry_version": 5, + "status": "experimental", + "availability": "service-contract", + "maintainer": "none", + "maintainer_email": "none", + "port_name_format": "GE1/0/{0}", + "qemu": { + "adapter_type": "e1000", + "adapters": 12, + "ram": 2048, + "cpus": 2, + "hda_disk_interface": "ide", + "arch": "x86_64", + "console_type": "telnet", + "kvm": "require", + "options": "-machine type=pc-1.0,accel=kvm -serial mon:stdio -nographic -nodefaults -rtc base=utc -cpu host" + }, + "images": [ + { + "filename": "ce12800-V200R005C10SPC607B607.qcow2", + "version": "V200R005C10SPC607B607", + "md5sum": "a6f2b358b299e2b5f0da2820ef315368", + "filesize": 707002368, + "download_url": "https://support.huawei.com/enterprise/en/switches/cloudengine-12800-pid-7542409/software" + } + ], + "versions": [ + { + "images": { + "hda_disk_image": "ce12800-V200R005C10SPC607B607.qcow2" + }, + "name": "V200R005C10SPC607B607" + } + ] +} diff --git a/gns3server/appliances/huawei-ne40e.gns3a b/gns3server/appliances/huawei-ne40e.gns3a new file mode 100644 index 00000000..73ed94ca --- /dev/null +++ b/gns3server/appliances/huawei-ne40e.gns3a @@ -0,0 +1,44 @@ +{ + "name": "HuaWei NE40E", + "category": "router", + "description": "Based on a 2T platform, the NetEngine 40E-X series provides the industry\u2019s highest capacity 2T routing line cards. Combining performance with low power consumption, innovative Internet Protocol (IP) hard pipe technology, and quick evolution capabilities, NetEngine 40E-X routers meet the low latency and high reliability requirements of business-critical services as well as mature Wide Area Network (WAN) Software-Defined Networking (SDN) solutions. They can serve as core nodes on enterprise WANs, access nodes on large-scale enterprise networks, interconnection and aggregation nodes on campus networks, and edge nodes on large-scale Internet Data Center (IDC) networks.", + "vendor_name": "HuaWei", + "vendor_url": "https://www.huawei.com", + "product_name": "HuaWei NE40E", + "product_url": "https://e.huawei.com/en/products/enterprise-networking/routers/ne/ne40e", + "registry_version": 5, + "status": "experimental", + "availability": "service-contract", + "maintainer": "none", + "maintainer_email": "none", + "first_port_name": "eth0", + "port_name_format": "Ethernet1/0/{0}", + "qemu": { + "adapter_type": "e1000", + "adapters": 12, + "ram": 2048, + "cpus": 2, + "hda_disk_interface": "ide", + "arch": "x86_64", + "console_type": "telnet", + "kvm": "require", + "options": "-machine type=pc-1.0,accel=kvm -serial mon:stdio -nographic -nodefaults -rtc base=utc -cpu host" + }, + "images": [ + { + "filename": "ne40e-V800R011C00SPC607B607.qcow2", + "version": "V800R011C00SPC607B607", + "md5sum": "2ac9c477e22a17860b76b3dc1d5aa119", + "filesize": 496959488, + "download_url": "https://support.huawei.com/enterprise/en/routers/ne40e-pid-15837/software" + } + ], + "versions": [ + { + "images": { + "hda_disk_image": "ne40e-V800R011C00SPC607B607.qcow2" + }, + "name": "V800R011C00SPC607B607" + } + ] +} \ No newline at end of file diff --git a/gns3server/appliances/huawei-usg6kv.gns3a b/gns3server/appliances/huawei-usg6kv.gns3a new file mode 100644 index 00000000..4655f92a --- /dev/null +++ b/gns3server/appliances/huawei-usg6kv.gns3a @@ -0,0 +1,49 @@ +{ + "name": "HuaWei USG6000v", + "category": "firewall", + "description": "Huawei USG6000V is a virtual service gateway based on Network Functions Virtualization (NFV). It features high virtual resource usage and provides virtualized gateway services, such as vFW, vIPsec, vLB, vIPS, vAV, and vURL Remote Query.\nHuawei USG6000V is compatible with most mainstream virtual platforms. It provides standard APIs, together with the OpenStack cloud platform, SDN Controller, and MANO to achieve intelligent solutions for cloud security. This gateway meets flexible service customization requirements for frequent security service changes, elastic and on-demand resource allocation, visualized network management, and rapid rollout.", + "vendor_name": "HuaWei", + "vendor_url": "https://www.huawei.com", + "product_name": "HuaWei USG6000v", + "product_url": "https://e.huawei.com/en/products/enterprise-networking/security/firewall-gateway/usg6000v", + "registry_version": 5, + "status": "experimental", + "availability": "service-contract", + "maintainer": "none", + "maintainer_email": "none", + "usage": "Default password is admin. Default username and password for web is admin/Admin@123.", + "first_port_name": "GigabitEthernet0/0/0", + "port_name_format": "GigabitEthernet1/0/{0}", + "qemu": { + "adapter_type": "virtio-net-pci", + "adapters": 6, + "ram": 4096, + "cpus": 2, + "hda_disk_interface": "ide", + "hdb_disk_interface": "ide", + "hdc_disk_interface": "ide", + "hdd_disk_interface": "ide", + "arch": "x86_64", + "console_type": "telnet", + "boot_priority": "dc", + "kvm": "require", + "options": "-machine type=pc,accel=kvm -vga std -usbdevice tablet" + }, + "images": [ + { + "filename": "usg6kv-v2-V500R001C10.qcow2", + "version": "V500R001C10", + "md5sum": "07f87aaa4f4d8b9a713d90eb32f89111", + "filesize": 737476608, + "download_url": "https://support.huawei.com/enterprise/en/security/usg6000v-pid-21431620/software" + } + ], + "versions": [ + { + "name": "V500R001C10", + "images": { + "hda_disk_image": "usg6kv-v2-V500R001C10.qcow2" + } + } + ] +} diff --git a/gns3server/appliances/ipxe.gns3a b/gns3server/appliances/ipxe.gns3a new file mode 100644 index 00000000..fff2f330 --- /dev/null +++ b/gns3server/appliances/ipxe.gns3a @@ -0,0 +1,46 @@ +{ + "name": "ipxe", + "category": "guest", + "description": "boot guest from network via iPXE", + "vendor_name": "Linux", + "vendor_url": "http://gns3.com/", + "documentation_url": "http://ipxe.org", + "product_name": "iPXE netboot", + "product_url": "http://ipxe.org/", + "registry_version": 3, + "status": "stable", + "maintainer": "GNS3 Team", + "maintainer_email": "developers@gns3.net", + "usage": "x86_64 guest booted from network via iPXE. If you need latest ipxe version - download, attach and boot iso from http://boot.ipxe.org/ipxe.iso. Don't forget to adjust memory according guest requirements. If guest is linux, you can add serial console options to kernel arguments.", + "symbol": "linux_guest.svg", + "port_name_format": "eth{0}", + "qemu": { + "adapter_type": "e1000", + "adapters": 1, + "ram": 1024, + "hda_disk_interface": "ide", + "arch": "x86_64", + "console_type": "telnet", + "boot_priority": "n", + "kvm": "allow", + "options": "-nographic" + }, + "images": [ + { + "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": [ + { + "name": "1.0", + "images": { + "hda_disk_image": "empty8G.qcow2" + } + } + ] +} diff --git a/gns3server/appliances/juniper-vmx-vcp.gns3a b/gns3server/appliances/juniper-vmx-vcp.gns3a index 1f1a276d..cc31d8c0 100644 --- a/gns3server/appliances/juniper-vmx-vcp.gns3a +++ b/gns3server/appliances/juniper-vmx-vcp.gns3a @@ -46,24 +46,6 @@ "md5sum": "25322c2caf542059de72e9adbec1fb68", "filesize": 10485760 }, - { - "filename": "junos-vmx-x86-64-19.3R1.8.qcow2", - "version": "19.3R1.8-KVM", - "md5sum": "cd14a6884edeb6b337d3c2be02241c63", - "filesize": 1435238400 - }, - { - "filename": "vmxhdd-19.3R1.8.img", - "version": "19.3R1.8-KVM", - "md5sum": "ae26e0f32605a53a5c85342bad677c9f", - "filesize": 197120 - }, - { - "filename": "metadata-usb-re-19.3R1.8.img", - "version": "19.3R1.8-KVM", - "md5sum": "3c66c4657773a0cd2b38ffd84115446a", - "filesize": 10485760 - }, { "filename": "junos-vmx-x86-64-17.4R1.16.qcow2", "version": "17.4R1.16-KVM", @@ -365,14 +347,6 @@ "hdc_disk_image": "metadata-usb-re-20.2R1.10.img" } }, - { - "name": "19.3R1.8-KVM", - "images": { - "hda_disk_image": "junos-vmx-x86-64-19.3R1.8.qcow2", - "hdb_disk_image": "vmxhdd-19.3R1.8.img", - "hdc_disk_image": "metadata-usb-re-19.3R1.8.img" - } - }, { "name": "17.4R1.16-KVM", "images": { diff --git a/gns3server/appliances/juniper-vsrx.gns3a b/gns3server/appliances/juniper-vsrx.gns3a index e9b019fe..e6c6adb0 100644 --- a/gns3server/appliances/juniper-vsrx.gns3a +++ b/gns3server/appliances/juniper-vsrx.gns3a @@ -25,6 +25,20 @@ "options": "-smp 2" }, "images": [ + { + "filename": "junos-media-vsrx-x86-64-vmdisk-20.4R1.12.qcow2", + "version": "20.4R1", + "md5sum": "a445304c6f710d6d5401b486ef68cd20", + "filesize": 6796738560, + "download_url": "https://www.juniper.net/us/en/dm/free-vsrx-trial/" + }, + { + "filename": "junos-vsrx3-x86-64-20.4R1.12.qcow2", + "version": "20.4R1", + "md5sum": "0e7a44a56c0326908fcbdc70451e08f5", + "filesize": 942211072, + "download_url": "https://www.juniper.net/us/en/dm/free-vsrx-trial/" + }, { "filename": "junos-media-vsrx-x86-64-vmdisk-19.3R1.8.qcow2", "version": "19.3R1", @@ -32,6 +46,13 @@ "filesize": 5185142784, "download_url": "https://www.juniper.net/us/en/dm/free-vsrx-trial/" }, + { + "filename": "junos-vsrx3-x86-64-19.3R1.8.qcow2", + "version": "19.3R1", + "md5sum": "b94d6e5b38737af09c5c9f49c623b69b", + "filesize": 834928640, + "download_url": "https://www.juniper.net/us/en/dm/free-vsrx-trial/" + }, { "filename": "junos-media-vsrx-vmdisk-18.1R1.9.qcow2", "version": "18.1R1", @@ -39,6 +60,13 @@ "filesize": 4418961408, "download_url": "https://www.juniper.net/us/en/dm/free-vsrx-trial/" }, + { + "filename": "junos-vsrx3-x86-64-18.4R3.3.qcow2", + "version": "18.4R3", + "md5sum": "bb1dec15bb047446f80d85a129cb57c6", + "filesize": 764805120, + "download_url": "https://www.juniper.net/us/en/dm/free-vsrx-trial/" + }, { "filename": "media-vsrx-vmdisk-17.4R1.16.qcow2", "version": "17.4R1", @@ -153,18 +181,42 @@ } ], "versions": [ + { + "name": "20.4R1", + "images": { + "hda_disk_image": "junos-media-vsrx-x86-64-vmdisk-20.4R1.12.qcow2" + } + }, + { + "name": "20.4R1 3.0", + "images": { + "hda_disk_image": "junos-vsrx3-x86-64-20.4R1.12.qcow2" + } + }, { "name": "19.3R1", "images": { "hda_disk_image": "junos-media-vsrx-x86-64-vmdisk-19.3R1.8.qcow2" } }, + { + "name": "19.3R1 3.0", + "images": { + "hda_disk_image": "junos-vsrx3-x86-64-19.3R1.8.qcow2" + } + }, { "name": "18.1R1", "images": { "hda_disk_image": "junos-media-vsrx-vmdisk-18.1R1.9.qcow2" } }, + { + "name": "18.4R3 3.0", + "images": { + "hda_disk_image": "junos-vsrx3-x86-64-18.4R3.3.qcow2" + } + }, { "name": "17.4R1", "images": { diff --git a/gns3server/appliances/open-media-vault.gns3a b/gns3server/appliances/open-media-vault.gns3a new file mode 100644 index 00000000..9e0d624c --- /dev/null +++ b/gns3server/appliances/open-media-vault.gns3a @@ -0,0 +1,55 @@ +{ + "name": "OpenMediaVault", + "category": "guest", + "description": "openmediavault is the next generation network attached storage (NAS) solution based on Debian Linux. It contains services like SSH, (S)FTP, SMB/CIFS, DAAP media server, RSync, BitTorrent client and many more.", + "vendor_name": "Volker Theile", + "vendor_url": "https://www.openmediavault.org/", + "documentation_url": "hhttps://docs.openmediavault.org", + "product_name": "OpenMediaVault", + "product_url": "https://www.openmediavault.org/", + "registry_version": 3, + "status": "stable", + "maintainer": "Savio D'souza", + "maintainer_email": "savio2002@yahoo.in", + "usage": "Install OS to first Disk, poweroff, eject iso.\nAdd empty30G.qcow2 to Secondary master and slave this way you will get 3 hard disks for storage.\nDefault WUI credentials are admin:openmediavault.", + "port_name_format": "eth{0}", + "qemu": { + "adapter_type": "e1000", + "adapters": 1, + "ram": 2048, + "hda_disk_interface": "ide", + "hdb_disk_interface": "ide", + "arch": "x86_64", + "console_type": "vnc", + "boot_priority": "dc", + "kvm": "require" + }, + "images": [ + { + "filename": "openmediavault_5.5.11-amd64.iso", + "version": "5.5.11", + "md5sum": "76baad8e13dd49bee9b4b4a6936b7296", + "filesize": 608174080, + "download_url": "https://www.openmediavault.org/download.html", + "direct_download_url": "https://sourceforge.net/projects/openmediavault/files/latest/download" + }, + { + "filename": "empty30G.qcow2", + "version": "1.0", + "md5sum": "3411a599e822f2ac6be560a26405821a", + "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/empty30G.qcow2/download" + } + ], + "versions": [ + { + "name": "5.5.11", + "images": { + "hda_disk_image": "empty30G.qcow2", + "hdb_disk_image": "empty30G.qcow2", + "cdrom_image": "openmediavault_5.5.11-amd64.iso" + } + } + ] +} \ No newline at end of file diff --git a/gns3server/appliances/openwrt.gns3a b/gns3server/appliances/openwrt.gns3a index 44c37563..487aee96 100644 --- a/gns3server/appliances/openwrt.gns3a +++ b/gns3server/appliances/openwrt.gns3a @@ -22,6 +22,24 @@ "kvm": "allow" }, "images": [ + { + "filename": "openwrt-19.07.6-x86-64-combined-ext4.img", + "version": "19.07.6", + "md5sum": "db0d48f47917684f6ce9c8430d90bb8a", + "filesize": 285736960, + "download_url": "https://downloads.openwrt.org/releases/19.07.6/targets/x86/64/", + "direct_download_url": "https://downloads.openwrt.org/releases/19.07.6/targets/x86/64/openwrt-19.07.6-x86-64-combined-ext4.img.gz", + "compression": "gzip" + }, + { + "filename": "openwrt-19.07.5-x86-64-combined-ext4.img", + "version": "19.07.5", + "md5sum": "20167cfbb8d51adad9e251f4cd3508fe", + "filesize": 285736960, + "download_url": "https://downloads.openwrt.org/releases/19.07.5/targets/x86/64/", + "direct_download_url": "https://downloads.openwrt.org/releases/19.07.5/targets/x86/64/openwrt-19.07.5-x86-64-combined-ext4.img.gz", + "compression": "gzip" + }, { "filename": "openwrt-19.07.4-x86-64-combined-ext4.img", "version": "19.07.4", @@ -141,6 +159,18 @@ } ], "versions": [ + { + "name": "19.07.6", + "images": { + "hda_disk_image": "openwrt-19.07.6-x86-64-combined-ext4.img" + } + }, + { + "name": "19.07.5", + "images": { + "hda_disk_image": "openwrt-19.07.5-x86-64-combined-ext4.img" + } + }, { "name": "19.07.4", "images": { diff --git a/gns3server/appliances/puppy-linux.gns3a b/gns3server/appliances/puppy-linux.gns3a new file mode 100644 index 00000000..24315993 --- /dev/null +++ b/gns3server/appliances/puppy-linux.gns3a @@ -0,0 +1,81 @@ +{ + "name": "Puppy Linux", + "category": "guest", + "description": "Puppy Linux is a unique family of Linux distributions meant for the home-user computers. It was originally created by Barry Kauler in 2003.", + "vendor_name": "Puppy Linux", + "vendor_url": "http://puppylinux.com/", + "documentation_url": "http://wikka.puppylinux.com/HomePage", + "product_name": "Puppy Linux", + "registry_version": 3, + "status": "stable", + "maintainer": "Savio D'souza", + "maintainer_email": "savio2002@yahoo.in", + "usage": "No Password by default\nRun installer & install to local disk\nEject the ISO and reboot.", + "port_name_format": "eth{0}", + "qemu": { + "adapter_type": "e1000", + "adapters": 1, + "ram": 256, + "arch": "x86_64", + "console_type": "vnc", + "boot_priority": "cd", + "kvm": "require" + }, + "images": [ + { + "filename": "fossapup64-9.5.iso", + "version": "9.5", + "md5sum": "6a45e7a305b7d3172ebd9eab5ca460e4", + "filesize": 428867584, + "download_url": "http://puppylinux.com/index.html", + "direct_download_url": "http://distro.ibiblio.org/puppylinux/puppy-fossa/fossapup64-9.5.iso" + }, + { + "filename": "bionicpup64-8.0-uefi.iso", + "version": "8.0", + "md5sum": "e31ddba0e6006021c157cb5a5b65ad5f", + "filesize": 371195904, + "download_url": "http://puppylinux.com/index.html", + "direct_download_url": "http://distro.ibiblio.org/puppylinux/puppy-bionic/bionicpup64/bionicpup64-8.0-uefi.iso" + }, + { + "filename": "xenialpup64-7.5-uefi.iso", + "version": "7.5", + "md5sum": "4502bb9693bd72fb5dcfb86a2ce8255d", + "filesize": 346030080, + "download_url": "http://puppylinux.com/index.html", + "direct_download_url": "http://distro.ibiblio.org/puppylinux/puppy-xenial/64/xenialpup64-7.5-uefi.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": [ + { + "name": "9.5", + "images": { + "hda_disk_image": "empty8G.qcow2", + "cdrom_image": "fossapup64-9.5.iso" + } + }, + { + "name": "8.0", + "images": { + "hda_disk_image": "empty8G.qcow2", + "cdrom_image": "bionicpup64-8.0-uefi.iso" + } + }, + { + "name": "7.5", + "images": { + "hda_disk_image": "empty8G.qcow2", + "cdrom_image": "xenialpup64-7.5-uefi.iso" + } + } + ] +} diff --git a/gns3server/appliances/raspian.gns3a b/gns3server/appliances/raspian.gns3a new file mode 100644 index 00000000..b887d786 --- /dev/null +++ b/gns3server/appliances/raspian.gns3a @@ -0,0 +1,50 @@ +{ + "name": "Raspian", + "category": "guest", + "description": "Raspberry Pi Desktop comes pre-installed with plenty of software for education, programming and general use; including Python, Scratch, Sonic Pi, Java, and more. Appliance created to demonstrate new_appliance.py - read more at https://nextpertise.net.", + "vendor_name": "Raspberry Pi Foundation", + "vendor_url": "https://www.raspberrypi.org", + "product_name": "Raspberry Pi Desktop", + "product_url": "https://www.raspberrypi.org/downloads/raspberry-pi-desktop/", + "registry_version": 4, + "status": "stable", + "availability": "free", + "maintainer": "Brent Stewart", + "maintainer_email": "brent@stewart.tc", + "usage": "Default password is raspberry", + "symbol": "rpi.png", + "qemu": { + "adapter_type": "virtio", + "adapters": 1, + "ram": 1024, + "hda_disk_interface": "sata", + "arch": "x86_64", + "console_type": "vnc", + "kvm": "disable" + }, + "images": [ + { + "filename": "2020-02-12-rpd-x86-buster.iso", + "version": "2020-02-12", + "md5sum": "98f34fb53086752b4c9c452094f30740", + "filesize": 3128147968, + "download_url": "https://www.raspberrypi.org/downloads/raspberry-pi-desktop/" + }, + { + "filename": "empty8G.qcow2", + "version": "1", + "md5sum": "f1d2c25b6990f99bd05b433ab603bdb4", + "filesize": 197120, + "download_url": "https://sourceforge.net/projects/gns-3/files/Empty%20Qemu%20disk/empty8G.qcow2/download" + } + ], + "versions": [ + { + "name": "2020-02-12", + "images": { + "hda_disk_image": "empty8G.qcow2", + "cdrom_image": "2020-02-12-rpd-x86-buster.iso" + } + } + ] +} diff --git a/gns3server/appliances/rhel.gns3a b/gns3server/appliances/rhel.gns3a new file mode 100644 index 00000000..29a87362 --- /dev/null +++ b/gns3server/appliances/rhel.gns3a @@ -0,0 +1,80 @@ +{ + "name": "RHEL", + "category": "guest", + "description": "Red Hat Enterprise Linux Server provides core operating system functions and capabilities for application infrastructure.", + "vendor_name": "Red Hat", + "vendor_url": "https://redhat.com", + "documentation_url": "https://access.redhat.com/solutions/641193", + "product_name": "Red Hat Enterprise Linux KVM Guest Image", + "product_url": "https://www.redhat.com/en/technologies/linux-platforms/enterprise-linux", + "registry_version": 5, + "status": "stable", + "availability": "service-contract", + "maintainer": "Neyder Achahuanco", + "maintainer_email": "neyder@neyder.net", + "usage": "You should download Red Hat Enterprise Linux KVM Guest Image from https://access.redhat.com/downloads/content/479/ver=/rhel---8/8.3/x86_64/product-software attach/customize cloud-init.iso and start.\nusername: cloud-user\npassword: redhat", + "qemu": { + "adapter_type": "virtio-net-pci", + "adapters": 1, + "ram": 1024, + "hda_disk_interface": "virtio", + "arch": "x86_64", + "console_type": "telnet", + "boot_priority": "c", + "kvm": "require", + "options": "-nographic" + }, + "images": [ + { + "filename": "rhel-8.3-x86_64-kvm.qcow2", + "version": "8.3", + "md5sum": "dd554c059e0910379fff88f677f4a4b3", + "filesize": 1316683776, + "download_url": "https://access.redhat.com/downloads/content/479/ver=/rhel---8/8.3/x86_64/product-software" + }, + { + "filename": "rhel-server-7.9-x86_64-kvm.qcow2", + "version": "7.9", + "md5sum": "8d6669b3e2bb8df15b9b4280936cf950", + "filesize": 827777024, + "download_url": "https://access.redhat.com/downloads/content/69/ver=/rhel---7/7.9/x86_64/product-software" + }, + { + "filename": "rhel-server-6.10-update-11-x86_64-kvm.qcow2", + "version": "6.10", + "md5sum": "6d672026d3a0eae794a677a18287f9c0", + "filesize": 341442560, + "download_url": "https://access.redhat.com/downloads/content/69/ver=/rhel---6/6.10/x86_64/product-software" + }, + { + "filename": "rhel-cloud-init.iso", + "version": "1.0", + "md5sum": "421745b0d13615ecd48696f98d8b6352", + "filesize": 374784, + "download_url": "https://gitlab.com/neyder/rhel-cloud-init/raw/master/rhel-cloud-init.iso" + } + ], + "versions": [ + { + "images": { + "hda_disk_image": "rhel-8.3-x86_64-kvm.qcow2", + "cdrom_image": "rhel-cloud-init.iso" + }, + "name": "8.3" + }, + { + "images": { + "hda_disk_image": "rhel-server-7.9-x86_64-kvm.qcow2", + "cdrom_image": "rhel-cloud-init.iso" + }, + "name": "7.9" + }, + { + "images": { + "hda_disk_image": "rhel-server-6.10-update-11-x86_64-kvm.qcow2", + "cdrom_image": "rhel-cloud-init.iso" + }, + "name": "6.10" + } + ] +} diff --git a/gns3server/appliances/ubuntu-cloud.gns3a b/gns3server/appliances/ubuntu-cloud.gns3a index d941143e..4fbc7ae2 100644 --- a/gns3server/appliances/ubuntu-cloud.gns3a +++ b/gns3server/appliances/ubuntu-cloud.gns3a @@ -25,6 +25,13 @@ "options": "-nographic" }, "images": [ + { + "filename": "ubuntu-20.04-server-cloudimg-amd64.img", + "version": "20.04 (LTS)", + "md5sum": "044bc979b2238192ee3edb44e2bb6405", + "filesize": 552337408, + "download_url": "https://cloud-images.ubuntu.com/releases/focal/release-20210119.1/ubuntu-20.04-server-cloudimg-amd64.img" + }, { "filename": "ubuntu-18.04-server-cloudimg-amd64.img", "version": "18.04 (LTS)", @@ -62,6 +69,13 @@ } ], "versions": [ + { + "name": "20.04 (LTS)", + "images": { + "hda_disk_image": "ubuntu-20.04-server-cloudimg-amd64.img", + "cdrom_image": "ubuntu-cloud-init-data.iso" + } + }, { "name": "18.04 (LTS)", "images": { diff --git a/gns3server/appliances/vyos.gns3a b/gns3server/appliances/vyos.gns3a index a6c04274..24aaa0eb 100644 --- a/gns3server/appliances/vyos.gns3a +++ b/gns3server/appliances/vyos.gns3a @@ -1,76 +1,52 @@ { "name": "VyOS", "category": "router", - "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 in the rolling release track.", + "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", - "vendor_url": "http://vyos.net/", - "documentation_url": "http://vyos.net/wiki/User_Guide", + "vendor_url": "https://vyos.net/", + "documentation_url": "https://docs.vyos.io/", "product_name": "VyOS", - "product_url": "http://vyos.net/", + "product_url": "https://vyos.net/", "registry_version": 3, "status": "stable", "maintainer": "GNS3 Team", "maintainer_email": "developers@gns3.net", - "usage": "Default username/password is vyos/vyos. At first boot the router will start from the cdrom, login and then type install system and follow the instructions.", - "symbol": "vyos.png", + "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, - "hda_disk_interface": "ide", + "hda_disk_interface": "scsi", "arch": "x86_64", "console_type": "telnet", - "boot_priority": "dc", + "boot_priority": "cd", "kvm": "allow" }, "images": [ { - "filename": "vyos-1.2.6-amd64.iso", - "version": "1.2.6", - "md5sum": "dbf5335c16967cd5f768d1ca927666db", - "filesize": 428867584, - "download_url": "https://downloads.vyos.io/?dir=release/current/1.2.6" + "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" }, { - "filename": "vyos-1.3-rolling-202005040117-amd64.iso", - "version": "1.3-rolling-202005040117", - "md5sum": "0500d5138cd05239b50f93fb24ac8b55", - "filesize": 438304768, - "download_url": "https://downloads.vyos.io/?dir=rolling/current/amd64", - "direct_download_url": "https://downloads.vyos.io/rolling/current/amd64/vyos-1.3-rolling-202005040117-amd64.iso" + "filename": "vyos-1.2.6-S1-amd64.iso", + "version": "1.2.6-S1", + "md5sum": "449873ae455d5f3f509db7a614e86984", + "filesize": 428867584, + "download_url": "https://support.vyos.io/en/downloads/files/vyos-1-2-6-s1-generic-iso-image" }, { "filename": "vyos-1.1.8-amd64.iso", "version": "1.1.8", "md5sum": "95a141d4b592b81c803cdf7e9b11d8ea", "filesize": 241172480, - "download_url": "https://downloads.vyos.io/?dir=release/legacy/1.1.8", - "direct_download_url": "https://downloads.vyos.io/release/legacy/1.1.8/vyos-1.1.8-amd64.iso" - }, - { - "filename": "vyos-1.1.7-amd64.iso", - "version": "1.1.7", - "md5sum": "9a7f745a0b0db0d4f1d9eee2a437fb54", - "filesize": 245366784, - "download_url": "https://downloads.vyos.io/?dir=release/legacy/1.1.7/", - "direct_download_url": "https://downloads.vyos.io/release/legacy/1.1.7/vyos-1.1.7-amd64.iso" - }, - { - "filename": "vyos-1.1.6-amd64.iso", - "version": "1.1.6", - "md5sum": "3128954d026e567402a924c2424ce2bf", - "filesize": 245366784, - "download_url": "hhttps://downloads.vyos.io/?dir=release/legacy/1.1.6/", - "direct_download_url": "https://downloads.vyos.io/release/legacy/1.1.6/vyos-1.1.6-amd64.iso" - }, - { - "filename": "vyos-1.1.5-amd64.iso", - "version": "1.1.5", - "md5sum": "193179532011ceaa87ee725bd8f22022", - "filesize": 247463936, - "download_url": "https://downloads.vyos.io/?dir=release/legacy/1.1.5/", - "direct_download_url": "https://downloads.vyos.io/release/legacy/1.1.5/vyos-1.1.5-amd64.iso" + "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", @@ -83,17 +59,16 @@ ], "versions": [ { - "name": "1.2.6", + "name": "1.3-snapshot-202101", "images": { - "hda_disk_image": "empty8G.qcow2", - "cdrom_image": "vyos-1.2.6-amd64.iso" + "hda_disk_image": "vyos-1.3-rolling-202101-qemu.qcow2" } }, { - "name": "1.3-rolling-202005040117", + "name": "1.2.6-S1", "images": { "hda_disk_image": "empty8G.qcow2", - "cdrom_image": "vyos-1.3-rolling-202005040117-amd64.iso" + "cdrom_image": "vyos-1.2.6-S1-amd64.iso" } }, { @@ -102,27 +77,6 @@ "hda_disk_image": "empty8G.qcow2", "cdrom_image": "vyos-1.1.8-amd64.iso" } - }, - { - "name": "1.1.7", - "images": { - "hda_disk_image": "empty8G.qcow2", - "cdrom_image": "vyos-1.1.7-amd64.iso" - } - }, - { - "name": "1.1.6", - "images": { - "hda_disk_image": "empty8G.qcow2", - "cdrom_image": "vyos-1.1.6-amd64.iso" - } - }, - { - "name": "1.1.5", - "images": { - "hda_disk_image": "empty8G.qcow2", - "cdrom_image": "vyos-1.1.5-amd64.iso" - } } ] } diff --git a/gns3server/appliances/windows-xp+ie.gns3a b/gns3server/appliances/windows-xp+ie.gns3a new file mode 100644 index 00000000..6bd31aa9 --- /dev/null +++ b/gns3server/appliances/windows-xp+ie.gns3a @@ -0,0 +1,51 @@ +{ + "name": "Windows", + "category": "guest", + "description": "Microsoft Windows XP is a graphical operating system developed, marketed, and sold by Microsoft.\n\nMicrosoft has released time limited VMs for testing Internet Explorer.", + "vendor_name": "Microsoft", + "vendor_url": "http://www.microsoft.com", + "product_name": "Windows XP", + "registry_version": 3, + "status": "experimental", + "maintainer": "GNS3 Team", + "maintainer_email": "developers@gns3.net", + "qemu": { + "adapter_type": "pcnet", + "adapters": 2, + "ram": 512, + "arch": "i386", + "console_type": "vnc", + "kvm": "require", + "options": "-vga std -soundhw es1370 -usbdevice tablet" + }, + "images": [ + { + "filename": "IE8 - WinXP-disk1.vmdk", + "version": "XP+IE8", + "md5sum": "9cf6a0d5af11bdad26a59731f6494666", + "filesize": 1241311744, + "download_url": "https://ia802808.us.archive.org/22/items/ie8.winxp.vmware/IE8-WinXP-VMWare.zip" + }, + { + "filename": "IE6 - WinXP-disk1.vmdk", + "version": "XP+IE6", + "md5sum": "f7fc1948749f0a62c3cccf0775d74f05", + "filesize": 1063498240, + "download_url": "https://ia802903.us.archive.org/25/items/ie6.winxp.vmware/IE6%20-%20WinXP-VMWare.zip" + } + ], + "versions": [ + { + "name": "XP+IE8", + "images": { + "hda_disk_image": "IE8 - WinXP-disk1.vmdk" + } + }, + { + "name": "XP+IE6", + "images": { + "hda_disk_image": "IE6 - WinXP-disk1.vmdk" + } + } + ] +} \ No newline at end of file