mirror of
https://github.com/GNS3/gns3-registry.git
synced 2025-01-18 18:56:38 +00:00
Merge pull request #174 from adosztal/master
New releases: EXOS, Cumulus VX
This commit is contained in:
commit
e7bf7062e0
@ -23,6 +23,27 @@
|
||||
"kvm": "require"
|
||||
},
|
||||
"images": [
|
||||
{
|
||||
"filename": "cumulus-linux-3.1.1-vx-amd64-1474681409.bd4e10cz3c4e23f.qcow2",
|
||||
"version": "3.1.1",
|
||||
"md5sum": "ad7688721417f167ea3537e60feac3da",
|
||||
"filesize": 1230372864,
|
||||
"download_url": "https://cumulusnetworks.com/cumulus-vx/download/"
|
||||
},
|
||||
{
|
||||
"filename": "cumulus-linux-3.1.0-vx-amd64-1471979027.dc7e2adza017cfb.qcow2",
|
||||
"version": "3.1.0",
|
||||
"md5sum": "6a68b8c8ef45c7227e80009e9920729c",
|
||||
"filesize": 1190789120,
|
||||
"download_url": "https://cumulusnetworks.com/cumulus-vx/download/"
|
||||
},
|
||||
{
|
||||
"filename": "cumulus-linux-3.0.1-vx-amd64-1468215109.5d83176z20fa23d.qcow2",
|
||||
"version": "3.0.1",
|
||||
"md5sum": "9f312bf4de1b410ce48e26b38f3bef48",
|
||||
"filesize": 1284112384,
|
||||
"download_url": "https://cumulusnetworks.com/cumulus-vx/download/"
|
||||
},
|
||||
{
|
||||
"filename": "cumulus-linux-3.0.0-vx-amd64-1464279382.a8e7985zf0f5ad5.qcow2",
|
||||
"version": "3.0.0",
|
||||
@ -46,6 +67,24 @@
|
||||
}
|
||||
],
|
||||
"versions": [
|
||||
{
|
||||
"name": "3.1.1",
|
||||
"images": {
|
||||
"hda_disk_image": "cumulus-linux-3.1.1-vx-amd64-1474681409.bd4e10cz3c4e23f.qcow2"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "3.1.0",
|
||||
"images": {
|
||||
"hda_disk_image": "cumulus-linux-3.1.0-vx-amd64-1471979027.dc7e2adza017cfb.qcow2"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "3.0.1",
|
||||
"images": {
|
||||
"hda_disk_image": "cumulus-linux-3.0.1-vx-amd64-1468215109.5d83176z20fa23d.qcow2"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "3.0.0",
|
||||
"images": {
|
||||
|
@ -26,6 +26,14 @@
|
||||
"options": "-smp 2 -cpu host"
|
||||
},
|
||||
"images": [
|
||||
{
|
||||
"filename": "exosvm-22.1.1.5.iso",
|
||||
"version": "22.1.1.5",
|
||||
"md5sum": "df3897ca2d7c7053582587ed120114fa",
|
||||
"filesize": 44220416,
|
||||
"download_url": "https://github.com/extremenetworks/Virtual_EXOS",
|
||||
"direct_download_url": "https://github.com/extremenetworks/Virtual_EXOS/raw/master/vm-22.1.1.5.iso"
|
||||
},
|
||||
{
|
||||
"filename": "exosvm-21.1.2.14.iso",
|
||||
"version": "21.1.2.14",
|
||||
@ -76,6 +84,13 @@
|
||||
}
|
||||
],
|
||||
"versions": [
|
||||
{
|
||||
"name": "22.1.1.5",
|
||||
"images": {
|
||||
"hda_disk_image": "empty8G.qcow2",
|
||||
"cdrom_image": "exosvm-22.1.1.5.iso"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "21.1.2.14",
|
||||
"images": {
|
||||
|
Loading…
Reference in New Issue
Block a user