Add support for Rocky Linux 10 image download
Change-Id: If3f3e2c48996c309e7c6fcb68757067075fb390e Signed-off-by: Pierre Riteau <pierre@stackhpc.com>
This commit is contained in:
@@ -142,6 +142,10 @@ deploy_image_sources:
|
||||
image: "https://dl.rockylinux.org/pub/rocky/9/images/x86_64/Rocky-9-GenericCloud.latest.x86_64.qcow2"
|
||||
checksum: "https://dl.rockylinux.org/pub/rocky/9/images/x86_64/CHECKSUM"
|
||||
checksum_algorithm: "sha256"
|
||||
"10":
|
||||
image: "https://dl.rockylinux.org/pub/rocky/10/images/x86_64/Rocky-10-GenericCloud-Base.latest.x86_64.qcow2"
|
||||
checksum: "https://dl.rockylinux.org/pub/rocky/10/images/x86_64/CHECKSUM"
|
||||
checksum_algorithm: "sha256"
|
||||
centos:
|
||||
9-stream:
|
||||
image: "https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-latest.x86_64.qcow2"
|
||||
|
||||
Reference in New Issue
Block a user