-
Notifications
You must be signed in to change notification settings - Fork 1
/
isoc-routinator.gns3a
40 lines (40 loc) · 1.26 KB
/
isoc-routinator.gns3a
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "ISOC Lab Routinator",
"category": "guest",
"symbol": ":/symbols/qemu_guest.svg",
"description": "This is a Routinator instance for the ISOC Labs Manager",
"vendor_name": "ISOC",
"vendor_url": "https://www.internetsociety.org/",
"documentation_url": "https://www.internetsociety.org/",
"product_name": "ISOC Labs Manager - Routinator",
"registry_version": 3,
"status": "stable",
"maintainer": "Sander Steffann",
"maintainer_email": "[email protected]",
"usage": "This template is probably only useful together with the ISOC Labs Manager.",
"qemu": {
"adapter_type": "virtio-net-pci",
"adapters": 2,
"ram": 512,
"arch": "x86_64",
"console_type": "telnet",
"kvm": "allow"
},
"images": [
{
"filename": "isoc-routinator-0.1.img",
"version": "0.1",
"md5sum": "5bad23cbf8033447b745f8fcb0a64b6c",
"filesize": 1359740928,
"download_url": "https://github.com/MANRS-Lab/GNS3-Appliances/raw/master/isoc-routinator-0.1.img"
}
],
"versions": [
{
"name": "0.1",
"images": {
"hda_disk_image": "isoc-routinator-0.1.img"
}
}
]
}