From c274be1135a8c81b483346dac6c2e03710aa5849 Mon Sep 17 00:00:00 2001 From: ziajka Date: Fri, 13 Jul 2018 12:42:43 +0200 Subject: [PATCH] Sync appliances --- gns3server/appliances/aaa.gns3a | 19 ++ gns3server/appliances/cisco-asav.gns3a | 13 + gns3server/appliances/cisco-csr1000v.gns3a | 15 +- gns3server/appliances/cisco-iosxrv9k.gns3a | 2 +- gns3server/appliances/cisco-nxosv9k.gns3a | 14 + gns3server/appliances/coreos.gns3a | 17 +- gns3server/appliances/cumulus-vx.gns3a | 44 +++- gns3server/appliances/dns.gns3a | 19 ++ gns3server/appliances/f5-bigip.gns3a | 28 ++ gns3server/appliances/fortiadc.gns3a | 80 ++++-- gns3server/appliances/fortianalyzer.gns3a | 28 ++ .../appliances/fortiauthenticator.gns3a | 28 ++ gns3server/appliances/forticache.gns3a | 14 + gns3server/appliances/fortigate.gns3a | 28 ++ gns3server/appliances/fortimail.gns3a | 42 +++ gns3server/appliances/fortimanager.gns3a | 28 ++ gns3server/appliances/fortisandbox.gns3a | 14 + .../appliances/fortisiem-super_worker.gns3a | 29 +++ gns3server/appliances/fortiweb.gns3a | 51 ++++ gns3server/appliances/freenas.gns3a | 16 ++ gns3server/appliances/frr.gns3a | 41 +++ gns3server/appliances/hp-vsr1001.gns3a | 21 +- gns3server/appliances/ipfire.gns3a | 30 +++ gns3server/appliances/juniper-vmx-vcp.gns3a | 56 +++- gns3server/appliances/juniper-vmx-vfp.gns3a | 34 ++- gns3server/appliances/juniper-vqfx-pfe.gns3a | 13 + gns3server/appliances/juniper-vqfx-re.gns3a | 13 + gns3server/appliances/juniper-vsrx.gns3a | 39 +++ gns3server/appliances/kali-linux.gns3a | 14 + gns3server/appliances/kerio-connect.gns3a | 16 +- gns3server/appliances/kerio-control.gns3a | 14 + gns3server/appliances/kerio-operator.gns3a | 14 + gns3server/appliances/net_toolbox.gns3a | 19 ++ .../appliances/network_automation.gns3a | 2 +- gns3server/appliances/opnsense.gns3a | 27 +- gns3server/appliances/pan-vm-fw.gns3a | 246 +++++++++--------- gns3server/appliances/pfsense.gns3a | 87 +------ .../appliances/python-go-perl-php.gns3a | 2 +- gns3server/appliances/ubuntu-cloud.gns3a | 14 + gns3server/appliances/untangle.gns3a | 14 + gns3server/appliances/zentyal-server.gns3a | 15 ++ 41 files changed, 1012 insertions(+), 248 deletions(-) create mode 100644 gns3server/appliances/aaa.gns3a create mode 100644 gns3server/appliances/dns.gns3a create mode 100644 gns3server/appliances/frr.gns3a create mode 100644 gns3server/appliances/net_toolbox.gns3a diff --git a/gns3server/appliances/aaa.gns3a b/gns3server/appliances/aaa.gns3a new file mode 100644 index 00000000..b54b24a9 --- /dev/null +++ b/gns3server/appliances/aaa.gns3a @@ -0,0 +1,19 @@ +{ + "name": "AAA", + "category": "guest", + "description": "This appliance provides RADIUS and TACACS+ services with preconfigured users and groups.", + "vendor_name": "Ubuntu", + "vendor_url": "https://www.ubuntu.com/", + "product_name": "AAA", + "registry_version": 3, + "status": "stable", + "maintainer": "Andras Dosztal", + "maintainer_email": "developers@gns3.net", + "symbol": "linux_guest.svg", + "usage": "RADIUS users:\n- alice\n- bob\n\nTACACS+ users:\n- gns3 (role: admin)\n- readonly\n\nAll users, as well as the RADIUS/TACACS+ clients have the password 'gns3' set.", + "docker": { + "adapters": 1, + "image": "adosztal/aaa:latest", + "console_type": "telnet" + } +} diff --git a/gns3server/appliances/cisco-asav.gns3a b/gns3server/appliances/cisco-asav.gns3a index 50d8b7b9..b61e6405 100644 --- a/gns3server/appliances/cisco-asav.gns3a +++ b/gns3server/appliances/cisco-asav.gns3a @@ -25,6 +25,13 @@ "kvm": "require" }, "images": [ + { + "filename": "asav983.qcow2", + "version": "9.8.3", + "md5sum": "f9cf40b2d555a1bea6d36bc83f06ea33", + "filesize": 199491584, + "download_url": "https://software.cisco.com/download/home/286119613/type/280775065/release/9.8.3" + }, { "filename": "asav981-5.qcow2", "version": "9.8.1-5", @@ -97,6 +104,12 @@ } ], "versions": [ + { + "name": "9.8.3", + "images": { + "hda_disk_image": "asav983.qcow2" + } + }, { "name": "9.8.1-5", "images": { diff --git a/gns3server/appliances/cisco-csr1000v.gns3a b/gns3server/appliances/cisco-csr1000v.gns3a index 505cbcb8..5078d9f5 100644 --- a/gns3server/appliances/cisco-csr1000v.gns3a +++ b/gns3server/appliances/cisco-csr1000v.gns3a @@ -14,7 +14,7 @@ "usage": "There is no default password and enable password. A default configuration is present.", "port_name_format": "Gi{port1}", "qemu": { - "adapter_type": "virtio-net-pci", + "adapter_type": "vmxnet3", "adapters": 4, "ram": 3072, "arch": "x86_64", @@ -22,6 +22,13 @@ "kvm": "require" }, "images": [ + { + "filename": "csr1000v-universalk9.16.08.01a-serial.qcow2", + "version": "16.8.1a", + "md5sum": "91e2572f20c77606d710223511cd279a", + "filesize": 890044416, + "download_url": "https://software.cisco.com/download/home/284364978/type/282046477" + }, { "filename": "csr1000v-universalk9.16.07.01-serial.qcow2", "version": "16.7.1", @@ -94,6 +101,12 @@ } ], "versions": [ + { + "name": "16.8.1a", + "images": { + "hda_disk_image": "csr1000v-universalk9.16.08.01a-serial.qcow2" + } + }, { "name": "16.7.1", "images": { diff --git a/gns3server/appliances/cisco-iosxrv9k.gns3a b/gns3server/appliances/cisco-iosxrv9k.gns3a index a140b6d1..8025c734 100644 --- a/gns3server/appliances/cisco-iosxrv9k.gns3a +++ b/gns3server/appliances/cisco-iosxrv9k.gns3a @@ -18,7 +18,7 @@ "adapter_type": "e1000", "adapters": 4, "ram": 16384, - "arch": "i386", + "arch": "x86_64", "console_type": "telnet", "kvm": "require", "options": "-smp 4" diff --git a/gns3server/appliances/cisco-nxosv9k.gns3a b/gns3server/appliances/cisco-nxosv9k.gns3a index 653f4920..b8616e35 100644 --- a/gns3server/appliances/cisco-nxosv9k.gns3a +++ b/gns3server/appliances/cisco-nxosv9k.gns3a @@ -25,6 +25,13 @@ "kvm": "require" }, "images": [ + { + "filename": "nxosv-final.7.0.3.I7.4.qcow2", + "version": "7.0.3.I7.4", + "md5sum": "1e980c95ca47045ae45ded6e07fabfb8", + "filesize": 985792512, + "download_url": "https://software.cisco.com/download/" + }, { "filename": "nxosv-final.7.0.3.I7.3.qcow2", "version": "7.0.3.I7.3", @@ -78,6 +85,13 @@ } ], "versions": [ + { + "name": "7.0.3.I7.4", + "images": { + "bios_image": "OVMF-20160813.fd", + "hda_disk_image": "nxosv-final.7.0.3.I7.4.qcow2" + } + }, { "name": "7.0.3.I7.3", "images": { diff --git a/gns3server/appliances/coreos.gns3a b/gns3server/appliances/coreos.gns3a index 396ca39f..c5aa480b 100644 --- a/gns3server/appliances/coreos.gns3a +++ b/gns3server/appliances/coreos.gns3a @@ -21,6 +21,15 @@ "kvm": "allow" }, "images": [ + { + "filename": "coreos_production_qemu_image.1688.5.3.img", + "version": "1688.5.3", + "md5sum": "f1015a9573fb6e378d2a5e86b4243acd", + "filesize": 867368960, + "download_url": "http://stable.release.core-os.net/amd64-usr/1688.5.3/", + "direct_download_url": "http://stable.release.core-os.net/amd64-usr/1688.5.3/coreos_production_qemu_image.img.bz2", + "compression": "bzip2" + }, { "filename": "coreos_production_qemu_image.1632.2.1.img", "version": "1632.2.1", @@ -158,10 +167,16 @@ } ], "versions": [ + { + "name": "1688.5.3", + "images": { + "hda_disk_image": "coreos_production_qemu_image.1688.5.3.img" + } + }, { "name": "1632.2.1", "images": { - "hda_disk_image": "coreos_production_qemu_image.1576.4.0.img" + "hda_disk_image": "coreos_production_qemu_image.1632.2.1.img" } }, { diff --git a/gns3server/appliances/cumulus-vx.gns3a b/gns3server/appliances/cumulus-vx.gns3a index 42a3f9f3..ffed05fd 100644 --- a/gns3server/appliances/cumulus-vx.gns3a +++ b/gns3server/appliances/cumulus-vx.gns3a @@ -23,13 +23,37 @@ "kvm": "require" }, "images": [ + { + "filename": "cumulus-linux-3.6.1-vx-amd64.qcow2", + "version": "3.6.1", + "md5sum": "b2145a689ceea668d003a0d2f2faa045", + "filesize": 1068761088, + "download_url": "https://cumulusnetworks.com/cumulus-vx/download/", + "direct_download_url": "https://s3.amazonaws.com/cumulusfiles/CumulusLinux-3.6.1/cumulus-linux-3.6.1-vx-amd64.qcow2" + }, + { + "filename": "cumulus-linux-3.6.0-vx-amd64.qcow2", + "version": "3.6.0", + "md5sum": "b5356b6c922f5620d7e6971d44e9be4d", + "filesize": 1105199104, + "download_url": "https://cumulusnetworks.com/cumulus-vx/download/", + "direct_download_url": "http://cumulusfiles.s3.amazonaws.com/cumulus-linux-3.6.0-vx-amd64.qcow2" + }, + { + "filename": "cumulus-linux-3.5.3-vx-amd64.qcow2", + "version": "3.5.3", + "md5sum": "4ecbd7341b214fa3c3b27ab11d1df2fb", + "filesize": 1084358656, + "download_url": "https://cumulusnetworks.com/cumulus-vx/download/", + "direct_download_url": "http://cumulusfiles.s3.amazonaws.com/cumulus-linux-3.5.3-vx-amd64.qcow2" + }, { "filename": "cumulus-linux-3.5.2-vx-amd64.qcow2", "version": "3.5.2", "md5sum": "87d1d8b297e5ebd77924669dfb7e4c9f", "filesize": 996605952, "download_url": "https://cumulusnetworks.com/cumulus-vx/download/", - "direct_download_url": "http://cumulusfiles.s3.amazonaws.com/cumulus-linux-3.5.0-vx-amd64.qcow2" + "direct_download_url": "http://cumulusfiles.s3.amazonaws.com/cumulus-linux-3.5.3-vx-amd64.qcow2" }, { "filename": "cumulus-linux-3.5.0-vx-amd64.qcow2", @@ -141,6 +165,24 @@ } ], "versions": [ + { + "name": "3.6.1", + "images": { + "hda_disk_image": "cumulus-linux-3.6.1-vx-amd64.qcow2" + } + }, + { + "name": "3.6.0", + "images": { + "hda_disk_image": "cumulus-linux-3.6.0-vx-amd64.qcow2" + } + }, + { + "name": "3.5.3", + "images": { + "hda_disk_image": "cumulus-linux-3.5.3-vx-amd64.qcow2" + } + }, { "name": "3.5.2", "images": { diff --git a/gns3server/appliances/dns.gns3a b/gns3server/appliances/dns.gns3a new file mode 100644 index 00000000..0902b0db --- /dev/null +++ b/gns3server/appliances/dns.gns3a @@ -0,0 +1,19 @@ +{ + "name": "DNS", + "category": "guest", + "description": "This appliance provides DNS using dnsmasq with the local domain set to \"lab\".", + "vendor_name": "Ubuntu", + "vendor_url": "https://www.ubuntu.com/", + "product_name": "DNS", + "registry_version": 3, + "status": "stable", + "maintainer": "Andras Dosztal", + "maintainer_email": "developers@gns3.net", + "symbol": "linux_guest.svg", + "usage": "You can add records by adding entries to the /etc/hosts file in the following format:\n%IP_ADDRESS% %HOSTNAME%.lab %HOSTNAME%\n\nExample:\n192.168.123.10 router1.lab router1", + "docker": { + "adapters": 1, + "image": "adosztal/dns:latest", + "console_type": "telnet" + } +} diff --git a/gns3server/appliances/f5-bigip.gns3a b/gns3server/appliances/f5-bigip.gns3a index 863e1944..78e39877 100644 --- a/gns3server/appliances/f5-bigip.gns3a +++ b/gns3server/appliances/f5-bigip.gns3a @@ -27,6 +27,13 @@ "options": "-smp 2 -cpu host" }, "images": [ + { + "filename": "BIGIP-13.1.0.5-0.0.5.qcow2", + "version": "13.1.0 HF5", + "md5sum": "567b70fe36af0f5364883e97e2c08807", + "filesize": 4402446336, + "download_url": "https://downloads.f5.com/esd/serveDownload.jsp?path=/big-ip/big-ip_v13.x/13.1.0/english/13.1.0.5_virtual-edition/&sw=BIG-IP&pro=big-ip_v13.x&ver=13.1.0&container=13.1.0.5_Virtual-Edition&file=BIGIP-13.1.0.5-0.0.5.ALL.qcow2.zip" + }, { "filename": "BIGIP-13.1.0.2.0.0.6.qcow2", "version": "13.1.0 HF2", @@ -55,6 +62,13 @@ "filesize": 3833135104, "download_url": "https://downloads.f5.com/esd/serveDownload.jsp?path=/big-ip/big-ip_v13.x/13.0.0/english/virtual-edition/&sw=BIG-IP&pro=big-ip_v13.x&ver=13.0.0&container=Virtual-Edition&file=BIGIP-13.0.0.0.0.1645.ALL.qcow2.zip" }, + { + "filename": "BIGIP-12.1.3.4-0.0.2.qcow2", + "version": "12.1.3 HF4", + "md5sum": "b2ec82816480c18af1d45ee833744ee8", + "filesize": 3383164928, + "download_url": "https://downloads.f5.com/esd/serveDownload.jsp?path=/big-ip/big-ip_v12.x/12.1.3/english/12.1.3.4_virtual-edition/&sw=BIG-IP&pro=big-ip_v12.x&ver=12.1.3&container=12.1.3.4_Virtual-Edition&file=BIGIP-12.1.3.4-0.0.2.ALL.qcow2.zip" + }, { "filename": "BIGIP-12.1.2.1.0.271.LTM.qcow2", "version": "12.1.2 HF1", @@ -121,6 +135,13 @@ } ], "versions": [ + { + "name": "13.1.0 HF5", + "images": { + "hda_disk_image": "BIGIP-13.1.0.5-0.0.5.qcow2", + "hdb_disk_image": "empty100G.qcow2" + } + }, { "name": "13.1.0 HF2", "images": { @@ -149,6 +170,13 @@ "hdb_disk_image": "empty100G.qcow2" } }, + { + "name": "12.1.3 HF4", + "images": { + "hda_disk_image": "BIGIP-12.1.3.4-0.0.2.qcow2", + "hdb_disk_image": "empty100G.qcow2" + } + }, { "name": "12.1.2 HF1", "images": { diff --git a/gns3server/appliances/fortiadc.gns3a b/gns3server/appliances/fortiadc.gns3a index 10f47817..5a6e7c83 100644 --- a/gns3server/appliances/fortiadc.gns3a +++ b/gns3server/appliances/fortiadc.gns3a @@ -28,12 +28,33 @@ }, "images": [ { - "filename": "FAD_KVM-v400-FORTINET.out.kvm-data.qcow2", - "version": "4.x.x", + "filename": "FAD_KVM-FORTINET.out.kvm-data.qcow2", + "version": "ALL", "md5sum": "b7500835594e62d8acb1c6ec43d597c1", "filesize": 30998528, "download_url": "https://support.fortinet.com/Download/FirmwareImages.aspx" }, + { + "filename": "FAD_KVM-V500-build0056-FORTINET.out.kvm-boot.qcow2", + "version": "5.0.1", + "md5sum": "8b3b789fb540b2c30066f66bcbe7f307", + "filesize": 75038720, + "download_url": "https://support.fortinet.com/Download/FirmwareImages.aspx" + }, + { + "filename": "FAD_KVM-V500-build0045-FORTINET.out.kvm-boot.qcow2", + "version": "5.0.0", + "md5sum": "d7381b3fb7a4534370ce8983e441d888", + "filesize": 74383360, + "download_url": "https://support.fortinet.com/Download/FirmwareImages.aspx" + }, + { + "filename": "FAD_KVM-V400-build0999-FORTINET.out.kvm-boot.qcow2", + "version": "4.8.5", + "md5sum": "d7825b8d0962800c37ffa814a6b2ad45", + "filesize": 73334784, + "download_url": "https://support.fortinet.com/Download/FirmwareImages.aspx" + }, { "filename": "FAD_KVM-V400-build0989-FORTINET.out.kvm-boot.qcow2", "version": "4.8.4", @@ -155,123 +176,144 @@ } ], "versions": [ + { + "name": "5.0.1", + "images": { + "hda_disk_image": "FAD_KVM-V400-build0989-FORTINET.out.kvm-boot.qcow2", + "hdb_disk_image": "FAD_KVM-FORTINET.out.kvm-data.qcow2" + } + }, + { + "name": "5.0.0", + "images": { + "hda_disk_image": "FAD_KVM-V400-build0989-FORTINET.out.kvm-boot.qcow2", + "hdb_disk_image": "FAD_KVM-FORTINET.out.kvm-data.qcow2" + } + }, + { + "name": "4.8.5", + "images": { + "hda_disk_image": "FAD_KVM-V400-build0999-FORTINET.out.kvm-boot.qcow2", + "hdb_disk_image": "FAD_KVM-FORTINET.out.kvm-data.qcow2" + } + }, { "name": "4.8.4", "images": { "hda_disk_image": "FAD_KVM-V400-build0989-FORTINET.out.kvm-boot.qcow2", - "hdb_disk_image": "FAD_KVM-v400-FORTINET.out.kvm-data.qcow2" + "hdb_disk_image": "FAD_KVM-FORTINET.out.kvm-data.qcow2" } }, { "name": "4.8.3", "images": { "hda_disk_image": "FAD_KVM-V400-build0983-FORTINET.out.kvm-boot.qcow2", - "hdb_disk_image": "FAD_KVM-v400-FORTINET.out.kvm-data.qcow2" + "hdb_disk_image": "FAD_KVM-FORTINET.out.kvm-data.qcow2" } }, { "name": "4.8.2", "images": { "hda_disk_image": "FAD_KVM-V400-build0977-FORTINET.out.kvm-boot.qcow2", - "hdb_disk_image": "FAD_KVM-v400-FORTINET.out.kvm-data.qcow2" + "hdb_disk_image": "FAD_KVM-FORTINET.out.kvm-data.qcow2" } }, { "name": "4.8.1", "images": { "hda_disk_image": "FAD_KVM-V400-build0970-FORTINET.out.kvm-boot.qcow2", - "hdb_disk_image": "FAD_KVM-v400-FORTINET.out.kvm-data.qcow2" + "hdb_disk_image": "FAD_KVM-FORTINET.out.kvm-data.qcow2" } }, { "name": "4.8.0", "images": { "hda_disk_image": "FAD_KVM-V400-build0937-FORTINET.out.kvm-boot.qcow2", - "hdb_disk_image": "FAD_KVM-v400-FORTINET.out.kvm-data.qcow2" + "hdb_disk_image": "FAD_KVM-FORTINET.out.kvm-data.qcow2" } }, { "name": "4.7.4", "images": { "hda_disk_image": "FAD_KVM-V400-build0858-FORTINET.out.kvm-boot.qcow2", - "hdb_disk_image": "FAD_KVM-v400-FORTINET.out.kvm-data.qcow2" + "hdb_disk_image": "FAD_KVM-FORTINET.out.kvm-data.qcow2" } }, { "name": "4.7.3", "images": { "hda_disk_image": "FAD_KVM-V400-build0849-FORTINET.out.kvm-boot.qcow2", - "hdb_disk_image": "FAD_KVM-v400-FORTINET.out.kvm-data.qcow2" + "hdb_disk_image": "FAD_KVM-FORTINET.out.kvm-data.qcow2" } }, { "name": "4.7.2", "images": { "hda_disk_image": "FAD_KVM-V400-build0844-FORTINET.out.kvm-boot.qcow2", - "hdb_disk_image": "FAD_KVM-v400-FORTINET.out.kvm-data.qcow2" + "hdb_disk_image": "FAD_KVM-FORTINET.out.kvm-data.qcow2" } }, { "name": "4.7.1", "images": { "hda_disk_image": "FAD_KVM-V400-build0832-FORTINET.out.kvm-boot.qcow2", - "hdb_disk_image": "FAD_KVM-v400-FORTINET.out.kvm-data.qcow2" + "hdb_disk_image": "FAD_KVM-FORTINET.out.kvm-data.qcow2" } }, { "name": "4.7.0", "images": { "hda_disk_image": "FAD_KVM-V400-build0828-FORTINET.out.kvm-boot.qcow2", - "hdb_disk_image": "FAD_KVM-v400-FORTINET.out.kvm-data.qcow2" + "hdb_disk_image": "FAD_KVM-FORTINET.out.kvm-data.qcow2" } }, { "name": "4.6.2", "images": { "hda_disk_image": "FAD_KVM-V400-build0679-FORTINET.out.kvm-boot.qcow2", - "hdb_disk_image": "FAD_KVM-v400-FORTINET.out.kvm-data.qcow2" + "hdb_disk_image": "FAD_KVM-FORTINET.out.kvm-data.qcow2" } }, { "name": "4.6.1", "images": { "hda_disk_image": "FAD_KVM-V400-build0677-FORTINET.out.kvm-boot.qcow2", - "hdb_disk_image": "FAD_KVM-v400-FORTINET.out.kvm-data.qcow2" + "hdb_disk_image": "FAD_KVM-FORTINET.out.kvm-data.qcow2" } }, { "name": "4.6.0", "images": { "hda_disk_image": "FAD_KVM-V400-build0660-FORTINET.out.kvm-boot.qcow2", - "hdb_disk_image": "FAD_KVM-v400-FORTINET.out.kvm-data.qcow2" + "hdb_disk_image": "FAD_KVM-FORTINET.out.kvm-data.qcow2" } }, { "name": "4.5.3", "images": { "hda_disk_image": "FAD_KVM-V400-build0605-FORTINET.out.kvm-boot.qcow2", - "hdb_disk_image": "FAD_KVM-v400-FORTINET.out.kvm-data.qcow2" + "hdb_disk_image": "FAD_KVM-FORTINET.out.kvm-data.qcow2" } }, { "name": "4.5.2", "images": { "hda_disk_image": "FAD_KVM-v400-build0597-FORTINET.out.kvm-boot.qcow2", - "hdb_disk_image": "FAD_KVM-v400-FORTINET.out.kvm-data.qcow2" + "hdb_disk_image": "FAD_KVM-FORTINET.out.kvm-data.qcow2" } }, { "name": "4.5.1", "images": { "hda_disk_image": "FAD_KVM-v400-build0581-FORTINET.out.kvm-boot.qcow2", - "hdb_disk_image": "FAD_KVM-v400-FORTINET.out.kvm-data.qcow2" + "hdb_disk_image": "FAD_KVM-FORTINET.out.kvm-data.qcow2" } }, { "name": "4.5.0", "images": { "hda_disk_image": "FAD_KVM-v400-build0560-FORTINET.out.kvm-boot.qcow2", - "hdb_disk_image": "FAD_KVM-v400-FORTINET.out.kvm-data.qcow2" + "hdb_disk_image": "FAD_KVM-FORTINET.out.kvm-data.qcow2" } } ] diff --git a/gns3server/appliances/fortianalyzer.gns3a b/gns3server/appliances/fortianalyzer.gns3a index 611dc6c1..31475fa9 100644 --- a/gns3server/appliances/fortianalyzer.gns3a +++ b/gns3server/appliances/fortianalyzer.gns3a @@ -26,6 +26,20 @@ "kvm": "allow" }, "images": [ + { + "filename": "FAZ_VM64_KVM-v6-build0092-FORTINET.out.kvm.qcow2", + "version": "6.0.0", + "md5sum": "e870087db55a095c75ddcafe73e1ea27", + "filesize": 117940224, + "download_url": "https://support.fortinet.com/Download/FirmwareImages.aspx" + }, + { + "filename": "FAZ_VM64_KVM-v5-build1631-FORTINET.out.kvm.qcow2", + "version": "5.6.2", + "md5sum": "c7f1cf26051b50b86e7e59b99e36756f", + "filesize": 105816064, + "download_url": "https://support.fortinet.com/Download/FirmwareImages.aspx" + }, { "filename": "FAZ_VM64_KVM-v5-build1619-FORTINET.out.kvm.qcow2", "version": "5.6.1", @@ -113,6 +127,20 @@ } ], "versions": [ + { + "name": "6.0.0", + "images": { + "hda_disk_image": "FAZ_VM64_KVM-v6-build0092-FORTINET.out.kvm.qcow2", + "hdb_disk_image": "empty30G.qcow2" + } + }, + { + "name": "5.6.2", + "images": { + "hda_disk_image": "FAZ_VM64_KVM-v5-build1631-FORTINET.out.kvm.qcow2", + "hdb_disk_image": "empty30G.qcow2" + } + }, { "name": "5.6.1", "images": { diff --git a/gns3server/appliances/fortiauthenticator.gns3a b/gns3server/appliances/fortiauthenticator.gns3a index e9771cbc..4be5bd2b 100644 --- a/gns3server/appliances/fortiauthenticator.gns3a +++ b/gns3server/appliances/fortiauthenticator.gns3a @@ -26,6 +26,20 @@ "kvm": "allow" }, "images": [ + { + "filename": "FAC_VM_KVM-v5-build0163-FORTINET.out.kvm.qcow2", + "version": "5.2.2", + "md5sum": "e746b3c6c29b0356ec6b90ed14d4b098", + "filesize": 71565312, + "download_url": "https://support.fortinet.com/Download/FirmwareImages.aspx" + }, + { + "filename": "FAC_VM_KVM-v500-build0161-FORTINET.out.kvm.qcow2", + "version": "5.2.1", + "md5sum": "c46ad2de4a20296ebd35b3fcc2d81a1d", + "filesize": 72536064, + "download_url": "https://support.fortinet.com/Download/FirmwareImages.aspx" + }, { "filename": "FAC_VM_KVM-v5-build0155-FORTINET.out.kvm.qcow2", "version": "5.2.0", @@ -70,6 +84,20 @@ } ], "versions": [ + { + "name": "5.2.2", + "images": { + "hda_disk_image": "FAC_VM_KVM-v5-build0163-FORTINET.out.kvm.qcow2", + "hdb_disk_image": "FAC_VM_KVM-v500-DATADRIVE.qcow2" + } + }, + { + "name": "5.2.1", + "images": { + "hda_disk_image": "FAC_VM_KVM-v500-build0161-FORTINET.out.kvm.qcow2", + "hdb_disk_image": "FAC_VM_KVM-v500-DATADRIVE.qcow2" + } + }, { "name": "5.2.0", "images": { diff --git a/gns3server/appliances/forticache.gns3a b/gns3server/appliances/forticache.gns3a index 501ec3b0..dddf5974 100644 --- a/gns3server/appliances/forticache.gns3a +++ b/gns3server/appliances/forticache.gns3a @@ -26,6 +26,13 @@ "kvm": "require" }, "images": [ + { + "filename": "FCHKVM-v400-build0222-FORTINET.out.kvm.qcow2", + "version": "4.2.7", + "md5sum": "d77790e414f4e2b31c756906a720e681", + "filesize": 27631616, + "download_url": "https://support.fortinet.com/Download/FirmwareImages.aspx" + }, { "filename": "FCHKVM-v400-build0216-FORTINET.out.kvm.qcow2", "version": "4.2.6", @@ -99,6 +106,13 @@ } ], "versions": [ + { + "name": "4.2.7", + "images": { + "hda_disk_image": "FCHKVM-v400-build0222-FORTINET.out.kvm.qcow2", + "hdb_disk_image": "empty100G.qcow2" + } + }, { "name": "4.2.6", "images": { diff --git a/gns3server/appliances/fortigate.gns3a b/gns3server/appliances/fortigate.gns3a index caca6d17..f3c1afc4 100644 --- a/gns3server/appliances/fortigate.gns3a +++ b/gns3server/appliances/fortigate.gns3a @@ -26,6 +26,20 @@ "kvm": "allow" }, "images": [ + { + "filename": "FGT_VM64_KVM-v6-build0076-FORTINET.out.kvm.qcow2", + "version": "6.0.0", + "md5sum": "161728b413e097954bd640ade89dfeb1", + "filesize": 46104576, + "download_url": "https://support.fortinet.com/Download/FirmwareImages.aspx" + }, + { + "filename": "FGT_VM64_KVM-v5-build1575-FORTINET.out.kvm.qcow2", + "version": "5.6.4", + "md5sum": "c312ea8ec1afffb73858fb1b15c095ef", + "filesize": 41594880, + "download_url": "https://support.fortinet.com/Download/FirmwareImages.aspx" + }, { "filename": "FGT_VM64_KVM-v5-build1547-FORTINET.out.kvm.qcow2", "version": "5.6.3", @@ -183,6 +197,20 @@ } ], "versions": [ + { + "name": "6.0.0", + "images": { + "hda_disk_image": "FGT_VM64_KVM-v6-build0076-FORTINET.out.kvm.qcow2", + "hdb_disk_image": "empty30G.qcow2" + } + }, + { + "name": "5.6.4", + "images": { + "hda_disk_image": "FGT_VM64_KVM-v5-build1575-FORTINET.out.kvm.qcow2", + "hdb_disk_image": "empty30G.qcow2" + } + }, { "name": "5.6.3", "images": { diff --git a/gns3server/appliances/fortimail.gns3a b/gns3server/appliances/fortimail.gns3a index d52bb26f..a970d912 100644 --- a/gns3server/appliances/fortimail.gns3a +++ b/gns3server/appliances/fortimail.gns3a @@ -26,6 +26,20 @@ "kvm": "allow" }, "images": [ + { + "filename": "FML_VMKV-64-v54-build0719-FORTINET.out.kvm.qcow2", + "version": "5.4.5", + "md5sum": "e2f202efd28039a6f1f4ebb7ee69e214", + "filesize": 97255424, + "download_url": "https://support.fortinet.com/Download/FirmwareImages.aspx" + }, + { + "filename": "FML_VMKV-64-v54-build0714-FORTINET.out.kvm.qcow2", + "version": "5.4.4", + "md5sum": "6a3155d9cee6af3ecb016e59c0a0765f", + "filesize": 93519872, + "download_url": "https://support.fortinet.com/Download/FirmwareImages.aspx" + }, { "filename": "FML_VMKV-64-v54-build0712-FORTINET.out.kvm.qcow2", "version": "5.4.3", @@ -54,6 +68,13 @@ "filesize": 101253120, "download_url": "https://support.fortinet.com/Download/FirmwareImages.aspx" }, + { + "filename": "FML_VMKV-64-v53-build0653-FORTINET.out.kvm.qcow2", + "version": "5.3.12", + "md5sum": "aed4dcb17de047860736d8742362a754", + "filesize": 89980928, + "download_url": "https://support.fortinet.com/Download/FirmwareImages.aspx" + }, { "filename": "FML_VMKV-64-v53-build0648-FORTINET.out.kvm.qcow2", "version": "5.3.11", @@ -134,6 +155,20 @@ } ], "versions": [ + { + "name": "5.4.5", + "images": { + "hda_disk_image": "FML_VMKV-64-v54-build0719-FORTINET.out.kvm.qcow2", + "hdb_disk_image": "empty30G.qcow2" + } + }, + { + "name": "5.4.4", + "images": { + "hda_disk_image": "FML_VMKV-64-v54-build0714-FORTINET.out.kvm.qcow2", + "hdb_disk_image": "empty30G.qcow2" + } + }, { "name": "5.4.3", "images": { @@ -162,6 +197,13 @@ "hdb_disk_image": "empty30G.qcow2" } }, + { + "name": "5.3.12", + "images": { + "hda_disk_image": "FML_VMKV-64-v53-build0653-FORTINET.out.kvm.qcow2", + "hdb_disk_image": "empty30G.qcow2" + } + }, { "name": "5.3.11", "images": { diff --git a/gns3server/appliances/fortimanager.gns3a b/gns3server/appliances/fortimanager.gns3a index 6b809983..7827c2e5 100644 --- a/gns3server/appliances/fortimanager.gns3a +++ b/gns3server/appliances/fortimanager.gns3a @@ -26,6 +26,20 @@ "kvm": "allow" }, "images": [ + { + "filename": "FMG_VM64_KVM-v6-build0092-FORTINET.out.kvm.qcow2", + "version": "6.0.0", + "md5sum": "73bfe1bc70124521a524d857646b9c2e", + "filesize": 119066624, + "download_url": "https://support.fortinet.com/Download/FirmwareImages.aspx" + }, + { + "filename": "FMG_VM64_KVM-v5-build1631-FORTINET.out.kvm.qcow2", + "version": "5.6.2", + "md5sum": "c81cc247e8eb03249b475fe0e847653e", + "filesize": 106946560, + "download_url": "https://support.fortinet.com/Download/FirmwareImages.aspx" + }, { "filename": "FMG_VM64_KVM-v5-build1619-FORTINET.out.kvm.qcow2", "version": "5.6.1", @@ -113,6 +127,20 @@ } ], "versions": [ + { + "name": "6.0.0", + "images": { + "hda_disk_image": "FMG_VM64_KVM-v6-build0092-FORTINET.out.kvm.qcow2", + "hdb_disk_image": "empty30G.qcow2" + } + }, + { + "name": "5.6.2", + "images": { + "hda_disk_image": "FMG_VM64_KVM-v5-build1631-FORTINET.out.kvm.qcow2", + "hdb_disk_image": "empty30G.qcow2" + } + }, { "name": "5.6.1", "images": { diff --git a/gns3server/appliances/fortisandbox.gns3a b/gns3server/appliances/fortisandbox.gns3a index d7d702f4..9abf5228 100644 --- a/gns3server/appliances/fortisandbox.gns3a +++ b/gns3server/appliances/fortisandbox.gns3a @@ -27,6 +27,13 @@ "options": "-smp 2" }, "images": [ + { + "filename": "FSA_KVM-v200-build0340-FORTINET.out.kvm.qcow2", + "version": "2.5.2", + "md5sum": "527f3225bd3fbd4ba23779cc1987d2ed", + "filesize": 117834240, + "download_url": "https://support.fortinet.com/Download/FirmwareImages.aspx" + }, { "filename": "FSA_KVM-v200-build0329-FORTINET.out.kvm.qcow2", "version": "2.5.1", @@ -78,6 +85,13 @@ } ], "versions": [ + { + "name": "2.5.2", + "images": { + "hda_disk_image": "FSA_KVM-v200-build0340-FORTINET.out.kvm.qcow2", + "hdb_disk_image": "FSA_v200-datadrive.qcow2" + } + }, { "name": "2.5.1", "images": { diff --git a/gns3server/appliances/fortisiem-super_worker.gns3a b/gns3server/appliances/fortisiem-super_worker.gns3a index a280d742..739d1cf2 100644 --- a/gns3server/appliances/fortisiem-super_worker.gns3a +++ b/gns3server/appliances/fortisiem-super_worker.gns3a @@ -28,6 +28,27 @@ "options": "-smp 4" }, "images": [ + { + "filename": "FortiSIEM-VA-5.0.0.1201.qcow2", + "version": "5.0.0", + "md5sum": "1f2f0b1d84e89495fc5b5ca722cb5710", + "filesize": 10029432832, + "download_url": "https://images-cdn.fortisiem.fortinet.com/VirtualAppliances/latestrelease.html" + }, + { + "filename": "FortiSIEM-VA-5.0.0.1201-1.qcow2", + "version": "5.0.0", + "md5sum": "88e96259f44a82b7c545b82925880513", + "filesize": 46858240, + "download_url": "https://images-cdn.fortisiem.fortinet.com/VirtualAppliances/latestrelease.html" + }, + { + "filename": "FortiSIEM-VA-5.0.0.1201-2.qcow2", + "version": "5.0.0", + "md5sum": "58d61498e1adc1df062fc12113d42d86", + "filesize": 46858240, + "download_url": "https://images-cdn.fortisiem.fortinet.com/VirtualAppliances/latestrelease.html" + }, { "filename": "FortiSIEM-VA-KVM-4.10.0.1102.qcow2", "version": "4.10.0", @@ -72,6 +93,14 @@ } ], "versions": [ + { + "name": "5.0.0", + "images": { + "hda_disk_image": "FortiSIEM-VA-5.0.0.1201.qcow2", + "hdb_disk_image": "FortiSIEM-VA-5.0.0.1201-1.qcow2", + "hdc_disk_image": "FortiSIEM-VA-5.0.0.1201-2.qcow2" + } + }, { "name": "4.10.0", "images": { diff --git a/gns3server/appliances/fortiweb.gns3a b/gns3server/appliances/fortiweb.gns3a index 3872777d..64368fce 100644 --- a/gns3server/appliances/fortiweb.gns3a +++ b/gns3server/appliances/fortiweb.gns3a @@ -26,6 +26,27 @@ "kvm": "allow" }, "images": [ + { + "filename": "FWB_KVM-v500-build1618-FORTINET.out.kvm.qcow2", + "version": "5.9.1", + "md5sum": "12bafff7bbfbf9a49554c6378f0e1a46", + "filesize": 132579840, + "download_url": "https://support.fortinet.com/Download/FirmwareImages.aspx" + }, + { + "filename": "FWB_KVM-v500-build1609-FORTINET.out.kvm.qcow2", + "version": "5.9.0", + "md5sum": "a957ae3d60eabc685fcda015c31a5d01", + "filesize": 140837376, + "download_url": "https://support.fortinet.com/Download/FirmwareImages.aspx" + }, + { + "filename": "FWB_KVM-v500-build1413-FORTINET.out.kvm.qcow2", + "version": "5.8.6", + "md5sum": "910fefe796daa5c963b0bde121996306", + "filesize": 105775616, + "download_url": "https://support.fortinet.com/Download/FirmwareImages.aspx" + }, { "filename": "FWB_KVM-v500-build0739-FORTINET.out.kvm-log.qcow2", "version": "5.5.4", @@ -60,9 +81,39 @@ "md5sum": "0a613191948d3618ae16cd9f11988448", "filesize": 87162880, "download_url": "https://support.fortinet.com/Download/FirmwareImages.aspx" + }, + { + "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": "http://sourceforge.net/projects/gns-3/files/Empty%20Qemu%20disk/empty30G.qcow2/download" } + ], "versions": [ + { + "name": "5.9.1", + "images": { + "hda_disk_image": "FWB_KVM-v500-build1618-FORTINET.out.kvm.qcow2", + "hdb_disk_image": "empty30G.qcow2" + } + }, + { + "name": "5.9.0", + "images": { + "hda_disk_image": "FWB_KVM-v500-build1609-FORTINET.out.kvm.qcow2", + "hdb_disk_image": "empty30G.qcow2" + } + }, + { + "name": "5.8.6", + "images": { + "hda_disk_image": "FWB_KVM-v500-build1413-FORTINET.out.kvm.qcow2", + "hdb_disk_image": "empty30G.qcow2" + } + }, { "name": "5.5.4", "images": { diff --git a/gns3server/appliances/freenas.gns3a b/gns3server/appliances/freenas.gns3a index e92a05ee..866e7023 100644 --- a/gns3server/appliances/freenas.gns3a +++ b/gns3server/appliances/freenas.gns3a @@ -24,6 +24,14 @@ "kvm": "require" }, "images": [ + { + "filename": "FreeNAS-11.1-U4.iso", + "version": "11.1 U1", + "md5sum": "d75623e5671dbc82f32f4b4f8d46092f", + "filesize": 633833472, + "download_url": "http://www.freenas.org/download/", + "direct_download_url": "https://download.freenas.org/11/11.1-U4/x64/FreeNAS-11.1-U4.iso" + }, { "filename": "FreeNAS-11.1-U1.iso", "version": "11.1 U1", @@ -66,6 +74,14 @@ } ], "versions": [ + { + "name": "11.1 U4", + "images": { + "hda_disk_image": "empty30G.qcow2", + "hdb_disk_image": "empty30G.qcow2", + "cdrom_image": "FreeNAS-11.1-U4.iso" + } + }, { "name": "11.1 U1", "images": { diff --git a/gns3server/appliances/frr.gns3a b/gns3server/appliances/frr.gns3a new file mode 100644 index 00000000..ed3ad7a5 --- /dev/null +++ b/gns3server/appliances/frr.gns3a @@ -0,0 +1,41 @@ +{ + "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.", + "vendor_name": "FRRouting Project", + "vendor_url": "https://frrouting.org", + "product_name": "FRR", + "registry_version": 3, + "status": "stable", + "maintainer": "Andras Dosztal", + "maintainer_email": "developers@gns3.net", + "usage": "Credentials: frr / frr\nIf you exit from the router CLI, you can get back by typing 'vtysh' to the console.", + "port_name_format": "ens{port3}", + "qemu": { + "adapter_type": "virtio-net-pci", + "adapters": 8, + "ram": 256, + "arch": "x86_64", + "console_type": "telnet", + "kvm": "require" + }, + "images": [ + { + "filename": "frr4.0-vm0.1.qcow2", + "version": "FRR4.0 - VM0.1", + "md5sum": "e1dc58cbb2b71c58051538c07d412493", + "filesize": 1670643712, + "download_url": "https://sourceforge.net/projects/frr/files/", + "direct_download_url": "https://sourceforge.net/projects/frr/files/frr4.0-vm0.1.qcow2.bz2/download", + "compression": "bzip2" + } + ], + "versions": [ + { + "name": "FRR4.0 - VM0.1", + "images": { + "hda_disk_image": "frr4.0-vm0.1.qcow2" + } + } + ] +} diff --git a/gns3server/appliances/hp-vsr1001.gns3a b/gns3server/appliances/hp-vsr1001.gns3a index d061b86a..c0b7f9c8 100644 --- a/gns3server/appliances/hp-vsr1001.gns3a +++ b/gns3server/appliances/hp-vsr1001.gns3a @@ -4,7 +4,7 @@ "description": "The HP VSR1000 Virtual Services Router Series is a software application, running on a server, which provides functionality similar to that of a physical router: robust routing between networked devices using a number of popular routing protocols. It also delivers the critical network services associated with today's enterprise routers such as VPN gateway, firewall and other security and traffic management functions.\n\nThe virtual services router (VSR) application runs on a hypervqcor on the server, and supports VMware vSphere and Linux KVM hypervqcors. From one to eight virtual CPUs are supported, depending on license.\n\nBecause the VSR1000 Series application runs the same HP Comware version 7 operating system as HP switches and routers, it enables significant operational savings. And being virtual, additional agility and ease of deployment is realized, as resources on the VSR can be dynamically allocated and upgraded upon demand as performance requirements grow.\n\nA variety of deployment models are supported including enterprise branch CPE routing, and cloud offload for small to medium workloads.", "vendor_name": "HPE", "vendor_url": "http://www.hpe.com", - "documentation_url": "http://h20195.www2.hpe.com/v2/default.aspx?cc=us&lc=en&oid=5443878", + "documentation_url": "https://support.hpe.com/hpesc/public/home/documentHome?document_type=135&sp4ts.oid=5195141", "product_name": "VSR1001", "product_url": "https://www.hpe.com/us/en/product-catalog/networking/networking-routers/pip.hpe-flexnetwork-vsr1000-virtual-services-router-series.5443163.html", "registry_version": 3, @@ -20,7 +20,8 @@ "arch": "x86_64", "console_type": "vnc", "boot_priority": "c", - "kvm": "require" + "kvm": "require", + "options": "-machine type=pc-1.0" }, "images": [ { @@ -28,56 +29,56 @@ "version": "7.10.R0327L01", "md5sum": "907de5140a4a029afe1c517cfc27ecde", "filesize": 138739712, - "download_url": "https://h10145.www1.hp.com/Downloads/DownloadSoftware.aspx?SoftwareReleaseUId=22702&ProductNumber=JG811AAE&lang=en&cc=us&prodSeriesId=5443163&SaidNumber=" + "download_url": "https://h10145.www1.hpe.com/Downloads/DownloadSoftware.aspx?SoftwareReleaseUId=22702&ProductNumber=JG811AAE&lang=en&cc=us&prodSeriesId=5443163&SaidNumber=" }, { "filename": "VSR1000_HPE-CMW710-R0326-X64.qco", "version": "7.10.R0326", "md5sum": "4153d638bfa72ca72a957ea8682ad0e2", "filesize": 138412032, - "download_url": "https://h10145.www1.hp.com/Downloads/SoftwareReleases.aspx?ProductNumber=JG811AAE&lang=en&cc=us&prodSeriesId=5443163&SoftwareReleaseUId=11832&SerialNumber=&PurchaseDate=" + "download_url": "https://h10145.www1.hpe.com/Downloads/DownloadSoftware.aspx?SoftwareReleaseUId=21985&ProductNumber=JG811AAE&lang=en&cc=us&prodSeriesId=5443163&SaidNumber=" }, { "filename": "VSR1000_HPE-CMW710-E0325-X64.qco", "version": "7.10.E0325", "md5sum": "a6731f3af86bee9b209a8b342be6bf75", "filesize": 111738880, - "download_url": "https://h10145.www1.hp.com/Downloads/SoftwareReleases.aspx?ProductNumber=JG811AAE&lang=en&cc=us&prodSeriesId=5443163&SoftwareReleaseUId=11832&SerialNumber=&PurchaseDate=" + "download_url": "https://h10145.www1.hpe.com/Downloads/DownloadSoftware.aspx?SoftwareReleaseUId=20278&ProductNumber=JG811AAE&lang=en&cc=us&prodSeriesId=5443163&SaidNumber=" }, { "filename": "VSR1000_HPE-CMW710-E0518-X64.qco", "version": "7.10.E0518", "md5sum": "4991436442ae706df8041c69778a48df", "filesize": 201588736, - "download_url": "https://h10145.www1.hp.com/Downloads/SoftwareReleases.aspx?ProductNumber=JG811AAE&lang=en&cc=us&prodSeriesId=5443163&SoftwareReleaseUId=11832&SerialNumber=&PurchaseDate=" + "download_url": "https://h10145.www1.hpe.com/Downloads/DownloadSoftware.aspx?SoftwareReleaseUId=21929&ProductNumber=JG811AAE&lang=en&cc=us&prodSeriesId=5443163&SaidNumber=" }, { "filename": "VSR1000_HPE-CMW710-E0324-X64.qco", "version": "7.10.E0324", "md5sum": "7a0ff32281284c042591c6181426effd", "filesize": 111411200, - "download_url": "https://h10145.www1.hp.com/Downloads/SoftwareReleases.aspx?ProductNumber=JG811AAE&lang=en&cc=us&prodSeriesId=5443163&SoftwareReleaseUId=11832&SerialNumber=&PurchaseDate=" + "download_url": "https://h10145.www1.hpe.com/Downloads/DownloadSoftware.aspx?SoftwareReleaseUId=18977&ProductNumber=JG811AAE&lang=en&cc=us&prodSeriesId=5443163&SaidNumber=" }, { "filename": "VSR1000_HPE-CMW710-E0322P01-X64.qco", "version": "7.10.E0322P01", "md5sum": "0aa2dbe5910fa64eb8c623e083b21a5e", "filesize": 110428160, - "download_url": "https://h10145.www1.hp.com/Downloads/SoftwareReleases.aspx?ProductNumber=JG811AAE&lang=en&cc=us&prodSeriesId=5443163&SoftwareReleaseUId=11832&SerialNumber=&PurchaseDate=" + "download_url": "https://h10145.www1.hpe.com/Downloads/DownloadSoftware.aspx?SoftwareReleaseUId=18976&ProductNumber=JG811AAE&lang=en&cc=us&prodSeriesId=5443163&SaidNumber=" }, { "filename": "VSR1000_HPE-CMW710-E0322-X64.qco", "version": "7.10.E0322", "md5sum": "05e0dab6b7aa489f627448b4d79b1f50", "filesize": 113770496, - "download_url": "https://h10145.www1.hp.com/Downloads/SoftwareReleases.aspx?ProductNumber=JG811AAE&lang=en&cc=us&prodSeriesId=5443163&SoftwareReleaseUId=11832&SerialNumber=&PurchaseDate=" + "download_url": "https://h10145.www1.hpe.com/Downloads/DownloadSoftware.aspx?SoftwareReleaseUId=18975&ProductNumber=JG811AAE&lang=en&cc=us&prodSeriesId=5443163&SaidNumber=" }, { "filename": "VSR1000_HPE-CMW710-E0321P01-X64.qco", "version": "7.10.E0321P01", "md5sum": "26d4375fafeedc81f298f29f593de252", "filesize": 113639424, - "download_url": "https://h10145.www1.hp.com/Downloads/SoftwareReleases.aspx?ProductNumber=JG811AAE&lang=en&cc=us&prodSeriesId=5443163&SoftwareReleaseUId=11832&SerialNumber=&PurchaseDate=" + "download_url": "https://h10145.www1.hpe.com/Downloads/DownloadSoftware.aspx?SoftwareReleaseUId=16838&ProductNumber=JG811AAE&lang=en&cc=us&prodSeriesId=5443163&SaidNumber=" } ], "versions": [ diff --git a/gns3server/appliances/ipfire.gns3a b/gns3server/appliances/ipfire.gns3a index 3f671dc4..616c7e43 100644 --- a/gns3server/appliances/ipfire.gns3a +++ b/gns3server/appliances/ipfire.gns3a @@ -24,6 +24,24 @@ "kvm": "allow" }, "images": [ + { + "filename": "ipfire-2.19.1gb-ext4-scon.x86_64-full-core119.img", + "version": "2.19.119", + "md5sum": "b57be976ff54569b71eae4ee66634b0d", + "filesize": 1063256064, + "download_url": "http://www.ipfire.org/download", + "direct_download_url": "https://downloads.ipfire.org/releases/ipfire-2.x/2.19-core119/ipfire-2.19.1gb-ext4-scon.x86_64-full-core119.img.gz", + "compression": "gzip" + }, + { + "filename": "ipfire-2.19.1gb-ext4-scon.x86_64-full-core118.img", + "version": "2.19.118", + "md5sum": "4dbeb474848d87c16c20ff4e31feb204", + "filesize": 1063256064, + "download_url": "http://www.ipfire.org/download", + "direct_download_url": "https://downloads.ipfire.org/releases/ipfire-2.x/2.19-core118/ipfire-2.19.1gb-ext4-scon.x86_64-full-core118.img.gz", + "compression": "gzip" + }, { "filename": "ipfire-2.19.1gb-ext4-scon.x86_64-full-core117.img", "version": "2.19.117", @@ -62,6 +80,18 @@ } ], "versions": [ + { + "name": "2.19.119", + "images": { + "hda_disk_image": "ipfire-2.19.1gb-ext4-scon.x86_64-full-core119.img" + } + }, + { + "name": "2.19.118", + "images": { + "hda_disk_image": "ipfire-2.19.1gb-ext4-scon.x86_64-full-core118.img" + } + }, { "name": "2.19.117", "images": { diff --git a/gns3server/appliances/juniper-vmx-vcp.gns3a b/gns3server/appliances/juniper-vmx-vcp.gns3a index b84742a7..a07e00f8 100644 --- a/gns3server/appliances/juniper-vmx-vcp.gns3a +++ b/gns3server/appliances/juniper-vmx-vcp.gns3a @@ -18,13 +18,31 @@ "qemu": { "adapter_type": "e1000", "adapters": 2, - "ram": 2048, + "ram": 1024, "arch": "x86_64", "console_type": "telnet", "kvm": "require", "options": "-nographic -enable-kvm" }, "images": [ + { + "filename": "junos-vmx-x86-64-17.4R1.16.qcow2", + "version": "17.4R1.16-KVM", + "md5sum": "85239193e852d643dfd9d5c257240bdf", + "filesize": 1325400064 + }, + { + "filename": "vmxhdd-17.4R1.16.img", + "version": "17.4R1.16-KVM", + "md5sum": "69e9821ebc59367527336d8bcecd171c", + "filesize": 108986368 + }, + { + "filename": "metadata-usb-re-17.4R1.16.img", + "version": "17.4R1.16-KVM", + "md5sum": "a5b125822b798c7167c35966ea00229a", + "filesize": 16777216 + }, { "filename": "vcp_17.1R1.8-disk1.vmdk", "version": "17.1R1.8-ESXi", @@ -261,9 +279,35 @@ "md5sum": "af48f7e03f94ffcfeecd15a59a4f1567", "filesize": 16777216, "download_url": "http://www.juniper.net/us/en/products-services/routing/mx-series/vmx/" + }, + { + "filename": "junos-vmx-x86-64-15.1F6.9.qcow2", + "version": "15.1F6.9-KVM", + "md5sum": "595f532b95d6d98590d0375a3d6d14b6", + "filesize": 994181120 + }, + { + "filename": "vmxhdd-15.1F6.9.img", + "version": "15.1F6.9-KVM", + "md5sum": "bae35d0bb72946d1e91ff9c5e7ddbf86", + "filesize": 108986368 + }, + { + "filename": "metadata-usb-re-15.1F6.9.img", + "version": "15.1F6.9-KVM", + "md5sum": "15238c3dbc987d1a641c919efe2731c5", + "filesize": 16777216 } ], "versions": [ + { + "name": "17.4R1.16-KVM", + "images": { + "hda_disk_image": "junos-vmx-x86-64-17.4R1.16.qcow2", + "hdb_disk_image": "vmxhdd-17.4R1.16.img", + "hdc_disk_image": "metadata-usb-re-17.4R1.16.img" + } + }, { "name": "17.1R1.8-ESXi", "images": { @@ -367,6 +411,14 @@ "hdb_disk_image": "vmxhdd-15.1.img", "hdc_disk_image": "metadata-usb-15.1.img" } - } + }, + { + "name": "15.1F6.9", + "images": { + "hda_disk_image": "junos-vmx-x86-64-15.1F6.9.qcow2", + "hdb_disk_image": "vmxhdd-15.1F6.9.img", + "hdc_disk_image": "metadata-usb-re-15.1F6.9.img" + } + } ] } diff --git a/gns3server/appliances/juniper-vmx-vfp.gns3a b/gns3server/appliances/juniper-vmx-vfp.gns3a index cb0a0775..b7c0c513 100644 --- a/gns3server/appliances/juniper-vmx-vfp.gns3a +++ b/gns3server/appliances/juniper-vmx-vfp.gns3a @@ -25,13 +25,20 @@ "options": "-nographic -enable-kvm -smp cpus=3" }, "images": [ + { + "filename": "vFPC-20171213.img", + "version": "17.4R1.16-KVM", + "md5sum": "848a6256da7296e8fede368a258c68e4", + "filesize": 2313158656, + "download_url": "http://www.juniper.net/us/en/products-services/routing/mx-series/vmx/" + }, { "filename": "vfpc_17.1R1.8-disk1.vmdk", "version": "17.1R1.8-ESXi", "md5sum": "169dd487b8547d58b12b2918a5667360", "filesize": 102820352, "download_url": "http://www.juniper.net/us/en/products-services/routing/mx-series/vmx/" - }, + }, { "filename": "vFPC-20170216.img", "version": "17.1R1.8-KVM", @@ -108,17 +115,30 @@ "md5sum": "5ccf252002184a21413cad23fd239c3f", "filesize": 2313158656, "download_url": "http://www.juniper.net/us/en/products-services/routing/mx-series/vmx/" - }, + }, + { + "filename": "vFPC-15.1F6.9.img", + "version": "15.1F6.9-KVM", + "md5sum": "7328501fdfa9b160955bc136664f1e86", + "filesize": 2313158656, + "download_url": "http://www.juniper.net/us/en/products-services/routing/mx-series/vmx/" + }, { "filename": "vFPC-20151203.img", "version": "15.1F4.15", "md5sum": "b3faa91b4d20836a9a6dd6bad2629dd1", "filesize": 2313158656, "download_url": "http://www.juniper.net/us/en/products-services/routing/mx-series/vmx/" - } + } ], "versions": [ + { + "name": "17.4R1.16-KVM", + "images": { + "hda_disk_image": "vFPC-20171213.img" + } + }, { "name": "17.1R1.8-ESXi", "images": { @@ -191,12 +211,18 @@ "hda_disk_image": "vFPC-20160617.img" } }, + { + "name": "15.1F6.9-KVM", + "images": { + "hda_disk_image": "vFPC-15.1F6.9.img" + } + }, { "name": "15.1F4.15", "images": { "hda_disk_image": "vFPC-20151203.img" } } - + ] } diff --git a/gns3server/appliances/juniper-vqfx-pfe.gns3a b/gns3server/appliances/juniper-vqfx-pfe.gns3a index 7e15ad72..c84e8fa0 100644 --- a/gns3server/appliances/juniper-vqfx-pfe.gns3a +++ b/gns3server/appliances/juniper-vqfx-pfe.gns3a @@ -24,6 +24,13 @@ "options": "-nographic" }, "images": [ + { + "filename": "cosim_20180212.qcow2", + "version": "17.4R1", + "md5sum": "0372e9c1b7df3608099186ab8cbbf2ad", + "filesize": 1911291904, + "download_url": "https://www.juniper.net/us/en/dm/free-vqfx-trial/" + }, { "filename": "vqfx10k-pfe-20160609-2.vmdk", "version": "15.1X53-D60", @@ -33,6 +40,12 @@ } ], "versions": [ + { + "name": "17.4R1", + "images": { + "hda_disk_image": "cosim_20180212.qcow2" + } + }, { "name": "15.1X53-D60", "images": { diff --git a/gns3server/appliances/juniper-vqfx-re.gns3a b/gns3server/appliances/juniper-vqfx-re.gns3a index 1506f409..2f08021f 100644 --- a/gns3server/appliances/juniper-vqfx-re.gns3a +++ b/gns3server/appliances/juniper-vqfx-re.gns3a @@ -24,6 +24,13 @@ "options": "-nographic -smp 2" }, "images": [ + { + "filename": "jinstall-vqfx-10-f-17.4R1.16.img", + "version": "17.4R1", + "md5sum": "dd83313b0f5beaf68488ed3d5e1e5240", + "filesize": 553910272, + "download_url": "https://www.juniper.net/us/en/dm/free-vqfx-trial/" + }, { "filename": "vqfx10k-re-15.1X53-D60.vmdk", "version": "15.1X53-D60", @@ -33,6 +40,12 @@ } ], "versions": [ + { + "name": "17.4R1", + "images": { + "hda_disk_image": "jinstall-vqfx-10-f-17.4R1.16.img" + } + }, { "name": "15.1X53-D60", "images": { diff --git a/gns3server/appliances/juniper-vsrx.gns3a b/gns3server/appliances/juniper-vsrx.gns3a index dfe2cd06..ec24f68a 100644 --- a/gns3server/appliances/juniper-vsrx.gns3a +++ b/gns3server/appliances/juniper-vsrx.gns3a @@ -24,6 +24,13 @@ "options": "-smp 2" }, "images": [ + { + "filename": "junos-media-vsrx-vmdisk-18.1R1.9.qcow2", + "version": "18.1R1", + "md5sum": "4e9393142afc675d5d3d03c5071e70ce", + "filesize": 4418961408, + "download_url": "https://www.juniper.net/us/en/dm/free-vsrx-trial/" + }, { "filename": "media-vsrx-vmdisk-17.4R1.16.qcow2", "version": "17.4R1", @@ -31,6 +38,13 @@ "filesize": 3965386752, "download_url": "https://www.juniper.net/us/en/dm/free-vsrx-trial/" }, + { + "filename": "media-vsrx-vmdisk-17.3R2.10.qcow2", + "version": "17.3R2", + "md5sum": "8f2adfb0515913e0c7db32628a5deb3e", + "filesize": 3784572928, + "download_url": "https://www.juniper.net/us/en/dm/free-vsrx-trial/" + }, { "filename": "media-vsrx-vmdisk-17.3R1.10.qcow2", "version": "17.3R1", @@ -38,6 +52,13 @@ "filesize": 3782541312, "download_url": "https://www.juniper.net/us/en/dm/free-vsrx-trial/" }, + { + "filename": "media-vsrx-vmdisk-15.1X49-D130.6.qcow2", + "version": "15.1X49-D130", + "md5sum": "8ad03f4067b3fe5d2ed378733a5e8541", + "filesize": 3300917248, + "download_url": "https://www.juniper.net/us/en/dm/free-vsrx-trial/" + }, { "filename": "media-vsrx-vmdisk-15.1X49-D120.3.qcow2", "version": "15.1X49-D120", @@ -124,18 +145,36 @@ } ], "versions": [ + { + "name": "18.1R1", + "images": { + "hda_disk_image": "junos-media-vsrx-vmdisk-18.1R1.9.qcow2" + } + }, { "name": "17.4R1", "images": { "hda_disk_image": "media-vsrx-vmdisk-17.4R1.16.qcow2" } }, + { + "name": "17.3R2", + "images": { + "hda_disk_image": "media-vsrx-vmdisk-17.3R2.10.qcow2" + } + }, { "name": "17.3R1", "images": { "hda_disk_image": "media-vsrx-vmdisk-17.3R1.10.qcow2" } }, + { + "name": "15.1X49-D130", + "images": { + "hda_disk_image": "media-vsrx-vmdisk-15.1X49-D130.6.qcow2" + } + }, { "name": "15.1X49-D120", "images": { diff --git a/gns3server/appliances/kali-linux.gns3a b/gns3server/appliances/kali-linux.gns3a index 78732d07..60baf043 100644 --- a/gns3server/appliances/kali-linux.gns3a +++ b/gns3server/appliances/kali-linux.gns3a @@ -20,6 +20,14 @@ "kvm": "require" }, "images": [ + { + "filename": "kali-linux-2018.1-amd64.iso", + "version": "2018.1", + "md5sum": "a3feb90df5b71b3c7f4a02bdddf221d7", + "filesize": 3028500480, + "download_url": "https://www.kali.org/downloads/", + "direct_download_url": "http://cdimage.kali.org/kali-2018.1/kali-linux-2018.1-amd64.iso" + }, { "filename": "kali-linux-2017.3-amd64.iso", "version": "2017.3", @@ -70,6 +78,12 @@ } ], "versions": [ + { + "name": "2018.8", + "images": { + "cdrom_image": "kali-linux-2018.1-amd64.iso" + } + }, { "name": "2017.3", "images": { diff --git a/gns3server/appliances/kerio-connect.gns3a b/gns3server/appliances/kerio-connect.gns3a index 741477d1..206e91bb 100644 --- a/gns3server/appliances/kerio-connect.gns3a +++ b/gns3server/appliances/kerio-connect.gns3a @@ -24,6 +24,14 @@ "kvm": "require" }, "images": [ + { + "filename": "kerio-connect-appliance-9.2.6-3851-p1-vmware-amd64-disk1.vmdk", + "version": "9.2.6p1", + "md5sum": "c6ed064114c6fd70608b7951b707528c", + "filesize": 625852004, + "download_url": "http://www.kerio.com/support/kerio-connect", + "direct_download_url": "http://cdn.kerio.com/dwn/connect/connect-9.2.6-3851/kerio-connect-appliance-9.2.6-3851-p1-vmware-amd64-disk1.vmdk" + }, { "filename": "kerio-connect-appliance-9.2.5-3336-p3-vmware-amd64-disk1.vmdk", "version": "9.2.5p3", @@ -68,7 +76,13 @@ ], "versions": [ { - "name": "9.2.5", + "name": "9.2.6p1", + "images": { + "hda_disk_image": "kerio-connect-appliance-9.2.6-3851-p1-vmware-amd64-disk1.vmdk" + } + }, + { + "name": "9.2.5p3", "images": { "hda_disk_image": "kerio-connect-appliance-9.2.5-3336-p3-vmware-amd64-disk1.vmdk" } diff --git a/gns3server/appliances/kerio-control.gns3a b/gns3server/appliances/kerio-control.gns3a index 2b3f48db..02a868bb 100644 --- a/gns3server/appliances/kerio-control.gns3a +++ b/gns3server/appliances/kerio-control.gns3a @@ -23,6 +23,14 @@ "kvm": "require" }, "images": [ + { + "filename": "kerio-control-appliance-9.2.5-2641-p5-vmware-disk1.vmdk", + "version": "9.2.5p5", + "md5sum": "fbb2824eb91ca2502c952c2e9c4e635d", + "filesize": 190706688, + "download_url": "http://www.kerio.com/support/kerio-control", + "direct_download_url": "http://cdn.kerio.com/dwn/control/control-9.2.5-2641/kerio-control-appliance-9.2.5-2641-p5-vmware-disk1.vmdk" + }, { "filename": "kerio-control-appliance-9.2.4-2223-vmware-disk1.vmdk", "version": "9.2.4", @@ -63,6 +71,12 @@ "direct_download_url": "http://cdn.kerio.com/dwn/control/control-9.1.4-1535/kerio-control-appliance-9.1.4-1535-vmware.vmdk" } ], "versions": [ + { + "name": "9.2.5p5", + "images": { + "hda_disk_image": "kerio-control-appliance-9.2.5-2641-p5-vmware-disk1.vmdk" + } + }, { "name": "9.2.4", "images": { diff --git a/gns3server/appliances/kerio-operator.gns3a b/gns3server/appliances/kerio-operator.gns3a index a193eb9c..7d1d1781 100644 --- a/gns3server/appliances/kerio-operator.gns3a +++ b/gns3server/appliances/kerio-operator.gns3a @@ -24,6 +24,14 @@ "kvm": "require" }, "images": [ + { + "filename": "kerio-operator-appliance-2.6.2-9085-vmware-disk1.vmdk", + "version": "2.6.2", + "md5sum": "abdfa7697e568b5d9a6396e11292e52a", + "filesize": 306665472, + "download_url": "http://www.kerio.com/support/kerio-operator", + "direct_download_url": "http://cdn.kerio.com/dwn/operator/operator-2.6.2-9085/kerio-operator-appliance-2.6.2-9085-vmware-disk1.vmdk" + }, { "filename": "kerio-operator-appliance-2.6.0-8413-vmware-disk1.vmdk", "version": "2.6.0", @@ -66,6 +74,12 @@ } ], "versions": [ + { + "name": "2.6.2", + "images": { + "hda_disk_image": "kerio-operator-appliance-2.6.2-9085-vmware-disk1.vmdk" + } + }, { "name": "2.6.0", "images": { diff --git a/gns3server/appliances/net_toolbox.gns3a b/gns3server/appliances/net_toolbox.gns3a new file mode 100644 index 00000000..8181fa8b --- /dev/null +++ b/gns3server/appliances/net_toolbox.gns3a @@ -0,0 +1,19 @@ +{ + "name": "Toolbox", + "category": "guest", + "description": "This appliance contains server side software for secondary management of network devices:\n- www (nginx) \n- ftp (vsftpd)\n- tftp (tftpd)\n- syslog (rsyslog)\n- dhcp (isc-dhcpd)\n- snmp server (snmpd + snmptrapd)", + "vendor_name": "Ubuntu", + "vendor_url": "https://www.ubuntu.com/", + "product_name": "Networkers' toolbox", + "registry_version": 3, + "status": "stable", + "maintainer": "Andras Dosztal", + "maintainer_email": "developers@gns3.net", + "symbol": "linux_guest.svg", + "usage": "Root password: gns3", + "docker": { + "adapters": 1, + "image": "adosztal/net_toolbox:latest", + "console_type": "telnet" + } +} diff --git a/gns3server/appliances/network_automation.gns3a b/gns3server/appliances/network_automation.gns3a index 54816047..b0607cf6 100644 --- a/gns3server/appliances/network_automation.gns3a +++ b/gns3server/appliances/network_automation.gns3a @@ -12,7 +12,7 @@ "symbol": "linux_guest.svg", "docker": { "adapters": 1, - "image": "gns3/network_automation:latest", + "image": "adosztal/network_automation:latest", "console_type": "telnet" } } diff --git a/gns3server/appliances/opnsense.gns3a b/gns3server/appliances/opnsense.gns3a index 261cff76..5633d38e 100644 --- a/gns3server/appliances/opnsense.gns3a +++ b/gns3server/appliances/opnsense.gns3a @@ -25,18 +25,31 @@ }, "images": [ { - "filename": "OPNsense-17.7-OpenSSL-nano-amd64.img", - "version": "17.7", - "md5sum": "14cde5c7a15b2298a242238ad3c3b65a", - "filesize": 3221233664, - "download_url": "https://opnsense.org/download/" + "filename": "OPNsense-18.1.6-OpenSSL-nano-amd64.img", + "version": "18.1.6", + "md5sum": "042f328380ad0c8008759c43435e8843", + "filesize": 272003136, + "download_url": "https://opnsense.c0urier.net/releases/18.1/" + }, + { + "filename": "OPNsense-17.7.5-OpenSSL-nano-amd64.img", + "version": "17.7.5", + "md5sum": "6ec5b7f99cc727f904bbf2aaadcab0b8", + "filesize": 237038601, + "download_url": "https://opnsense.c0urier.net/releases/17.7/" } ], "versions": [ { - "name": "17.7", + "name": "18.1.6", + "images": { + "hda_disk_image": "OPNsense-18.1.6-OpenSSL-nano-amd64.img" + } + }, + { + "name": "17.7.5", "images": { - "hda_disk_image": "OPNsense-17.7-OpenSSL-nano-amd64.img" + "hda_disk_image": "OPNsense-17.7.5-OpenSSL-nano-amd64.img" } } ] diff --git a/gns3server/appliances/pan-vm-fw.gns3a b/gns3server/appliances/pan-vm-fw.gns3a index dc6fd6df..dc560715 100644 --- a/gns3server/appliances/pan-vm-fw.gns3a +++ b/gns3server/appliances/pan-vm-fw.gns3a @@ -1,123 +1,123 @@ -{ - "name": "PA-VM", - "category": "firewall", - "description": "The VM-Series combines next-generation firewall security and advanced threat prevention to protect your virtualized environments from advanced cyberthreats. The VM-Series natively analyzes all traffic in a single pass to determine the application identity, the content within, and the user identity.", - "vendor_name": "Palo Alto Networks", - "vendor_url": "http://www.paloaltonetworks.com/", - "documentation_url": "https://www.paloaltonetworks.com/documentation/80/virtualization/virtualization", - "product_name": "PAN VM-Series Firewall", - "product_url": "https://www.paloaltonetworks.com/products/secure-the-network/virtualized-next-generation-firewall/vm-series", - "registry_version": 3, - "status": "experimental", - "maintainer": "Community", - "maintainer_email": "", - "usage": "Default Username: admin\r\nDefault Password: admin\r\nPAN-VM goes through several iterations of host prompts during boot. This is normal and expected.\r\nLogin is available when prompt is PA-VM login:\r\n\r\nGetting Started:\r\nTo configure a static IP address at the console enter the following commands:\r\n\r\nconfigure\r\nset deviceconfig system ip-address netmask default-gateway type static\r\nset deviceconfig system dns-setting servers primary secondary \r\ncommit\r\n", - "symbol": "pan-vm-fw.svg", - "first_port_name": "management", - "port_name_format": "ethernet1/{port1}", - "qemu": { - "adapter_type": "virtio-net-pci", - "adapters": 25, - "ram": 4096, - "arch": "x86_64", - "console_type": "telnet", - "hda_disk_interface": "virtio", - "kvm": "require", - "options": "-smp 2" - }, - "images": [ - { - "filename": "PA-VM-ESX-8.1.0-disk1.vmdk", - "version": "8.1.0", - "md5sum": "49af8e8225c2e90414bde0be15eaf421", - "filesize": 2281454080, - "download_url": "https://support.paloaltonetworks.com/Updates/SoftwareUpdates/" - }, - { - "filename": "PA-VM-KVM-8.1.0.qcow2", - "version": "8.1.0", - "md5sum": "459558515b965b2e43fde2842abbae66", - "filesize": 2260467712, - "download_url": "https://support.paloaltonetworks.com/Updates/SoftwareUpdates/" - }, - { - "filename": "PA-VM-ESX-8.0.0-disk1.vmdk", - "version": "8.0.0", - "md5sum": "a505fb1dbcc855ecf98630fd5d329f9a", - "filesize": 2002713088, - "download_url": "https://support.paloaltonetworks.com/Updates/SoftwareUpdates/" - }, - { - "filename": "PA-VM-KVM-8.0.0.qcow2", - "version": "8.0.0", - "md5sum": "b6a1ddc8552aff87f05f9c0d4cb54dc3", - "filesize": 1987444736, - "download_url": "https://support.paloaltonetworks.com/Updates/SoftwareUpdates/" - }, - { - "filename": "PA-VM-ESX-7.1.0-disk1.vmdk", - "version": "7.1.0 (ESX)", - "md5sum": "e044dc649b7146ee4f619edb0e5f6675", - "filesize": 1871149056, - "download_url": "https://support.paloaltonetworks.com/Updates/SoftwareUpdates/" - }, - { - "filename": "PA-VM-KVM-7.1.0.qcow2", - "version": "7.1.0", - "md5sum": "da300253709740068927408239c2e321", - "filesize": 1858797568, - "download_url": "https://support.paloaltonetworks.com/Updates/SoftwareUpdates/" - }, - { - "filename": "PA-VM-ESX-6.1.0-disk1.vmdk", - "version": "6.1.0 (ESX)", - "md5sum": "64b1e81cd54008318235832ea6d71424", - "filesize": 2959736832, - "download_url": "https://support.paloaltonetworks.com/Updates/SoftwareUpdates/" - } - ], - "versions": [ - { - "name": "8.1.0 (ESX)", - "images": { - "hda_disk_image": "PA-VM-ESX-8.1.0-disk1.vmdk" - } - }, - { - "name": "8.1.0", - "images": { - "hda_disk_image": "PA-VM-KVM-8.1.0.qcow2" - } - }, - { - "name": "8.0.0 (ESX)", - "images": { - "hda_disk_image": "PA-VM-ESX-8.0.0-disk1.vmdk2" - } - }, - { - "name": "8.0.0", - "images": { - "hda_disk_image": "PA-VM-KVM-8.0.0.qcow2" - } - }, - { - "name": "7.1.0 (ESX)", - "images": { - "hda_disk_image": "PA-VM-ESX-7.1.0-disk1.vmdk" - } - }, - { - "name": "7.1.0", - "images": { - "hda_disk_image": "PA-VM-KVM-7.1.0.qcow2" - } - }, - { - "name": "6.1.0 (ESX)", - "images": { - "hda_disk_image": "PA-VM-ESX-6.1.0-disk1.vmdk" - } - } - ] -} +{ + "name": "PA-VM", + "category": "firewall", + "description": "The VM-Series combines next-generation firewall security and advanced threat prevention to protect your virtualized environments from advanced cyberthreats. The VM-Series natively analyzes all traffic in a single pass to determine the application identity, the content within, and the user identity.", + "vendor_name": "Palo Alto Networks", + "vendor_url": "http://www.paloaltonetworks.com/", + "documentation_url": "https://www.paloaltonetworks.com/documentation/80/virtualization/virtualization", + "product_name": "PAN VM-Series Firewall", + "product_url": "https://www.paloaltonetworks.com/products/secure-the-network/virtualized-next-generation-firewall/vm-series", + "registry_version": 3, + "status": "experimental", + "maintainer": "Community", + "maintainer_email": "", + "usage": "Default Username: admin\r\nDefault Password: admin\r\nPAN-VM goes through several iterations of host prompts during boot. This is normal and expected.\r\nLogin is available when prompt is PA-VM login:\r\n\r\nGetting Started:\r\nTo configure a static IP address at the console enter the following commands:\r\n\r\nconfigure\r\nset deviceconfig system ip-address netmask default-gateway type static\r\nset deviceconfig system dns-setting servers primary secondary \r\ncommit\r\n", + "symbol": "pan-vm-fw.svg", + "first_port_name": "management", + "port_name_format": "ethernet1/{port1}", + "qemu": { + "adapter_type": "virtio-net-pci", + "adapters": 25, + "ram": 4096, + "arch": "x86_64", + "console_type": "telnet", + "hda_disk_interface": "virtio", + "kvm": "require", + "options": "-smp 2" + }, + "images": [ + { + "filename": "PA-VM-ESX-8.1.0-disk1.vmdk", + "version": "8.1.0", + "md5sum": "49af8e8225c2e90414bde0be15eaf421", + "filesize": 2281454080, + "download_url": "https://support.paloaltonetworks.com/Updates/SoftwareUpdates/" + }, + { + "filename": "PA-VM-KVM-8.1.0.qcow2", + "version": "8.1.0", + "md5sum": "459558515b965b2e43fde2842abbae66", + "filesize": 2260467712, + "download_url": "https://support.paloaltonetworks.com/Updates/SoftwareUpdates/" + }, + { + "filename": "PA-VM-ESX-8.0.0-disk1.vmdk", + "version": "8.0.0", + "md5sum": "a505fb1dbcc855ecf98630fd5d329f9a", + "filesize": 2002713088, + "download_url": "https://support.paloaltonetworks.com/Updates/SoftwareUpdates/" + }, + { + "filename": "PA-VM-KVM-8.0.0.qcow2", + "version": "8.0.0", + "md5sum": "b6a1ddc8552aff87f05f9c0d4cb54dc3", + "filesize": 1987444736, + "download_url": "https://support.paloaltonetworks.com/Updates/SoftwareUpdates/" + }, + { + "filename": "PA-VM-ESX-7.1.0-disk1.vmdk", + "version": "7.1.0 (ESX)", + "md5sum": "e044dc649b7146ee4f619edb0e5f6675", + "filesize": 1871149056, + "download_url": "https://support.paloaltonetworks.com/Updates/SoftwareUpdates/" + }, + { + "filename": "PA-VM-KVM-7.1.0.qcow2", + "version": "7.1.0", + "md5sum": "da300253709740068927408239c2e321", + "filesize": 1858797568, + "download_url": "https://support.paloaltonetworks.com/Updates/SoftwareUpdates/" + }, + { + "filename": "PA-VM-ESX-6.1.0-disk1.vmdk", + "version": "6.1.0 (ESX)", + "md5sum": "64b1e81cd54008318235832ea6d71424", + "filesize": 2959736832, + "download_url": "https://support.paloaltonetworks.com/Updates/SoftwareUpdates/" + } + ], + "versions": [ + { + "name": "8.1.0 (ESX)", + "images": { + "hda_disk_image": "PA-VM-ESX-8.1.0-disk1.vmdk" + } + }, + { + "name": "8.1.0", + "images": { + "hda_disk_image": "PA-VM-KVM-8.1.0.qcow2" + } + }, + { + "name": "8.0.0 (ESX)", + "images": { + "hda_disk_image": "PA-VM-ESX-8.0.0-disk1.vmdk" + } + }, + { + "name": "8.0.0", + "images": { + "hda_disk_image": "PA-VM-KVM-8.0.0.qcow2" + } + }, + { + "name": "7.1.0 (ESX)", + "images": { + "hda_disk_image": "PA-VM-ESX-7.1.0-disk1.vmdk" + } + }, + { + "name": "7.1.0", + "images": { + "hda_disk_image": "PA-VM-KVM-7.1.0.qcow2" + } + }, + { + "name": "6.1.0 (ESX)", + "images": { + "hda_disk_image": "PA-VM-ESX-6.1.0-disk1.vmdk" + } + } + ] +} diff --git a/gns3server/appliances/pfsense.gns3a b/gns3server/appliances/pfsense.gns3a index 38ac6b6d..2c521949 100644 --- a/gns3server/appliances/pfsense.gns3a +++ b/gns3server/appliances/pfsense.gns3a @@ -23,96 +23,31 @@ }, "images": [ { - "filename": "pfSense-CE-2.3.5-RELEASE-2g-amd64-nanobsd.img", - "version": "2.3.5", - "md5sum": "b6cb76adba3e1113892f84ea01894228", - "filesize": 1989969408, + "filename": "pfSense-CE-memstick-2.4.3-RELEASE-amd64.img", + "version": "2.4.3", + "md5sum": "b754d7e75dece5e756b6539c95714a74", + "filesize": 650392576, "download_url": "https://www.pfsense.org/download/mirror.php?section=downloads" }, { - "filename": "pfSense-CE-2.3.4-RELEASE-2g-amd64-nanobsd.img", - "version": "2.3.4", - "md5sum": "0c9871b54f932be2d550908f7c23b302", - "filesize": 1989969408, - "download_url": "https://www.pfsense.org/download/mirror.php?section=downloads" - }, - { - "filename": "pfSense-CE-2.3.3-RELEASE-2g-amd64-nanobsd.img", - "version": "2.3.3", - "md5sum": "200f073c4f0a4ba6690920079f23d5dd", - "filesize": 1989969408, - "download_url": "https://www.pfsense.org/download/mirror.php?section=downloads" - }, - { - "filename": "pfSense-CE-2.3.2-RELEASE-2g-amd64-nanobsd.img", - "version": "2.3.2", - "md5sum": "c91f2c8e287f4930695e65a6793cb8fe", - "filesize": 1989969408, - "download_url": "https://www.pfsense.org/download/mirror.php?section=downloads" - }, - { - "filename": "pfSense-CE-2.3.1-RELEASE-2g-amd64-nanobsd.img", - "version": "2.3.1", - "md5sum": "719149eed51e03872a8cfd235d958d2e", - "filesize": 1989969408, - "download_url": "https://www.pfsense.org/download/mirror.php?section=downloads" - }, - { - "filename": "pfSense-CE-2.3-RELEASE-2g-amd64-nanobsd.img", - "version": "2.3", - "md5sum": "8ab5047bd4c5bbabf71055fb75177d85", + "filename": "pfSense-CE-2.3.5-RELEASE-2g-amd64-nanobsd.img", + "version": "2.3.5", + "md5sum": "b6cb76adba3e1113892f84ea01894228", "filesize": 1989969408, "download_url": "https://www.pfsense.org/download/mirror.php?section=downloads" - }, - { - "filename": "pfSense-2.2.6-RELEASE-1g-amd64-nanobsd.img", - "version": "2.2.6", - "md5sum": "7bbe39c4ec698685c9f9b615926820a9", - "filesize": 997097472, - "download_url": "https://www.pfsense.org/download/mirror.php?section=downloads" } ], "versions": [ { - "name": "2.3.5", - "images": { - "hda_disk_image": "pfSense-CE-2.3.5-RELEASE-2g-amd64-nanobsd.img" - } - }, - { - "name": "2.3.4", + "name": "2.4.3", "images": { - "hda_disk_image": "pfSense-CE-2.3.4-RELEASE-2g-amd64-nanobsd.img" + "hda_disk_image": "pfSense-CE-memstick-2.4.3-RELEASE-amd64.img" } }, { - "name": "2.3.3", - "images": { - "hda_disk_image": "pfSense-CE-2.3.3-RELEASE-2g-amd64-nanobsd.img" - } - }, - { - "name": "2.3.2", - "images": { - "hda_disk_image": "pfSense-CE-2.3.2-RELEASE-2g-amd64-nanobsd.img" - } - }, - { - "name": "2.3.1", - "images": { - "hda_disk_image": "pfSense-CE-2.3.1-RELEASE-2g-amd64-nanobsd.img" - } - }, - { - "name": "2.3", - "images": { - "hda_disk_image": "pfSense-CE-2.3-RELEASE-2g-amd64-nanobsd.img" - } - }, - { - "name": "2.2.6", + "name": "2.3.5", "images": { - "hda_disk_image": "pfSense-2.2.6-RELEASE-1g-amd64-nanobsd.img" + "hda_disk_image": "pfSense-CE-2.3.5-RELEASE-2g-amd64-nanobsd.img" } } ] diff --git a/gns3server/appliances/python-go-perl-php.gns3a b/gns3server/appliances/python-go-perl-php.gns3a index 0a31376a..0e229881 100644 --- a/gns3server/appliances/python-go-perl-php.gns3a +++ b/gns3server/appliances/python-go-perl-php.gns3a @@ -11,6 +11,6 @@ "maintainer_email": "developers@gns3.net", "docker": { "adapters": 1, - "image": "gns3/python-go-perl-php:latest" + "image": "adosztal/python-go-perl-php:latest" } } diff --git a/gns3server/appliances/ubuntu-cloud.gns3a b/gns3server/appliances/ubuntu-cloud.gns3a index d2766b07..67fe81f7 100644 --- a/gns3server/appliances/ubuntu-cloud.gns3a +++ b/gns3server/appliances/ubuntu-cloud.gns3a @@ -25,6 +25,13 @@ "options": "-nographic" }, "images": [ + { + "filename": "ubuntu-18.04-server-cloudimg-amd64.img", + "version": "18.04", + "md5sum": "f4134e7fa16d7fa766c7467cbe25c949", + "filesize": 336134144, + "download_url": "https://cloud-images.ubuntu.com/releases/18.04/release-20180426.2/ubuntu-18.04-server-cloudimg-amd64.img" + }, { "filename": "ubuntu-17.10-server-cloudimg-amd64.img", "version": "17.10", @@ -55,6 +62,13 @@ } ], "versions": [ + { + "name": "18.04 (LTS)", + "images": { + "hda_disk_image": "ubuntu-18.04-server-cloudimg-amd64.img", + "cdrom_image": "ubuntu-cloud-init-data.iso" + } + }, { "name": "17.10", "images": { diff --git a/gns3server/appliances/untangle.gns3a b/gns3server/appliances/untangle.gns3a index 6c26cac7..236400ea 100644 --- a/gns3server/appliances/untangle.gns3a +++ b/gns3server/appliances/untangle.gns3a @@ -24,6 +24,13 @@ "kvm": "allow" }, "images": [ + { + "filename": "untangle_1321_x64.iso", + "version": "13.2.1", + "md5sum": "4ce49535372f85565922c7e90bc11ba3", + "filesize": 627048448, + "download_url": "https://www.untangle.com/get-untangle/" + }, { "filename": "untangle_1320_x64.iso", "version": "13.2.0", @@ -97,6 +104,13 @@ } ], "versions": [ + { + "name": "13.2.1", + "images": { + "hda_disk_image": "empty30G.qcow2", + "cdrom_image": "untangle_1321_x64.iso" + } + }, { "name": "13.2.0", "images": { diff --git a/gns3server/appliances/zentyal-server.gns3a b/gns3server/appliances/zentyal-server.gns3a index 49cb6caa..d38e9227 100644 --- a/gns3server/appliances/zentyal-server.gns3a +++ b/gns3server/appliances/zentyal-server.gns3a @@ -24,6 +24,14 @@ "kvm": "require" }, "images": [ + { + "filename": "zentyal-5.1-development-amd64.iso", + "version": "5.1", + "md5sum": "dac5623b92c1b361d7805ab8c95c0d99", + "filesize": 947912704, + "download_url": "http://download.zentyal.com/", + "direct_download_url": "http://download.zentyal.com/zentyal-5.1-development-amd64.iso" + }, { "filename": "zentyal-5.0.1-development-amd64.iso", "version": "5.0.1", @@ -74,6 +82,13 @@ } ], "versions": [ + { + "name": "5.1", + "images": { + "hda_disk_image": "empty100G.qcow2", + "cdrom_image": "zentyal-5.1-development-amd64.iso" + } + }, { "name": "5.0.1", "images": {