Skip to content

Commit 7857102

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Switch to EFI-compatible CentOS Stream cloud image" into stable/2025.1
2 parents 5c48c7e + 0db0f82 commit 7857102

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

ansible/inventory/group_vars/all/seed-vm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,15 +46,15 @@ seed_vm_root_format: qcow2
4646
# https://dl.rockylinux.org/pub/rocky/9/images/x86_64/Rocky-9-GenericCloud.latest.x86_64.qcow2
4747
# when os_distribution is "rocky",
4848
# or
49-
# "https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-latest.x86_64.qcow2"
49+
# "https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-x86_64-9-latest.x86_64.qcow2"
5050
# otherwise.
5151
seed_vm_root_image: >-
5252
{%- if os_distribution == 'ubuntu' %}
5353
https://cloud-images.ubuntu.com/noble/current/noble-server-cloudimg-amd64.img
5454
{%- elif os_distribution == 'rocky' %}
5555
https://dl.rockylinux.org/pub/rocky/9/images/x86_64/Rocky-9-GenericCloud.latest.x86_64.qcow2
5656
{%- else -%}
57-
https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-latest.x86_64.qcow2
57+
https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-x86_64-9-latest.x86_64.qcow2
5858
{%- endif %}
5959

6060
# Capacity of the seed VM data volume.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
fixes:
3+
- |
4+
Fixes CentOS Stream 9 seed and infra VMs not booting by switching to an
5+
EFI-compatible image.
6+
`LP#2121588 <https://bugs.launchpad.net/kayobe/+bug/2121588>`__

0 commit comments

Comments
 (0)