Change the storage type to ide, change the nic type to e1000.

This commit is contained in:
Daniel Wu 2020-10-05 00:42:21 +08:00
parent 32b2e414c2
commit 21afd0c2e6

View File

@ -1,27 +1,26 @@
{ {
"name": "Juniper Virtual Route Reflector", "name": "Juniper vRR",
"category": "router", "category": "router",
"description": "The vRR is a full-featured, carrier-grade virtual route reflector software that extends 15+ years of Juniper Networks edge routing expertise to the virtual realm.", "description": "The vRR is a full-featured, carrier-grade virtual route reflector software that extends 15+ years of Juniper Networks edge routing expertise to the virtual realm.",
"vendor_name": "Juniper", "vendor_name": "Juniper",
"vendor_url": "https://www.juniper.net/us/en/", "vendor_url": "https://www.juniper.net/us/en/",
"documentation_url": "https://www.juniper.net/documentation/product/en_US/virtual-route-reflector", "documentation_url": "https://www.juniper.net/documentation/product/en_US/virtual-route-reflector",
"product_name": "Juniper Virtual Route Reflector", "product_name": "Juniper vRR",
"product_url": "https://www.juniper.net/us/en/products-services/nos/junos/", "product_url": "https://www.juniper.net/us/en/products-services/nos/junos/",
"registry_version": 3, "registry_version": 3,
"status": "experimental", "status": "experimental",
"availability": "service-contract",
"maintainer": "none", "maintainer": "none",
"maintainer_email": "developers@gns3.net", "maintainer_email": "developers@gns3.net",
"usage": "Initial username is root, no password.\\n\\nUSAGE INSTRUCTIONS\\n\\nConnect the first interface (em0) to your admin VLAN.", "usage": "Initial username is root, no password.\n\nUSAGE INSTRUCTIONS\n\nConnect the first interface (em0) to your admin VLAN.",
"symbol": "juniper-vmx.svg", "symbol": "juniper-vmx.svg",
"first_port_name": "em0", "first_port_name": "em0",
"port_name_format": "em{port1}", "port_name_format": "em{port1}",
"qemu": { "qemu": {
"adapter_type": "virtio", "adapter_type": "e1000",
"adapters": 2, "adapters": 2,
"ram": 8192, "ram": 8192,
"hda_disk_interface": "virtio", "hda_disk_interface": "ide",
"hdb_disk_interface": "virtio", "hdb_disk_interface": "ide",
"arch": "x86_64", "arch": "x86_64",
"console_type": "telnet", "console_type": "telnet",
"kvm": "require", "kvm": "require",