File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 32
32
# Base image for the infra VM root volume. Default is
33
33
# "https://cloud-images.ubuntu.com/focal/current/focal-server-cloudimg-amd64.img"
34
34
# when os_distribution is "ubuntu", or
35
- # https://dl.rockylinux.org/pub/rocky/8/images/Rocky-8-GenericCloud.latest.x86_64.qcow2
36
- # when os_distribution is "rocky",
35
+ # https://dl.rockylinux.org/pub/rocky/8/images/x86_64/Rocky-8-GenericCloud.latest.x86_64.qcow2
36
+ # when os_distribution is "rocky" and os_release is "8"
37
+ # https://dl.rockylinux.org/pub/rocky/9/images/x86_64/Rocky-9-GenericCloud.latest.x86_64.qcow2
38
+ # when os_distribution is "rocky" and os_release is "9",
37
39
# or
38
40
# "https://cloud.centos.org/centos/8-stream/x86_64/images/CentOS-Stream-GenericCloud-8-20220913.0.x86_64.qcow2"
39
41
# otherwise.
Original file line number Diff line number Diff line change 26
26
# Base image for the seed VM root volume. Default is
27
27
# "https://cloud-images.ubuntu.com/focal/current/focal-server-cloudimg-amd64.img"
28
28
# when os_distribution is "ubuntu",
29
- # https://dl.rockylinux.org/pub/rocky/8/images/Rocky-8-GenericCloud.latest.x86_64.qcow2
29
+ # https://dl.rockylinux.org/pub/rocky/8/images/x86_64/ Rocky-8-GenericCloud.latest.x86_64.qcow2
30
30
# when os_distribution is "rocky" and os_release is "8",
31
- # https://dl.rockylinux.org/pub/rocky/9/images/Rocky-9-GenericCloud.latest.x86_64.qcow2
31
+ # https://dl.rockylinux.org/pub/rocky/9/images/x86_64/ Rocky-9-GenericCloud.latest.x86_64.qcow2
32
32
# when os_distribution is "rocky" and os_release is "9",
33
33
# or
34
34
# "https://cloud.centos.org/centos/8-stream/x86_64/images/CentOS-Stream-GenericCloud-8-20220913.0.x86_64.qcow2"
You can’t perform that action at this time.
0 commit comments