@@ -43,30 +43,18 @@ infra_vm_root_format: qcow2
4343# Base image for the infra VM root volume. Default is
4444# "https://cloud-images.ubuntu.com/noble/current/noble-server-cloudimg-amd64.img"
4545# when os_distribution is "ubuntu",
46- # "https://dl.rockylinux.org/pub/rocky/9/images/x86_64/Rocky-9-GenericCloud.latest.x86_64.qcow2"
47- # when os_distribution is "rocky" and os_release is "9",
4846# "https://dl.rockylinux.org/pub/rocky/10/images/x86_64/Rocky-10-GenericCloud-Base.latest.x86_64.qcow2"
49- # when os_distribution is "rocky" and os_release is "10",
50- # "https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-x86_64-9-latest.x86_64.qcow2"
51- # when os_distribution is "centos" and os_release is "9-stream", or
47+ # when os_distribution is "rocky", or
5248# "https://cloud.centos.org/centos/10-stream/x86_64/images/CentOS-Stream-GenericCloud-x86_64-10-latest.x86_64.qcow2"
5349# otherwise.
5450infra_vm_root_image: >-
5551 {%- if os_distribution == 'ubuntu' %}
5652 https://cloud-images.ubuntu.com/noble/current/noble-server-cloudimg-amd64.img
5753 {%- elif os_distribution == 'rocky' %}
58- {%- if os_release == '9' %}
59- https://dl.rockylinux.org/pub/rocky/9/images/x86_64/Rocky-9-GenericCloud.latest.x86_64.qcow2
60- {%- else -%}
6154 https://dl.rockylinux.org/pub/rocky/10/images/x86_64/Rocky-10-GenericCloud-Base.latest.x86_64.qcow2
62- {%- endif %}
63- {%- else -%}
64- {%- if os_release == '9-stream' %}
65- https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-x86_64-9-latest.x86_64.qcow2
6655 {%- else -%}
6756 https://cloud.centos.org/centos/10-stream/x86_64/images/CentOS-Stream-GenericCloud-x86_64-10-latest.x86_64.qcow2
6857 {%- endif %}
69- {%- endif %}
7058
7159# Capacity of the infra VM data volume.
7260infra_vm_data_capacity: 100G
0 commit comments