mirror of
https://github.com/GNS3/gns3-registry.git
synced 2024-12-22 14:12:28 +00:00
49ce6366b3
This PR add KVM support in the appliance schema. It's a part of https://github.com/GNS3/gns3-gui/issues/904 from @boenrobot KVM has three value: * "require" - Forbid installation on the target server if KVM is not available there (i.e. a Windows and OSX; be it local or remote). Install only with KVM enabled. * "allow" - Enable KVM if supported on the target server, but allow installation to continue with KVM disabled if not supported (this should be the default). * "disable" - Even if KVM is supported on the target server, install with KVM disabled. All appliances have been updated to reflect their correct value. Also it's add a sample tool for quickly patch all appliances.
49 lines
2.5 KiB
Plaintext
49 lines
2.5 KiB
Plaintext
{
|
|
"name": "Arista vEOS",
|
|
"category": "multilayer_switch",
|
|
"description": "Arista EOS\u00ae is the core of Arista cloud networking solutions for next-generation data centers and cloud networks. Cloud architectures built with Arista EOS scale to tens of thousands of compute and storage nodes with management and provisioning capabilities that work at scale. Through its programmability, EOS enables a set of software applications that deliver workflow automation, high availability, unprecedented network visibility and analytics and rapid integration with a wide range of third-party applications for virtualization, management, automation and orchestration services.\n\nArista Extensible Operating System (EOS) is a fully programmable and highly modular, Linux-based network operation system, using familiar industry standard CLI and runs a single binary software image across the Arista switching family. Architected for resiliency and programmability, EOS has a unique multi-process state sharing architecture that separates state information and packet forwarding from protocol processing and application logic.",
|
|
"vendor_name": "Arista",
|
|
"vendor_url": "http://www.arista.com/",
|
|
"documentation_url": "http://www.arista.com/docs/Manuals/ConfigGuide.pdf",
|
|
"product_name": "vEOS",
|
|
"product_url": "https://eos.arista.com/",
|
|
"registry_version": 1,
|
|
"status": "experimental",
|
|
"maintainer": "GNS3 Team",
|
|
"maintainer_email": "developers@gns3.net",
|
|
"symbol": ":/symbols/multilayer_switch.svg",
|
|
"qemu": {
|
|
"adapter_type": "e1000",
|
|
"adapters": 8,
|
|
"ram": 1024,
|
|
"arch": "x86_64",
|
|
"console_type": "telnet",
|
|
"kvm": "require"
|
|
},
|
|
"images": [
|
|
{
|
|
"filename": "vEOS-lab-4.13.8M.vmdk",
|
|
"version": "4.13.8M",
|
|
"md5sum": "a47145b9e6e7a24171c0850f8755535e",
|
|
"filesize": 409010176,
|
|
"download_url": "https://www.arista.com/en/support/software-download"
|
|
},
|
|
{
|
|
"filename": "Aboot-veos-serial-2.1.0.iso",
|
|
"version": "2.1.0",
|
|
"md5sum": "2687534f2ff11b998dec0511066457c0",
|
|
"filesize": 5242880,
|
|
"download_url": "https://www.arista.com/en/support/software-download"
|
|
}
|
|
],
|
|
"versions": [
|
|
{
|
|
"name": "4.13.8M",
|
|
"images": {
|
|
"hda_disk_image": "Aboot-veos-serial-2.1.0.iso",
|
|
"hdb_disk_image": "vEOS-lab-4.13.8M.vmdk"
|
|
}
|
|
}
|
|
]
|
|
}
|