Skip to content

Commit 4045b06

Browse files
authored
Merge pull request #916 from scls19fr/add_truenas
Add truenas
2 parents 0a227ce + babe429 commit 4045b06

File tree

1 file changed

+104
-0
lines changed

1 file changed

+104
-0
lines changed

appliances/truenas.gns3a

+104
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,104 @@
1+
{
2+
"appliance_id": "8c19ccaa-a1d0-4473-94a2-a93b64924d88",
3+
"name": "TrueNAS",
4+
"category": "guest",
5+
"description": "TrueNAS is a family of network-attached storage (NAS) products produced by iXsystems, incorporating both FOSS, as well as commercial offerings. Based on the OpenZFS file system, TrueNAS runs on FreeBSD as well as Linux and is available under the BSD License It is compatible with x86-64 hardware and is also available as turnkey appliances from iXsystems.",
6+
"vendor_name": "iXsystems",
7+
"vendor_url": "https://www.truenas.com/",
8+
"documentation_url": "https://www.truenas.com/docs/",
9+
"product_name": "TrueNAS",
10+
"product_url": "https://www.truenas.com/",
11+
"registry_version": 4,
12+
"status": "stable",
13+
"maintainer": "GNS3 Team",
14+
"maintainer_email": "[email protected]",
15+
"usage": "To install TrueNAS SCALE you may have to select the Legacy BIOS option.",
16+
"port_name_format": "eth{0}",
17+
"qemu": {
18+
"adapter_type": "e1000",
19+
"adapters": 1,
20+
"ram": 8192,
21+
"hda_disk_interface": "ide",
22+
"hdb_disk_interface": "ide",
23+
"arch": "x86_64",
24+
"console_type": "vnc",
25+
"boot_priority": "cd",
26+
"kvm": "require"
27+
},
28+
"images": [
29+
{
30+
"filename": "TrueNAS-13.0-U6.2.iso",
31+
"version": "CORE 13.0 U6.2",
32+
"md5sum": "8b2882b53af5e9f3ca905c6acdee1690",
33+
"filesize": 1049112576,
34+
"download_url": "https://www.truenas.com/download-truenas-core/",
35+
"direct_download_url": "https://download-core.sys.truenas.net/13.0/STABLE/U6.2/x64/TrueNAS-13.0-U6.2.iso"
36+
},
37+
{
38+
"filename": "TrueNAS-13.3-RELEASE.iso",
39+
"version": "CORE 13.3 RELEASE",
40+
"md5sum": "8bb16cfb06f3f1374a27cf6aebb14ed3",
41+
"filesize": 995567616,
42+
"download_url": "https://www.truenas.com/download-truenas-core/",
43+
"direct_download_url": "https://download-core.sys.truenas.net/13.3/STABLE/RELEASE/x64/TrueNAS-13.3-RELEASE.iso"
44+
},
45+
{
46+
"filename": "TrueNAS-SCALE-24.04.2.2.iso",
47+
"version": "SCALE 24.04.2.2",
48+
"md5sum": "47d9026254a0775800bb2b8ab6d874fd",
49+
"filesize": 1630355456,
50+
"download_url": "https://www.truenas.com/download-truenas-scale/",
51+
"direct_download_url": "https://download.sys.truenas.net/TrueNAS-SCALE-Dragonfish/24.04.2.2/TrueNAS-SCALE-24.04.2.2.iso"
52+
},
53+
{
54+
"filename": "TrueNAS-SCALE-24.10-BETA.1.iso",
55+
"version": "SCALE 24.10-BETA.1",
56+
"md5sum": "cc3d5758d1db3d55ae9c8716f5d43b88",
57+
"filesize": 1491378176,
58+
"download_url": "https://www.truenas.com/download-truenas-scale/",
59+
"direct_download_url": "https://download.sys.truenas.net/TrueNAS-SCALE-ElectricEel-BETA/24.10-BETA.1/TrueNAS-SCALE-24.10-BETA.1.iso"
60+
},
61+
{
62+
"filename": "empty30G.qcow2",
63+
"version": "1.0",
64+
"md5sum": "3411a599e822f2ac6be560a26405821a",
65+
"filesize": 197120,
66+
"download_url": "https://sourceforge.net/projects/gns-3/files/Empty%20Qemu%20disk/",
67+
"direct_download_url": "https://sourceforge.net/projects/gns-3/files/Empty%20Qemu%20disk/empty30G.qcow2/download"
68+
}
69+
],
70+
"versions": [
71+
{
72+
"name": "CORE 13.0 U6.2",
73+
"images": {
74+
"hda_disk_image": "empty30G.qcow2",
75+
"hdb_disk_image": "empty30G.qcow2",
76+
"cdrom_image": "TrueNAS-13.0-U6.2.iso"
77+
}
78+
},
79+
{
80+
"name": "CORE 13.3 RELEASE",
81+
"images": {
82+
"hda_disk_image": "empty30G.qcow2",
83+
"hdb_disk_image": "empty30G.qcow2",
84+
"cdrom_image": "TrueNAS-13.3-RELEASE.iso"
85+
}
86+
},
87+
{
88+
"name": "SCALE 24.04.2.2",
89+
"images": {
90+
"hda_disk_image": "empty30G.qcow2",
91+
"hdb_disk_image": "empty30G.qcow2",
92+
"cdrom_image": "TrueNAS-SCALE-24.04.2.2.iso"
93+
}
94+
},
95+
{
96+
"name": "SCALE 24.10-BETA.1",
97+
"images": {
98+
"hda_disk_image": "empty30G.qcow2",
99+
"hdb_disk_image": "empty30G.qcow2",
100+
"cdrom_image": "TrueNAS-SCALE-24.10-BETA.1.iso"
101+
}
102+
}
103+
]
104+
}

0 commit comments

Comments
 (0)