mirror of
https://github.com/GNS3/gns3-registry.git
synced 2024-12-19 04:47:54 +00:00
commit
b233d963ca
57
appliances/a10-vthunder.gns3a
Normal file
57
appliances/a10-vthunder.gns3a
Normal file
@ -0,0 +1,57 @@
|
||||
{
|
||||
"name": "A10 vThunder",
|
||||
"category": "router",
|
||||
"description": "vThunder, part of A10 Networks' award-winning A10 Thunder and AX Series Application Delivery Controller (ADC) family, is designed to meet the growing needs of organizations that require a flexible and easy-to-deploy application delivery and server load balancer solution running within a virtualized infrastructure.",
|
||||
"vendor_name": "A10",
|
||||
"vendor_url": "https://www.a10networks.com/",
|
||||
"documentation_url": "https://www.a10networks.com/support",
|
||||
"product_name": "A10 vThunder",
|
||||
"product_url": "https://www.a10networks.com/products/thunder-series-appliances/vthunder-virtualized-application_delivery_controller/",
|
||||
"registry_version": 1,
|
||||
"status": "stable",
|
||||
"maintainer": "GNS3 Team",
|
||||
"maintainer_email": "developers@gns3.net",
|
||||
"symbol": "loadbalancer.svg",
|
||||
"usage": "First boot might take a long time. Credentials for installation (1st boot): install/password. Credentials for installed appliance: admin/a10. Default management IP: 172.31.31.31/24",
|
||||
"first_port_name": "mgmt",
|
||||
"port_name_format": "ethernet {port1}",
|
||||
|
||||
"qemu": {
|
||||
"adapter_type": "virtio-net-pci",
|
||||
"hda_disk_interface": "virtio",
|
||||
"adapters": 4,
|
||||
"ram": 4096,
|
||||
"arch": "x86_64",
|
||||
"console_type": "telnet",
|
||||
"boot_priority": "cd",
|
||||
"kvm": "allow"
|
||||
},
|
||||
|
||||
"images": [
|
||||
{
|
||||
"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"
|
||||
},
|
||||
{
|
||||
"filename": "ACOS_vThunder_4_0_1_214.iso",
|
||||
"version": "4.0.1",
|
||||
"md5sum": "7bd500c166fb5cee953a8bb708635895",
|
||||
"filesize": 785524736,
|
||||
"download_url": "https://www.a10networks.com/vthunder-embed"
|
||||
}
|
||||
],
|
||||
|
||||
"versions": [
|
||||
{
|
||||
"name": "4.0.1",
|
||||
"images": {
|
||||
"hda_disk_image": "empty30G.qcow2",
|
||||
"cdrom_image": "ACOS_vThunder_4_0_1_214.iso"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
74
appliances/f5-bigip.gns3a
Normal file
74
appliances/f5-bigip.gns3a
Normal file
@ -0,0 +1,74 @@
|
||||
{
|
||||
"name": "F5 BIG-IP LTM VE",
|
||||
"category": "router",
|
||||
"description": "BIG-IP Virtual Edition (VE) is a version of the BIG-IP system that runs as a virtual machine in specifically-supported hypervisors. BIG-IP VE emulates a hardware-based BIG-IP system running a VE-compatible version of BIG-IP software. File to be downloaded from F5: BIGIP-11.6.0.0.0.401.ALL.qcow2.zip or BIGIP-12.0.0.0.0.606.ALL.qcow2.zip",
|
||||
"vendor_name": "F5",
|
||||
"vendor_url": "http://www.f5.com/",
|
||||
"documentation_url": "https://support.f5.com/kb/en-us/products/big-ip_ltm/manuals/product/bigip-ve-kvm-setup-11-3-0.html",
|
||||
"product_name": "F5 BIG-IP LTM Virtual Edition",
|
||||
"product_url": "https://f5.com/products/modules/local-traffic-manager",
|
||||
"registry_version": 1,
|
||||
"status": "stable",
|
||||
"maintainer": "GNS3 Team",
|
||||
"maintainer_email": "developers@gns3.net",
|
||||
"symbol": "loadbalancer.svg",
|
||||
"usage": "Credentials: root/default. The boot process might take a few minutes without providing any output to the console. Please be patient. ",
|
||||
"port_name_format": "1.{port1}",
|
||||
|
||||
"qemu": {
|
||||
"adapter_type": "virtio-net-pci",
|
||||
"hda_disk_interface": "virtio",
|
||||
"hdb_disk_interface": "virtio",
|
||||
"adapters": 8,
|
||||
"console_type": "telnet",
|
||||
"ram": 4096,
|
||||
"arch": "x86_64",
|
||||
"boot_priority": "c",
|
||||
"kvm": "allow"
|
||||
},
|
||||
|
||||
"images": [
|
||||
{
|
||||
"filename": "BIGIP-12.0.0.0.0.606.qcow2",
|
||||
"version": "12.0.0",
|
||||
"md5sum": "8f578d697554841f003afd1e2965df7e",
|
||||
"filesize": 3152609280,
|
||||
"download_url": "https://downloads.f5.com/",
|
||||
"direct_download_url": "https://downloads.f5.com/esd/serveDownload.jsp?path=/big-ip/big-ip_v12.x/12.0.0/english/virtual-edition/&sw=BIG-IP&pro=big-ip_v12.x&ver=12.0.0&container=Virtual-Edition&file=BIGIP-12.0.0.0.0.606.ALL.qcow2.zip"
|
||||
},
|
||||
{
|
||||
"filename": "BIGIP-11.6.0.0.0.401.qcow2",
|
||||
"version": "11.6.0",
|
||||
"md5sum": "87723dc8c9713a36bde9a650b94205e3",
|
||||
"filesize": 2851733504,
|
||||
"download_url": "https://downloads.f5.com/",
|
||||
"direct_download_url": "https://downloads.f5.com/esd/serveDownload.jsp?path=/big-ip/big-ip_v11.x/11.6.0/english/virtual-edition/&sw=BIG-IP&pro=big-ip_v11.x&ver=11.6.0&container=Virtual-Edition&file=BIGIP-11.6.0.0.0.401.ALL.qcow2.zip"
|
||||
},
|
||||
{
|
||||
"filename": "empty100G.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/empty100G.qcow2/download"
|
||||
}
|
||||
|
||||
],
|
||||
|
||||
"versions": [
|
||||
{
|
||||
"name": "12.0.0",
|
||||
"images": {
|
||||
"hda_disk_image": "BIGIP-12.0.0.0.0.606.qcow2",
|
||||
"hdb_disk_image": "empty100G.qcow2"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "11.6.0",
|
||||
"images": {
|
||||
"hda_disk_image": "BIGIP-11.6.0.0.0.401.qcow2",
|
||||
"hdb_disk_image": "empty100G.qcow2"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
@ -13,7 +13,6 @@
|
||||
"maintainer_email": "developers@gns3.net",
|
||||
"usage": "Default username is admin, no password is set.",
|
||||
"port_name_format": "Port{port1}",
|
||||
"linked_base": false,
|
||||
|
||||
"qemu": {
|
||||
"adapter_type": "virtio-net-pci",
|
||||
|
Loading…
Reference in New Issue
Block a user