gns3-registry/appliances/vrin.gns3a
Julien Duponchelle eced8be2a5 When prettify add new line at the end of the file.
This avoid trouble with most text editors.
2016-01-15 10:18:10 +01:00

55 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"
},
"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"
}
}
]
}