mirror of
https://github.com/GNS3/gns3-registry.git
synced 2024-12-19 04:47:54 +00:00
Adjust arista-veos image mounts to boot from CDROM
Move Aboot ISO from hda_disk_image to cdrom_image Move VMDK from hdb_disk_image to hda_disk_image Set boot_priority to "d" to boot from CD/DVD Add Arista vEOS version 4.20.11M
This commit is contained in:
parent
7499a3030a
commit
e6707f147f
@ -21,6 +21,7 @@
|
|||||||
"ram": 2048,
|
"ram": 2048,
|
||||||
"arch": "x86_64",
|
"arch": "x86_64",
|
||||||
"console_type": "telnet",
|
"console_type": "telnet",
|
||||||
|
"boot_priority": "d",
|
||||||
"kvm": "require"
|
"kvm": "require"
|
||||||
},
|
},
|
||||||
"images": [
|
"images": [
|
||||||
@ -31,6 +32,13 @@
|
|||||||
"filesize": 358809600,
|
"filesize": 358809600,
|
||||||
"download_url": "https://www.arista.com/en/support/software-download"
|
"download_url": "https://www.arista.com/en/support/software-download"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"filename": "vEOS-lab-4.20.11M.vmdk",
|
||||||
|
"version": "4.20.11M",
|
||||||
|
"md5sum": "19e482a193f237c157ce35c389ca9417",
|
||||||
|
"filesize": 658178048,
|
||||||
|
"download_url": "https://www.arista.com/en/support/software-download"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"filename": "vEOS-lab-4.20.1F.vmdk",
|
"filename": "vEOS-lab-4.20.1F.vmdk",
|
||||||
"version": "4.20.1F",
|
"version": "4.20.1F",
|
||||||
@ -125,94 +133,101 @@
|
|||||||
],
|
],
|
||||||
"versions": [
|
"versions": [
|
||||||
{
|
{
|
||||||
"name": "4.21.1F",
|
"name": "4.21.1.1F",
|
||||||
"images": {
|
"images": {
|
||||||
"hda_disk_image": "Aboot-veos-serial-8.0.0.iso",
|
"cdrom_image": "Aboot-veos-serial-8.0.0.iso",
|
||||||
"hdb_disk_image": "vEOS-lab-4.21.1.1F.vmdk"
|
"hda_disk_image": "vEOS-lab-4.21.1.1F.vmdk"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "4.20.11M",
|
||||||
|
"images": {
|
||||||
|
"cdrom_image": "Aboot-veos-serial-8.0.0.iso",
|
||||||
|
"hda_disk_image": "vEOS-lab-4.20.11M.vmdk"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "4.20.1F",
|
"name": "4.20.1F",
|
||||||
"images": {
|
"images": {
|
||||||
"hda_disk_image": "Aboot-veos-serial-8.0.0.iso",
|
"cdrom_image": "Aboot-veos-serial-8.0.0.iso",
|
||||||
"hdb_disk_image": "vEOS-lab-4.20.1F.vmdk"
|
"hda_disk_image": "vEOS-lab-4.20.1F.vmdk"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "4.18.5M",
|
"name": "4.18.5M",
|
||||||
"images": {
|
"images": {
|
||||||
"hda_disk_image": "Aboot-veos-serial-8.0.0.iso",
|
"cdrom_image": "Aboot-veos-serial-8.0.0.iso",
|
||||||
"hdb_disk_image": "vEOS-lab-4.18.5M.vmdk"
|
"hda_disk_image": "vEOS-lab-4.18.5M.vmdk"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "4.18.1F",
|
"name": "4.18.1F",
|
||||||
"images": {
|
"images": {
|
||||||
"hda_disk_image": "Aboot-veos-serial-8.0.0.iso",
|
"cdrom_image": "Aboot-veos-serial-8.0.0.iso",
|
||||||
"hdb_disk_image": "vEOS-lab-4.18.1F.vmdk"
|
"hda_disk_image": "vEOS-lab-4.18.1F.vmdk"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "4.17.8M",
|
"name": "4.17.8M",
|
||||||
"images": {
|
"images": {
|
||||||
"hda_disk_image": "Aboot-veos-serial-8.0.0.iso",
|
"cdrom_image": "Aboot-veos-serial-8.0.0.iso",
|
||||||
"hdb_disk_image": "vEOS-lab-4.17.8M.vmdk"
|
"hda_disk_image": "vEOS-lab-4.17.8M.vmdk"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "4.17.2F",
|
"name": "4.17.2F",
|
||||||
"images": {
|
"images": {
|
||||||
"hda_disk_image": "Aboot-veos-serial-8.0.0.iso",
|
"cdrom_image": "Aboot-veos-serial-8.0.0.iso",
|
||||||
"hdb_disk_image": "vEOS-lab-4.17.2F.vmdk"
|
"hda_disk_image": "vEOS-lab-4.17.2F.vmdk"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "4.16.13M",
|
"name": "4.16.13M",
|
||||||
"images": {
|
"images": {
|
||||||
"hda_disk_image": "Aboot-veos-serial-8.0.0.iso",
|
"cdrom_image": "Aboot-veos-serial-8.0.0.iso",
|
||||||
"hdb_disk_image": "vEOS-lab-4.16.13M.vmdk"
|
"hda_disk_image": "vEOS-lab-4.16.13M.vmdk"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "4.16.6M",
|
"name": "4.16.6M",
|
||||||
"images": {
|
"images": {
|
||||||
"hda_disk_image": "Aboot-veos-serial-8.0.0.iso",
|
"cdrom_image": "Aboot-veos-serial-8.0.0.iso",
|
||||||
"hdb_disk_image": "vEOS-lab-4.16.6M.vmdk"
|
"hda_disk_image": "vEOS-lab-4.16.6M.vmdk"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "4.15.10M",
|
"name": "4.15.10M",
|
||||||
"images": {
|
"images": {
|
||||||
"hda_disk_image": "Aboot-veos-serial-8.0.0.iso",
|
"cdrom_image": "Aboot-veos-serial-8.0.0.iso",
|
||||||
"hdb_disk_image": "vEOS-lab-4.15.10M.vmdk"
|
"hda_disk_image": "vEOS-lab-4.15.10M.vmdk"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "4.15.5M",
|
"name": "4.15.5M",
|
||||||
"images": {
|
"images": {
|
||||||
"hda_disk_image": "Aboot-veos-serial-8.0.0.iso",
|
"cdrom_image": "Aboot-veos-serial-8.0.0.iso",
|
||||||
"hdb_disk_image": "vEOS-lab-4.15.5M.vmdk"
|
"hda_disk_image": "vEOS-lab-4.15.5M.vmdk"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "4.14.14M",
|
"name": "4.14.14M",
|
||||||
"images": {
|
"images": {
|
||||||
"hda_disk_image": "Aboot-veos-serial-8.0.0.iso",
|
"cdrom_image": "Aboot-veos-serial-8.0.0.iso",
|
||||||
"hdb_disk_image": "vEOS-lab-4.14.14M.vmdk"
|
"hda_disk_image": "vEOS-lab-4.14.14M.vmdk"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "4.13.16M",
|
"name": "4.13.16M",
|
||||||
"images": {
|
"images": {
|
||||||
"hda_disk_image": "Aboot-veos-serial-8.0.0.iso",
|
"cdrom_image": "Aboot-veos-serial-8.0.0.iso",
|
||||||
"hdb_disk_image": "vEOS-lab-4.13.16M.vmdk"
|
"hda_disk_image": "vEOS-lab-4.13.16M.vmdk"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "4.13.8M",
|
"name": "4.13.8M",
|
||||||
"images": {
|
"images": {
|
||||||
"hda_disk_image": "Aboot-veos-serial-8.0.0.iso",
|
"cdrom_image": "Aboot-veos-serial-8.0.0.iso",
|
||||||
"hdb_disk_image": "vEOS-lab-4.13.8M.vmdk"
|
"hda_disk_image": "vEOS-lab-4.13.8M.vmdk"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user