Skip to content

Commit 4cf9872

Browse files
authored
Merge pull request #820 from b-ehlers/redhat
RedHat 9 based appliances - add option "-cpu host"
2 parents f261c0c + 35435f3 commit 4cf9872

File tree

3 files changed

+12
-11
lines changed

3 files changed

+12
-11
lines changed

appliances/almalinux.gns3a

+2-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
"hda_disk_interface": "sata",
2222
"arch": "x86_64",
2323
"console_type": "telnet",
24-
"kvm": "allow"
24+
"kvm": "allow",
25+
"options": "-cpu host -nographic"
2526
},
2627
"images": [
2728
{

appliances/centos-cloud.gns3a

+9-9
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"status": "stable",
1313
"maintainer": "GNS3 Team",
1414
"maintainer_email": "[email protected]",
15-
"usage": "Username: centos\nPassword: centos",
15+
"usage": "Username: centos or cloud-user\nPassword: centos",
1616
"port_name_format": "Ethernet{0}",
1717
"qemu": {
1818
"adapter_type": "virtio-net-pci",
@@ -23,16 +23,16 @@
2323
"console_type": "telnet",
2424
"boot_priority": "c",
2525
"kvm": "require",
26-
"options": "-nographic"
26+
"options": "-cpu host -nographic"
2727
},
2828
"images": [
2929
{
30-
"filename": "CentOS-Stream-GenericCloud-9-20230727.1.x86_64.qcow2",
31-
"version": "Stream-9 (20230727.1)",
32-
"md5sum": "b66b7e4951cb5491ae44d5616d56b7cf",
33-
"filesize": 1128764416,
30+
"filename": "CentOS-Stream-GenericCloud-9-20230704.1.x86_64.qcow2",
31+
"version": "Stream-9 (20230704.1)",
32+
"md5sum": "e04511e019325a97837edd9eafe02b48",
33+
"filesize": 1087868416,
3434
"download_url": "https://cloud.centos.org/centos/9-stream/x86_64/images",
35-
"direct_download_url": "https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-20230727.1.x86_64.qcow2"
35+
"direct_download_url": "https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-20230704.1.x86_64.qcow2"
3636
},
3737
{
3838
"filename": "CentOS-Stream-GenericCloud-8-20230710.0.x86_64.qcow2",
@@ -77,9 +77,9 @@
7777
],
7878
"versions": [
7979
{
80-
"name": "Stream-9 (20230727.1)",
80+
"name": "Stream-9 (20230704.1)",
8181
"images": {
82-
"hda_disk_image": "CentOS-Stream-GenericCloud-9-20230727.1.x86_64.qcow2",
82+
"hda_disk_image": "CentOS-Stream-GenericCloud-9-20230704.1.x86_64.qcow2",
8383
"cdrom_image": "centos-cloud-init-data.iso"
8484
}
8585
},

appliances/rhel.gns3a

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"console_type": "telnet",
2424
"boot_priority": "c",
2525
"kvm": "require",
26-
"options": "-nographic"
26+
"options": "-cpu host -nographic"
2727
},
2828
"images": [
2929
{

0 commit comments

Comments
 (0)