gns3-registry/appliances/vrin.gns3a

54 lines
1.6 KiB
Plaintext
Raw Normal View History

2016-01-05 10:34:52 +00:00
{
"registry_version": 1,
"name": "vRIN",
"description": "VM appliance capable to inject high number of routes into a network",
"vendor_name": "Andras Dosztal",
"status": "stable",
"product_name": "vRIN",
"maintainer_email": "developers@gns3.net",
"maintainer": "Andras Dosztal",
"category": "guest",
"vendor_url": "https://sourceforge.net/projects/vrin/",
"images": [
2016-01-07 13:22:28 +00:00
{
"filename": "vRIN-0.7.qcow2",
"direct_download_url": "http://sourceforge.net/projects/vrin/files/vRIN-0.7.qcow2.bz2/download",
"md5sum": "2e9802c403e34a91871922b9a26592ad",
"version": "0.7",
"download_url": "https://sourceforge.net/projects/vrin/files",
"compression": "bzip2",
"filesize": 614268928
},
2016-01-05 10:34:52 +00:00
{
"filename": "vRIN-0.6.qcow2",
"direct_download_url": "http://sourceforge.net/projects/vrin/files/vRIN-0.6.qcow2.bz2/download",
"md5sum": "6c763f609c05b5b9a3b1d422ab89dbac",
"version": "0.6",
"download_url": "https://sourceforge.net/projects/vrin/files",
"compression": "bzip2",
"filesize": 609681408
}
],
"qemu": {
"arch": "x86_64",
"adapters": 1,
"ram": 256,
"adapter_type": "e1000",
2016-01-07 13:22:28 +00:00
"console_type": "telnet"
2016-01-05 10:34:52 +00:00
},
"versions": [
2016-01-07 13:22:28 +00:00
{
"images": {
"hda_disk_image": "vRIN-0.7.qcow2"
},
"name": "0.7"
},
2016-01-05 10:34:52 +00:00
{
"images": {
"hda_disk_image": "vRIN-0.6.qcow2"
},
"name": "0.6"
}
]
}