RedHat 9 based appliances - add option "-cpu host"

This commit is contained in:
Bernhard Ehlers 2023-09-26 10:53:04 +02:00
parent f261c0c7e9
commit 35435f36c0
3 changed files with 12 additions and 11 deletions

View File

@ -21,7 +21,8 @@
"hda_disk_interface": "sata", "hda_disk_interface": "sata",
"arch": "x86_64", "arch": "x86_64",
"console_type": "telnet", "console_type": "telnet",
"kvm": "allow" "kvm": "allow",
"options": "-cpu host -nographic"
}, },
"images": [ "images": [
{ {

View File

@ -12,7 +12,7 @@
"status": "stable", "status": "stable",
"maintainer": "GNS3 Team", "maintainer": "GNS3 Team",
"maintainer_email": "developers@gns3.net", "maintainer_email": "developers@gns3.net",
"usage": "Username: centos\nPassword: centos", "usage": "Username: centos or cloud-user\nPassword: centos",
"port_name_format": "Ethernet{0}", "port_name_format": "Ethernet{0}",
"qemu": { "qemu": {
"adapter_type": "virtio-net-pci", "adapter_type": "virtio-net-pci",
@ -23,16 +23,16 @@
"console_type": "telnet", "console_type": "telnet",
"boot_priority": "c", "boot_priority": "c",
"kvm": "require", "kvm": "require",
"options": "-nographic" "options": "-cpu host -nographic"
}, },
"images": [ "images": [
{ {
"filename": "CentOS-Stream-GenericCloud-9-20230727.1.x86_64.qcow2", "filename": "CentOS-Stream-GenericCloud-9-20230704.1.x86_64.qcow2",
"version": "Stream-9 (20230727.1)", "version": "Stream-9 (20230704.1)",
"md5sum": "b66b7e4951cb5491ae44d5616d56b7cf", "md5sum": "e04511e019325a97837edd9eafe02b48",
"filesize": 1128764416, "filesize": 1087868416,
"download_url": "https://cloud.centos.org/centos/9-stream/x86_64/images", "download_url": "https://cloud.centos.org/centos/9-stream/x86_64/images",
"direct_download_url": "https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-20230727.1.x86_64.qcow2" "direct_download_url": "https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-20230704.1.x86_64.qcow2"
}, },
{ {
"filename": "CentOS-Stream-GenericCloud-8-20230710.0.x86_64.qcow2", "filename": "CentOS-Stream-GenericCloud-8-20230710.0.x86_64.qcow2",
@ -77,9 +77,9 @@
], ],
"versions": [ "versions": [
{ {
"name": "Stream-9 (20230727.1)", "name": "Stream-9 (20230704.1)",
"images": { "images": {
"hda_disk_image": "CentOS-Stream-GenericCloud-9-20230727.1.x86_64.qcow2", "hda_disk_image": "CentOS-Stream-GenericCloud-9-20230704.1.x86_64.qcow2",
"cdrom_image": "centos-cloud-init-data.iso" "cdrom_image": "centos-cloud-init-data.iso"
} }
}, },

View File

@ -23,7 +23,7 @@
"console_type": "telnet", "console_type": "telnet",
"boot_priority": "c", "boot_priority": "c",
"kvm": "require", "kvm": "require",
"options": "-nographic" "options": "-cpu host -nographic"
}, },
"images": [ "images": [
{ {