-
Notifications
You must be signed in to change notification settings - Fork 1
/
isoc-irr.gns3a
40 lines (40 loc) · 1.2 KB
/
isoc-irr.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 IRR",
"category": "guest",
"symbol": ":/symbols/qemu_guest.svg",
"description": "This is an IRR 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 - IRR",
"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": "e1000",
"adapters": 1,
"ram": 128,
"arch": "x86_64",
"console_type": "telnet",
"kvm": "allow"
},
"images": [
{
"filename": "isoc-irr-0.2.img",
"version": "0.1",
"md5sum": "e5fd9c9075af7842c40ae9937e4d397b",
"filesize": 384172032,
"download_url": "https://github.com/MANRS-Lab/GNS3-Appliances/raw/master/isoc-irr-0.2.img"
}
],
"versions": [
{
"name": "0.2",
"images": {
"hda_disk_image": "isoc-irr-0.2.img"
}
}
]
}