From aa147605202c9885b46c82a48efc2c6d536c9ae8 Mon Sep 17 00:00:00 2001 From: adosztal Date: Sat, 16 Apr 2016 17:53:42 +0200 Subject: [PATCH] Added FortiManager 5.2.7 and 5.4.0 --- appliances/fortimanager.gns3a | 71 +++++++++++++++++++++++++++++++++++ 1 file changed, 71 insertions(+) create mode 100644 appliances/fortimanager.gns3a diff --git a/appliances/fortimanager.gns3a b/appliances/fortimanager.gns3a new file mode 100644 index 0000000..e2fe73f --- /dev/null +++ b/appliances/fortimanager.gns3a @@ -0,0 +1,71 @@ +{ + "name": "FortiManager", + "category": "guest", + "description": "FortiManager Security Management appliances allow you to centrally manage any number of Fortinet Network Security devices, from several to thousands, including FortiGate, FortiWiFi, and FortiCarrier.", + "vendor_name": "Fortinet", + "vendor_url": "http://www.fortinet.com/", + "documentation_url": "http://docs.fortinet.com/p/inside-fortios", + "product_name": "FortiManager", + "product_url": "http://www.fortinet.com/products/fortimanager/virtual-security-management.html", + "registry_version": 1, + "status": "stable", + "maintainer": "GNS3 Team", + "maintainer_email": "developers@gns3.net", + "usage": "Default username is admin, no password is set.", + "port_name_format": "Port{port1}", + + "qemu": { + "adapter_type": "virtio-net-pci", + "hda_disk_interface": "virtio", + "hdb_disk_interface": "virtio", + "adapters": 4, + "console_type": "telnet", + "ram": 1024, + "arch": "x86_64", + "boot_priority": "c", + "kvm": "allow" + }, + + "images": [ + { + "filename": "FMG_VM64_KVM-v5-build1019-FORTINET.out.kvm.qcow2", + "version": "5.4.0", + "md5sum": "1cfb22671cb372d8bf3e47b9c3c55ded", + "filesize": 77541376, + "download_url": "https://support.fortinet.com/Download/FirmwareImages.aspx" + }, + { + "filename": "FMG_VM64_KVM-v5-build0757-FORTINET.out.kvm.qcow2", + "version": "5.2.7", + "md5sum": "d37dbaa49d7522324681eeba19f7699b", + "filesize": 65056768, + "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.4.0", + "images": { + "hda_disk_image": "FMG_VM64_KVM-v5-build1019-FORTINET.out.kvm.qcow2", + "hdb_disk_image": "empty30G.qcow2" + } + }, + { + "name": "5.2.7", + "images": { + "hda_disk_image": "FMG_VM64_KVM-v5-build0757-FORTINET.out.kvm.qcow2", + "hdb_disk_image": "empty30G.qcow2" + } + } + ] +}