gns3-registry/appliances/netem.gns3a
Julien Duponchelle 49ce6366b3 KVM support in JSON schema
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.
2016-01-18 12:19:33 +01:00

43 lines
1.7 KiB
Plaintext

{
"name": "NETem",
"category": "guest",
"description": "NETem emulates a network link, typically a WAN link. It supports bandwidth limitation, delay, jitter and packet loss. All this functionality is already build in the linux kernel, NETem is just a menu system to make the configuration user-friendly.",
"vendor_name": "Linux",
"vendor_url": "http://www.linuxfoundation.org/",
"documentation_url": "http://www.cs.unm.edu/~crandall/netsfall13/TCtutorial.pdf",
"product_name": "netem",
"registry_version": 1,
"status": "experimental",
"maintainer": "Bernhard Ehlers",
"maintainer_email": "be@bernhard-ehlers.de",
"usage": "Insert the NETem VM between two network elements and connect it to them. NETem is fully transparent, it bridges the traffic from one interface to the other one. As NETem only bridges, it needs no IP addresses. On start a menu on the console allows a user-friendy configuration of the line parameters.",
"port_name_format": "eth{0}",
"qemu": {
"adapter_type": "e1000",
"adapters": 2,
"ram": 96,
"arch": "i386",
"console_type": "telnet",
"kvm": "allow",
"options": "-nographic"
},
"images": [
{
"filename": "NETem-v3.qcow2",
"version": "0.3",
"md5sum": "88297839b5f014ac15a434053f51690f",
"filesize": 23461888,
"download_url": "http://bernhard-ehlers.de/projects/netem/NETem-v3.qcow2",
"direct_download_url": "http://bernhard-ehlers.de/projects/netem/NETem-v3.qcow2"
}
],
"versions": [
{
"name": "0.3",
"images": {
"hda_disk_image": "NETem-v3.qcow2"
}
}
]
}