gns3-registry/appliances/fortiadc.gns3a

68 lines
2.6 KiB
Plaintext
Raw Normal View History

2016-05-03 14:35:40 +00:00
{
"name": "FortiADC",
"category": "router",
"description": "Fortinet ADC appliances optimize the availability, user experience, and scalability of enterprise application delivery. They deliver fast, secure, and intelligent acceleration and distribution of even the most demanding enterprise applications.",
"vendor_name": "Fortinet",
"vendor_url": "http://www.fortinet.com/",
"documentation_url": "http://docs.fortinet.com/fortiadc-d-series/admin-guides",
"product_name": "FortiADC",
"product_url": "https://www.fortinet.com/products-services/products/application-delivery-controllers/fortiadc.html",
"registry_version": 1,
"status": "stable",
"maintainer": "GNS3 Team",
"maintainer_email": "developers@gns3.net",
"usage": "Default username is admin, no password is set. Silent boot, it might take a while.",
"symbol": "loadbalancer.svg",
2016-05-03 14:35:40 +00:00
"port_name_format": "Port{port1}",
"qemu": {
"adapter_type": "virtio-net-pci",
"adapters": 10,
"ram": 2048,
"hda_disk_interface": "virtio",
"hdb_disk_interface": "virtio",
2016-05-03 14:35:40 +00:00
"arch": "x86_64",
"console_type": "telnet",
2016-05-03 14:35:40 +00:00
"boot_priority": "c",
"kvm": "allow"
},
"images": [
2016-06-28 15:59:36 +00:00
{
"filename": "FAD_KVM-v400-FORTINET.out.kvm-data.qcow2",
"version": "4.5.x",
"md5sum": "b7500835594e62d8acb1c6ec43d597c1",
"filesize": 30998528,
"download_url": "https://support.fortinet.com/Download/FirmwareImages.aspx"
},
2016-06-19 17:32:23 +00:00
{
"filename": "FAD_KVM-v400-build0581-FORTINET.out.kvm-boot.qcow2",
"version": "4.5.1",
"md5sum": "bfc93d5881dda3f0a3123f54665bdcf0",
"filesize": 67305472,
"download_url": "https://support.fortinet.com/Download/FirmwareImages.aspx"
},
2016-05-03 14:35:40 +00:00
{
"filename": "FAD_KVM-v400-build0560-FORTINET.out.kvm-boot.qcow2",
"version": "4.5.0",
"md5sum": "7a71f52bde93c0000b047626731b7aef",
"filesize": 68026368,
"download_url": "https://support.fortinet.com/Download/FirmwareImages.aspx"
}
],
"versions": [
2016-06-19 17:32:23 +00:00
{
"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"
}
},
2016-05-03 14:35:40 +00:00
{
"name": "4.5.0",
"images": {
"hda_disk_image": "FAD_KVM-v400-build0560-FORTINET.out.kvm-boot.qcow2",
2016-06-19 17:32:23 +00:00
"hdb_disk_image": "FAD_KVM-v400-FORTINET.out.kvm-data.qcow2"
2016-05-03 14:35:40 +00:00
}
}
]
}