mirror of
https://github.com/GNS3/gns3-registry.git
synced 2024-12-20 05:17:55 +00:00
Merge pull request #411 from steffann/patch-1
Fix Cumulus-VX 3.6.2 checksum and add 3.7.3
This commit is contained in:
commit
730b607c26
@ -23,6 +23,14 @@
|
|||||||
"kvm": "require"
|
"kvm": "require"
|
||||||
},
|
},
|
||||||
"images": [
|
"images": [
|
||||||
|
{
|
||||||
|
"filename": "cumulus-linux-3.7.3-vx-amd64-qemu.qcow2",
|
||||||
|
"version": "3.7.3",
|
||||||
|
"md5sum": "e6f438cd44ede841ff290c85dedd127e",
|
||||||
|
"filesize": 1514340352,
|
||||||
|
"download_url": "https://cumulusnetworks.com/cumulus-vx/download/",
|
||||||
|
"direct_download_url": "http://cumulusfiles.s3.amazonaws.com/CumulusLinux-3.7.3/cumulus-linux-3.7.3-vx-amd64-qemu.qcow2"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"filename": "cumulus-linux-3.7.2-vx-amd64-qemu.qcow2",
|
"filename": "cumulus-linux-3.7.2-vx-amd64-qemu.qcow2",
|
||||||
"version": "3.7.2",
|
"version": "3.7.2",
|
||||||
@ -42,8 +50,8 @@
|
|||||||
{
|
{
|
||||||
"filename": "cumulus-linux-3.6.2-vx-amd64.qcow2",
|
"filename": "cumulus-linux-3.6.2-vx-amd64.qcow2",
|
||||||
"version": "3.6.2",
|
"version": "3.6.2",
|
||||||
"md5sum": "02b0621d68fb2e709b4bcc48748c7b6f",
|
"md5sum": "fda2cfc556de7b12daf45369bd60d33b",
|
||||||
"filesize": 1150746624,
|
"filesize": 1157169152,
|
||||||
"download_url": "https://cumulusnetworks.com/cumulus-vx/download/",
|
"download_url": "https://cumulusnetworks.com/cumulus-vx/download/",
|
||||||
"direct_download_url": "https://s3.amazonaws.com/cumulusfiles/CumulusLinux-3.6.2/cumulus-linux-3.6.2-vx-amd64.qcow2"
|
"direct_download_url": "https://s3.amazonaws.com/cumulusfiles/CumulusLinux-3.6.2/cumulus-linux-3.6.2-vx-amd64.qcow2"
|
||||||
},
|
},
|
||||||
@ -189,6 +197,12 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"name": "3.7.3",
|
||||||
|
"images": {
|
||||||
|
"hda_disk_image": "cumulus-linux-3.7.3-vx-amd64-qemu.qcow2"
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "3.7.2",
|
"name": "3.7.2",
|
||||||
"images": {
|
"images": {
|
||||||
|
Loading…
Reference in New Issue
Block a user