File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
ansible/inventory/group_vars/all Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -46,15 +46,15 @@ seed_vm_root_format: qcow2
46
46
# https://dl.rockylinux.org/pub/rocky/9/images/x86_64/Rocky-9-GenericCloud.latest.x86_64.qcow2
47
47
# when os_distribution is "rocky",
48
48
# 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"
50
50
# otherwise.
51
51
seed_vm_root_image: >-
52
52
{%- if os_distribution == 'ubuntu' %}
53
53
https://cloud-images.ubuntu.com/noble/current/noble-server-cloudimg-amd64.img
54
54
{%- elif os_distribution == 'rocky' %}
55
55
https://dl.rockylinux.org/pub/rocky/9/images/x86_64/Rocky-9-GenericCloud.latest.x86_64.qcow2
56
56
{%- 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
58
58
{%- endif %}
59
59
60
60
# Capacity of the seed VM data volume.
Original file line number Diff line number Diff line change
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>`__
You can’t perform that action at this time.
0 commit comments