1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-10-10 09:58:55 +00:00
gns3-server/gns3server/appliances/brocade-vadx.gns3a

43 lines
1.6 KiB
Plaintext
Raw Normal View History

2017-04-26 15:02:33 +00:00
{
2017-06-26 09:00:55 +00:00
"name": "Brocade Virtual ADX",
2017-04-26 15:02:33 +00:00
"category": "firewall",
"status": "experimental",
"maintainer": "GNS3 team",
"description": "The Brocade Virtual ADX (vADX™) is a full-fledged Application Delivery Controller (ADC) platform with a virtual footprint that leverages Intel advanced technology to deliver remarkable performance. The software is designed to run on standardsbased hypervisors, hosted on Intel x86 COTS hardware. It offers a complete suite of Layer 4 and Layer 7 server load balancing capabilities and application security services with extensible management via rich SOAP/XML APIs.",
2017-06-26 09:00:55 +00:00
"vendor_name": "Brocade",
"vendor_url": "https://www.brocade.com",
2017-04-26 15:02:33 +00:00
"product_name": "Virtual ADX",
"registry_version": 3,
2017-06-26 09:00:55 +00:00
"maintainer": "GNS3 Team",
2017-04-26 15:02:33 +00:00
"maintainer_email": "developers@gns3.net",
2017-06-26 09:00:55 +00:00
"usage": "Login is root, type vadx-console to access to the console",
2017-04-26 15:02:33 +00:00
"first_port_name": "mgmt1",
"port_name_format": "Port {port1}",
"qemu": {
2017-06-26 09:00:55 +00:00
"adapter_type": "virtio-net-pci",
2017-04-26 15:02:33 +00:00
"adapters": 8,
2017-06-26 09:00:55 +00:00
"ram": 2048,
"arch": "x86_64",
2017-04-26 15:02:33 +00:00
"console_type": "vnc",
"kvm": "require",
2017-06-26 09:00:55 +00:00
"options": "-smp 2"
2017-04-26 15:02:33 +00:00
},
"images": [
{
"filename": "SSR03100KVM.qcow2",
"version": "03100",
"filesize": 3327066112,
"md5sum": "40e5717463fb2f5d1bb7c4de7df15c5c",
"download_url": "http://www1.brocade.com/forms/jsp/virtual-adx-download/index.jsp"
}
],
"versions": [
{
"name": "03100",
"images": {
"hda_disk_image": "SSR03100KVM.qcow2"
}
}
]
}