mirror of
https://github.com/GNS3/gns3-registry.git
synced 2024-12-19 04:47:54 +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.
56 lines
1.7 KiB
Plaintext
56 lines
1.7 KiB
Plaintext
{
|
|
"name": "vRIN",
|
|
"category": "guest",
|
|
"description": "VM appliance capable to inject high number of routes into a network",
|
|
"vendor_name": "Andras Dosztal",
|
|
"vendor_url": "https://sourceforge.net/projects/vrin/",
|
|
"product_name": "vRIN",
|
|
"registry_version": 1,
|
|
"status": "stable",
|
|
"maintainer": "Andras Dosztal",
|
|
"maintainer_email": "developers@gns3.net",
|
|
"symbol": "vRIN.svg",
|
|
"qemu": {
|
|
"adapter_type": "e1000",
|
|
"adapters": 1,
|
|
"ram": 256,
|
|
"arch": "x86_64",
|
|
"console_type": "telnet",
|
|
"kvm": "allow"
|
|
},
|
|
"images": [
|
|
{
|
|
"filename": "vRIN-0.7.qcow2",
|
|
"version": "0.7",
|
|
"md5sum": "2e9802c403e34a91871922b9a26592ad",
|
|
"filesize": 614268928,
|
|
"download_url": "https://sourceforge.net/projects/vrin/files",
|
|
"direct_download_url": "http://sourceforge.net/projects/vrin/files/vRIN-0.7.qcow2.bz2/download",
|
|
"compression": "bzip2"
|
|
},
|
|
{
|
|
"filename": "vRIN-0.6.qcow2",
|
|
"version": "0.6",
|
|
"md5sum": "6c763f609c05b5b9a3b1d422ab89dbac",
|
|
"filesize": 609681408,
|
|
"download_url": "https://sourceforge.net/projects/vrin/files",
|
|
"direct_download_url": "http://sourceforge.net/projects/vrin/files/vRIN-0.6.qcow2.bz2/download",
|
|
"compression": "bzip2"
|
|
}
|
|
],
|
|
"versions": [
|
|
{
|
|
"name": "0.7",
|
|
"images": {
|
|
"hda_disk_image": "vRIN-0.7.qcow2"
|
|
}
|
|
},
|
|
{
|
|
"name": "0.6",
|
|
"images": {
|
|
"hda_disk_image": "vRIN-0.6.qcow2"
|
|
}
|
|
}
|
|
]
|
|
}
|