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
+27
View File
@@ -1,4 +1,31 @@
.. _install-fedora:
.. os-image-location::
[fedora-43]
download_type = 'checksum-file'
url = 'https://download.fedoraproject.org/pub/fedora/linux/releases/43/Cloud/x86_64/images/Fedora-Cloud-43-1.6-x86_64-CHECKSUM'
checksum_style = 'bsd'
filename_pattern = 'Fedora-Cloud-Base-Generic-.*\.qcow2'
[fedora-43-arm]
download_type = 'checksum-file'
arch = 'aarch64'
url = 'https://download.fedoraproject.org/pub/fedora/linux/releases/43/Cloud/aarch64/images/Fedora-Cloud-43-1.6-aarch64-CHECKSUM'
checksum_style = 'bsd'
filename_pattern = 'Fedora-Cloud-Base-Generic-.*\.qcow2'
[fedora-44]
download_type = 'checksum-file'
url = 'https://download.fedoraproject.org/pub/fedora/linux/releases/44/Cloud/x86_64/images/Fedora-Cloud-44-1.7-x86_64-CHECKSUM'
checksum_style = 'bsd'
filename_pattern = 'Fedora-Cloud-Base-Generic-.*\.qcow2'
[fedora-44-arm]
download_type = 'checksum-file'
arch = 'aarch64'
url = 'https://download.fedoraproject.org/pub/fedora/linux/releases/44/Cloud/aarch64/images/Fedora-Cloud-44-1.7-aarch64-CHECKSUM'
checksum_style = 'bsd'
filename_pattern = 'Fedora-Cloud-Base-Generic-.*\.qcow2'
==============================
Installing Red on Fedora Linux