Updated EXOS with better settings

This commit is contained in:
adosztal 2017-02-11 14:16:34 +01:00 committed by Julien Duponchelle
parent 03f7ca29c2
commit 5f989ea5c2
No known key found for this signature in database
GPG Key ID: CE8B29639E07F5E8

View File

@ -1,6 +1,6 @@
{
"name": "EXOS",
"category": "router",
"category": "multilayer_switch",
"description": "ExtremeXOS was designed from the ground up to meet the needs of large cloud and private data centers, service providers, intelligent, converged enterprise edge networks, and everything in between. It provides the high performance and rich features required by these diverse environments.",
"vendor_name": "Extreme Networks",
"vendor_url": "http://www.extremenetworks.com/",
@ -15,7 +15,8 @@
"first_port_name": "Management",
"port_name_format": "Port{port1}",
"qemu": {
"adapter_type": "virtio-net-pci",
"cpus": 2,
"adapter_type": "e1000",
"adapters": 13,
"ram": 256,
"hda_disk_interface": "ide",
@ -23,7 +24,7 @@
"console_type": "telnet",
"boot_priority": "cd",
"kvm": "require",
"options": "-smp 2 -cpu host"
"options": "-cpu core2duo"
},
"images": [
{