File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
ansible/inventory/group_vars/all Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -46,15 +46,15 @@ infra_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.
5151infra_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 infra VM data volume.
Original file line number Diff line number Diff line change 3535# https://dl.rockylinux.org/pub/rocky/9/images/x86_64/Rocky-9-GenericCloud.latest.x86_64.qcow2
3636# when os_distribution is "rocky",
3737# or
38- # "https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-latest.x86_64.qcow2"
38+ # "https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-x86_64- 9-latest.x86_64.qcow2"
3939# otherwise.
4040# infra_vm_root_image:
4141
Original file line number Diff line number Diff line change 3535# https://dl.rockylinux.org/pub/rocky/9/images/x86_64/Rocky-9-GenericCloud.latest.x86_64.qcow2
3636# when os_distribution is "rocky",
3737# or
38- # "https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-latest.x86_64.qcow2"
38+ # "https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-x86_64- 9-latest.x86_64.qcow2"
3939# otherwise.
4040# seed_vm_root_image:
4141
You can’t perform that action at this time.
0 commit comments