|
13 | 13 | "availability": "service-contract",
|
14 | 14 | "maintainer": "Neyder Achahuanco",
|
15 | 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---8/8.5/x86_64/product-software attach/customize cloud-init.iso and start.\nusername: cloud-user\npassword: redhat", |
| 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", |
17 | 17 | "qemu": {
|
18 | 18 | "adapter_type": "virtio-net-pci",
|
19 | 19 | "adapters": 1,
|
|
26 | 26 | "options": "-nographic"
|
27 | 27 | },
|
28 | 28 | "images": [
|
| 29 | + { |
| 30 | + "filename": "rhel-9.2-x86_64-kvm.qcow2", |
| 31 | + "version": "9.2", |
| 32 | + "md5sum": "f33845298b387dbcfbf162c6b4e3f8c8", |
| 33 | + "filesize": 819265536, |
| 34 | + "download_url": "https://access.redhat.com/downloads/content/479/ver=/rhel---8/9.2/x86_64/product-software" |
| 35 | + }, |
| 36 | + { |
| 37 | + "filename": "rhel-baseos-9.1-x86_64-kvm.qcow2", |
| 38 | + "version": "9.1", |
| 39 | + "md5sum": "622de743da83bcec1ad2959ecaedb8f4", |
| 40 | + "filesize": 753401856, |
| 41 | + "download_url": "https://access.redhat.com/downloads/content/479/ver=/rhel---8/9.1/x86_64/product-software" |
| 42 | + }, |
| 43 | + { |
| 44 | + "filename": "rhel-baseos-9.0-x86_64-kvm.qcow2", |
| 45 | + "version": "9.0", |
| 46 | + "md5sum": "4a41497d354fe99a4abf55f1ed73edcb", |
| 47 | + "filesize": 696582144, |
| 48 | + "download_url": "https://access.redhat.com/downloads/content/479/ver=/rhel---8/9.0/x86_64/product-software" |
| 49 | + }, |
| 50 | + { |
| 51 | + "filename": "rhel-8.8-x86_64-kvm.qcow2", |
| 52 | + "version": "8.8", |
| 53 | + "md5sum": "bf22af816ba6abd846bbb0c9ecf7bce1", |
| 54 | + "filesize": 926810112, |
| 55 | + "download_url": "https://access.redhat.com/downloads/content/479/ver=/rhel---8/8.8/x86_64/product-software" |
| 56 | + }, |
| 57 | + { |
| 58 | + "filename": "rhel-8.7-x86_64-kvm.qcow2", |
| 59 | + "version": "8.7", |
| 60 | + "md5sum": "ab71a2c4cc276441bf999f531e064507", |
| 61 | + "filesize": 858128384, |
| 62 | + "download_url": "https://access.redhat.com/downloads/content/479/ver=/rhel---8/8.7/x86_64/product-software" |
| 63 | + }, |
| 64 | + { |
| 65 | + "filename": "rhel-8.6-x86_64-kvm.qcow2", |
| 66 | + "version": "8.6", |
| 67 | + "md5sum": "19501666f46df6b5472db1254e86a339", |
| 68 | + "filesize": 832438272, |
| 69 | + "download_url": "https://access.redhat.com/downloads/content/479/ver=/rhel---8/8.6/x86_64/product-software" |
| 70 | + }, |
29 | 71 | {
|
30 | 72 | "filename": "rhel-8.5-x86_64-kvm.qcow2",
|
31 | 73 | "version": "8.5",
|
|
70 | 112 | }
|
71 | 113 | ],
|
72 | 114 | "versions": [
|
| 115 | + { |
| 116 | + "name": "9.2", |
| 117 | + "images": { |
| 118 | + "hda_disk_image": "rhel-9.2-x86_64-kvm.qcow2", |
| 119 | + "cdrom_image": "rhel-cloud-init.iso" |
| 120 | + } |
| 121 | + }, |
| 122 | + { |
| 123 | + "name": "9.1", |
| 124 | + "images": { |
| 125 | + "hda_disk_image": "rhel-baseos-9.1-x86_64-kvm.qcow2", |
| 126 | + "cdrom_image": "rhel-cloud-init.iso" |
| 127 | + } |
| 128 | + }, |
| 129 | + { |
| 130 | + "name": "9.0", |
| 131 | + "images": { |
| 132 | + "hda_disk_image": "rhel-baseos-9.0-x86_64-kvm.qcow2", |
| 133 | + "cdrom_image": "rhel-cloud-init.iso" |
| 134 | + } |
| 135 | + }, |
| 136 | + { |
| 137 | + "name": "8.8", |
| 138 | + "images": { |
| 139 | + "hda_disk_image": "rhel-8.8-x86_64-kvm.qcow2", |
| 140 | + "cdrom_image": "rhel-cloud-init.iso" |
| 141 | + } |
| 142 | + }, |
| 143 | + { |
| 144 | + "name": "8.7", |
| 145 | + "images": { |
| 146 | + "hda_disk_image": "rhel-8.7-x86_64-kvm.qcow2", |
| 147 | + "cdrom_image": "rhel-cloud-init.iso" |
| 148 | + } |
| 149 | + }, |
| 150 | + { |
| 151 | + "name": "8.6", |
| 152 | + "images": { |
| 153 | + "hda_disk_image": "rhel-8.6-x86_64-kvm.qcow2", |
| 154 | + "cdrom_image": "rhel-cloud-init.iso" |
| 155 | + } |
| 156 | + }, |
73 | 157 | {
|
74 | 158 | "name": "8.5",
|
75 | 159 | "images": {
|
|
0 commit comments