Skip to content

Commit f0d0213

Browse files
authored
Merge pull request #851 from Da-Geek/rhel_9.3
Adding Red Hat Enterprise Linux 9.3 KVM Guest Image
2 parents 732871e + 96e2308 commit f0d0213

File tree

1 file changed

+17
-3
lines changed

1 file changed

+17
-3
lines changed

appliances/rhel.gns3a

+17-3
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
"registry_version": 4,
1212
"status": "stable",
1313
"availability": "service-contract",
14-
"maintainer": "Neyder Achahuanco",
15-
"maintainer_email": "[email protected]",
16-
"usage": "You should download Red Hat Enterprise Linux KVM Guest Image from https://access.redhat.com/downloads/content/479/ver=/rhel---9/9.2/x86_64/product-software attach/customize cloud-init.iso and start.\nusername: cloud-user\npassword: redhat",
14+
"maintainer": "Da-Geek",
15+
"maintainer_email": "[email protected]",
16+
"usage": "You should download Red Hat Enterprise Linux KVM Guest Image from https://access.redhat.com/downloads/content/479/ver=/rhel---9/9.3/x86_64/product-software attach/customize rhel-cloud-init.iso and start.\nusername: cloud-user\npassword: redhat",
1717
"qemu": {
1818
"adapter_type": "virtio-net-pci",
1919
"adapters": 1,
@@ -26,6 +26,13 @@
2626
"options": "-cpu host -nographic"
2727
},
2828
"images": [
29+
{
30+
"filename": "rhel-9.3-x86_64-kvm.qcow2",
31+
"version": "9.3",
32+
"md5sum": "409d8d15f5177db2617b0e3e02139b5c",
33+
"filesize": 858193920,
34+
"download_url": "https://access.redhat.com/downloads/content/479/ver=/rhel---9/9.3/x86_64/product-software"
35+
},
2936
{
3037
"filename": "rhel-9.2-x86_64-kvm.qcow2",
3138
"version": "9.2",
@@ -112,6 +119,13 @@
112119
}
113120
],
114121
"versions": [
122+
{
123+
"name": "9.3",
124+
"images": {
125+
"hda_disk_image": "rhel-9.3-x86_64-kvm.qcow2",
126+
"cdrom_image": "rhel-cloud-init.iso"
127+
}
128+
},
115129
{
116130
"name": "9.2",
117131
"images": {

0 commit comments

Comments
 (0)