mirror of
https://github.com/GNS3/gns3-registry.git
synced 2024-12-24 23:16:43 +00:00
parent
ba5464c4b4
commit
c414b2fa09
@ -15,9 +15,9 @@
|
||||
"adapter_type": "e1000",
|
||||
"adapters": 8,
|
||||
"graphic": false,
|
||||
"kvm_support": true,
|
||||
"ram": 2048,
|
||||
"processor": "x64"
|
||||
"processor": "x64",
|
||||
"console_type": "telnet"
|
||||
},
|
||||
|
||||
"images": [
|
||||
|
40
devices/cumulus-vx.json
Normal file
40
devices/cumulus-vx.json
Normal file
@ -0,0 +1,40 @@
|
||||
{
|
||||
"name": "Cumulus VX",
|
||||
"category": "router",
|
||||
"vendor_name": "Cumulus Network",
|
||||
"vendor_url": "https://www.cumulusnetworks.com",
|
||||
"documentation_url": "http://docs.cumulusnetworks.com/",
|
||||
"product_name": "Cumulus VX",
|
||||
"product_url": "https://cumulusnetworks.com/cumulus-vx/",
|
||||
"repository_version": 1,
|
||||
"status": "stable",
|
||||
"maintainer": "GNS3 Team",
|
||||
"maintainer_email": "developers@gns3.net",
|
||||
|
||||
"qemu": {
|
||||
"adapter_type": "e1000",
|
||||
"adapters": 8,
|
||||
"graphic": false,
|
||||
"console_type": "vnc",
|
||||
"ram": 2048,
|
||||
"processor": "x64"
|
||||
},
|
||||
|
||||
"images": [
|
||||
{
|
||||
"filename": "CumulusVX-2.5.3-4eb681f3df86c478.qcow2",
|
||||
"version": "2.5.3",
|
||||
"md5sum": "5128aec2568991ea0586293cb85f7a97",
|
||||
"download_url": "https://cumulusnetworks.com/cumulus-vx/download/thanks/kvm/"
|
||||
}
|
||||
],
|
||||
|
||||
"versions": [
|
||||
{
|
||||
"name": "2.5.3",
|
||||
"images": {
|
||||
"hda_disk_image": "CumulusVX-2.5.3-4eb681f3df86c478.qcow2"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
@ -16,8 +16,7 @@
|
||||
"adapters": 16,
|
||||
"ram": 1024,
|
||||
"processor": "x64",
|
||||
"graphic": true,
|
||||
"kvm": true,
|
||||
"console_type": "vnc",
|
||||
"hda_disk_image": "vsr1000-hp.img",
|
||||
"hda_disk_size": "8G",
|
||||
"install_cdrom_to_hda": true,
|
||||
|
@ -16,7 +16,8 @@
|
||||
"adapters": 1,
|
||||
"ram": 32,
|
||||
"processor": "i386",
|
||||
"graphic": false
|
||||
"graphic": false,
|
||||
"console_type": "telnet"
|
||||
},
|
||||
|
||||
"images": [
|
||||
|
Loading…
Reference in New Issue
Block a user