File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,9 @@ use_cirros: true
88{% if os_distribution == 'centos' %}
99cirros_deploy_image_upstream_url : " https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-20221206.0.x86_64.qcow2"
1010{% elif os_distribution == 'rocky' %}
11- cirros_deploy_image_upstream_url : " https://dl.rockylinux.org/pub/rocky/9/images/x86_64/Rocky-9-GenericCloud.latest.x86_64.qcow2"
11+ # NOTE(priteau): Temporarily using Rocky Linux 9.3 because 9.4 images fail to
12+ # boot (https://bugs.rockylinux.org/view.php?id=6832)
13+ cirros_deploy_image_upstream_url : " https://dl.rockylinux.org/vault/rocky/9.3/images/x86_64/Rocky-9-GenericCloud.latest.x86_64.qcow2"
1214{% else %}
1315cirros_deploy_image_upstream_url : " https://cloud-images.ubuntu.com/jammy/current/jammy-server-cloudimg-amd64.img"
1416{% endif %}
Original file line number Diff line number Diff line change @@ -33,7 +33,9 @@ seed_vm_vcpus: 1
3333# or
3434# "https://cloud.centos.org/centos/8-stream/x86_64/images/CentOS-Stream-GenericCloud-8-20210603.0.x86_64.qcow2"
3535# otherwise.
36- # seed_vm_root_image:
36+ # NOTE(priteau): Temporarily using Rocky Linux 9.3 because 9.4 images fail to
37+ # boot (https://bugs.rockylinux.org/view.php?id=6832)
38+ seed_vm_root_image : https://dl.rockylinux.org/vault/rocky/9.3/images/x86_64/Rocky-9-GenericCloud.latest.x86_64.qcow2
3739
3840# Capacity of the seed VM data volume.
3941# seed_vm_data_capacity:
You can’t perform that action at this time.
0 commit comments