File tree Expand file tree Collapse file tree 5 files changed +11
-6
lines changed
ansible/inventory/group_vars/all Expand file tree Collapse file tree 5 files changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -46,15 +46,15 @@ infra_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-20221206.0 .x86_64.qcow2"
49
+ # "https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-latest .x86_64.qcow2"
50
50
# otherwise.
51
51
infra_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-20221206.0 .x86_64.qcow2
57
+ https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-latest .x86_64.qcow2
58
58
{%- endif %}
59
59
60
60
# Capacity of the infra VM data volume.
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-20221206.0 .x86_64.qcow2"
49
+ # "https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-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-20221206.0 .x86_64.qcow2
57
+ https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-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 35
35
# https://dl.rockylinux.org/pub/rocky/9/images/x86_64/Rocky-9-GenericCloud.latest.x86_64.qcow2
36
36
# when os_distribution is "rocky",
37
37
# or
38
- # "https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-20221206.0 .x86_64.qcow2"
38
+ # "https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-latest .x86_64.qcow2"
39
39
# otherwise.
40
40
# infra_vm_root_image:
41
41
Original file line number Diff line number Diff line change 35
35
# https://dl.rockylinux.org/pub/rocky/9/images/x86_64/Rocky-9-GenericCloud.latest.x86_64.qcow2
36
36
# when os_distribution is "rocky",
37
37
# or
38
- # "https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-20221206.0 .x86_64.qcow2"
38
+ # "https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-latest .x86_64.qcow2"
39
39
# otherwise.
40
40
# seed_vm_root_image:
41
41
Original file line number Diff line number Diff line change
1
+ ---
2
+ upgrade :
3
+ - |
4
+ Updates the default cloud image for CentOS Stream 9 deployments to use
5
+ ``CentOS-Stream-GenericCloud-9-latest.x86_64.qcow2``.
You can’t perform that action at this time.
0 commit comments