Adding VOSS versions 8.4, and cleaned up spacing.

Added VOSS 8.4 and cleaned up some spacing to make it look nice :)
This commit is contained in:
stewilliams-extr 2021-06-30 10:24:19 -04:00 committed by GitHub
parent 574732d105
commit 3cf81c676a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,8 @@
"symbol": ":/symbols/multilayer_switch.svg",
"first_port_name": "Mgmt",
"port_name_format": "1/{port1}",
"qemu": {
"qemu":
{
"adapter_type": "e1000",
"adapters": 9,
"ram": 2048,
@ -25,7 +26,16 @@
"kvm": "allow",
"options": "-nographic"
},
"images": [
"images":
[
{
"filename": "VOSSGNS3.8.4.0.0.qcow2",
"version": "v8.4.0.0",
"md5sum": "f457e7da3c1dec50670624c421333ef3",
"filesize": 386203648,
"direct_download_url": "https://akamai-ep.extremenetworks.com/Extreme_P/github-en/Virtual_VOSS/VOSSGNS3.8.4.0.0.qcow2"
},
{
"filename": "VOSSGNS3.8.3.0.0.qcow2",
"version": "v8.3.0.0",
@ -69,40 +79,55 @@
"direct_download_url": "https://akamai-ep.extremenetworks.com/Extreme_P/github-en/Virtual_VOSS/VOSSGNS3.7.0.0.0.img"
}
],
"versions": [
"versions":
[
{
"name": "v8.4.0.0",
"images":
{
"hda_disk_image": "VOSSGNS3.8.4.0.0.qcow2"
}
},
{
"name": "v8.3.0.0",
"images": {
"images":
{
"hda_disk_image": "VOSSGNS3.8.3.0.0.qcow2"
}
},
{
"name": "v8.2.0.0",
"images": {
"images":
{
"hda_disk_image": "VOSSGNS3.8.2.0.0.qcow2"
}
},
{
"name": "8.1.5.0",
"images": {
"images":
{
"hda_disk_image": "VOSSGNS3.8.1.5.0.qcow2"
}
},
{
"name": "8.1.0.0",
"images": {
"images":
{
"hda_disk_image": "VOSSGNS3.8.1.0.0.qcow2"
}
},
{
"name": "7.1.0.0",
"images": {
"images":
{
"hda_disk_image": "VOSSGNS3.7.1.0.0.qcow2"
}
},
{
"name": "7.0.0.0",
"images": {
"images":
{
"hda_disk_image": "VOSSGNS3.7.0.0.0.img"
}
}