mirror of
https://github.com/GNS3/gns3-registry.git
synced 2024-12-23 14:42:27 +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.
40 lines
1.7 KiB
Plaintext
40 lines
1.7 KiB
Plaintext
{
|
|
"name": "Open vSwitch",
|
|
"category": "multilayer_switch",
|
|
"description": "Open vSwitch is a production quality, multilayer virtual switch licensed under the open source Apache 2.0 license. It is designed to enable massive network automation through programmatic extension, while still supporting standard management interfaces and protocols (e.g. NetFlow, sFlow, IPFIX, RSPAN, CLI, LACP, 802.1ag). In addition, it is designed to support distribution across multiple physical servers similar to VMware's vNetwork distributed vswitch or Cisco's Nexus 1000V.",
|
|
"vendor_name": "Open vSwitch",
|
|
"vendor_url": "http://openvswitch.net/",
|
|
"documentation_url": "http://openvswitch.net/support",
|
|
"product_name": "Open vSwitch",
|
|
"registry_version": 1,
|
|
"status": "stable",
|
|
"maintainer": "GNS3 Team",
|
|
"maintainer_email": "developers@gns3.net",
|
|
"qemu": {
|
|
"adapter_type": "e1000",
|
|
"adapters": 24,
|
|
"ram": 128,
|
|
"arch": "x86_64",
|
|
"console_type": "telnet",
|
|
"kvm": "allow"
|
|
},
|
|
"images": [
|
|
{
|
|
"filename": "openvswitch-3.16.6-tinycore64.img",
|
|
"version": "3.16.6",
|
|
"md5sum": "88b777ef930c1a3849b6a40c0d3fd102",
|
|
"filesize": 70254592,
|
|
"download_url": "https://sourceforge.net/projects/gns-3/files/Qemu%20Appliances/",
|
|
"direct_download_url": "http://downloads.sourceforge.net/project/gns-3/Qemu%20Appliances/openvswitch-3.16.6-tinycore64.img"
|
|
}
|
|
],
|
|
"versions": [
|
|
{
|
|
"name": "3.16.6",
|
|
"images": {
|
|
"hda_disk_image": "openvswitch-3.16.6-tinycore64.img"
|
|
}
|
|
}
|
|
]
|
|
}
|