mirror of
https://github.com/ubicloud/ubicloud.git
synced 2023-08-22 09:38:31 +03:00
Use updated, and stable link for AlmaLinux
The old image path is now a 404. This breaks provisioning AlmaLinux VMs, and pages the operator.
This commit is contained in:
committed by
Daniel Farina
parent
2fbcd30fba
commit
9fb4117e6b
@@ -554,7 +554,7 @@ EOS
|
||||
def download_boot_image(boot_image)
|
||||
urls = {
|
||||
"ubuntu-jammy" => "https://cloud-images.ubuntu.com/jammy/current/jammy-server-cloudimg-amd64.img",
|
||||
"almalinux-9.1" => "https://repo.almalinux.org/almalinux/9/cloud/x86_64/images/AlmaLinux-9-GenericCloud-9.1-20221118.x86_64.qcow2",
|
||||
"almalinux-9.1" => "https://repo.almalinux.org/almalinux/9/cloud/x86_64/images/AlmaLinux-9-GenericCloud-latest.x86_64.qcow2",
|
||||
"opensuse-leap-15.4" => "https://download.opensuse.org/distribution/leap/15.4/appliances/openSUSE-Leap-15.4-Minimal-VM.x86_64-OpenStack-Cloud.qcow2"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user