Add OS image location rST directive for use by Red-Install-Tests (#6786)

This commit is contained in:
Jakub Kuczys
2026-06-17 03:11:53 +02:00
committed by GitHub
parent 65da489a1a
commit c1aa59e3d6
21 changed files with 302 additions and 3 deletions
+15
View File
@@ -1,4 +1,19 @@
.. _install-centos-stream-9:
.. os-image-location::
[centos-stream-9]
download_type = 'checksum-file'
boot_mode = 'bios'
url = 'https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-latest.x86_64.qcow2.SHA256SUM'
checksum_style = 'bsd'
filename_pattern = '.*\.qcow2'
[centos-stream-9-arm]
download_type = 'checksum-file'
arch = 'aarch64'
url = 'https://cloud.centos.org/centos/9-stream/aarch64/images/CentOS-Stream-GenericCloud-9-latest.aarch64.qcow2.SHA256SUM'
checksum_style = 'bsd'
filename_pattern = '.*\.qcow2'
=================================
Installing Red on CentOS Stream 9