Use latest CentOS Stream 9 GenericCloud image
Change-Id: If07b7b5aeff61c4a1181d4e4a6cc256456125c0a
This commit is contained in:
@@ -46,7 +46,7 @@ infra_vm_root_format: qcow2
|
||||
# https://dl.rockylinux.org/pub/rocky/9/images/x86_64/Rocky-9-GenericCloud.latest.x86_64.qcow2
|
||||
# when os_distribution is "rocky",
|
||||
# or
|
||||
# "https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-20221206.0.x86_64.qcow2"
|
||||
# "https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-latest.x86_64.qcow2"
|
||||
# otherwise.
|
||||
infra_vm_root_image: >-
|
||||
{%- if os_distribution == 'ubuntu' %}
|
||||
@@ -54,7 +54,7 @@ infra_vm_root_image: >-
|
||||
{%- elif os_distribution == 'rocky' %}
|
||||
https://dl.rockylinux.org/pub/rocky/9/images/x86_64/Rocky-9-GenericCloud.latest.x86_64.qcow2
|
||||
{%- else -%}
|
||||
https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-20221206.0.x86_64.qcow2
|
||||
https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-latest.x86_64.qcow2
|
||||
{%- endif %}
|
||||
|
||||
# Capacity of the infra VM data volume.
|
||||
|
@@ -46,7 +46,7 @@ seed_vm_root_format: qcow2
|
||||
# https://dl.rockylinux.org/pub/rocky/9/images/x86_64/Rocky-9-GenericCloud.latest.x86_64.qcow2
|
||||
# when os_distribution is "rocky",
|
||||
# or
|
||||
# "https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-20221206.0.x86_64.qcow2"
|
||||
# "https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-latest.x86_64.qcow2"
|
||||
# otherwise.
|
||||
seed_vm_root_image: >-
|
||||
{%- if os_distribution == 'ubuntu' %}
|
||||
@@ -54,7 +54,7 @@ seed_vm_root_image: >-
|
||||
{%- elif os_distribution == 'rocky' %}
|
||||
https://dl.rockylinux.org/pub/rocky/9/images/x86_64/Rocky-9-GenericCloud.latest.x86_64.qcow2
|
||||
{%- else -%}
|
||||
https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-20221206.0.x86_64.qcow2
|
||||
https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-latest.x86_64.qcow2
|
||||
{%- endif %}
|
||||
|
||||
# Capacity of the seed VM data volume.
|
||||
|
@@ -35,7 +35,7 @@
|
||||
# https://dl.rockylinux.org/pub/rocky/9/images/x86_64/Rocky-9-GenericCloud.latest.x86_64.qcow2
|
||||
# when os_distribution is "rocky",
|
||||
# or
|
||||
# "https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-20221206.0.x86_64.qcow2"
|
||||
# "https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-latest.x86_64.qcow2"
|
||||
# otherwise.
|
||||
#infra_vm_root_image:
|
||||
|
||||
|
@@ -35,7 +35,7 @@
|
||||
# https://dl.rockylinux.org/pub/rocky/9/images/x86_64/Rocky-9-GenericCloud.latest.x86_64.qcow2
|
||||
# when os_distribution is "rocky",
|
||||
# or
|
||||
# "https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-20221206.0.x86_64.qcow2"
|
||||
# "https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-latest.x86_64.qcow2"
|
||||
# otherwise.
|
||||
#seed_vm_root_image:
|
||||
|
||||
|
@@ -0,0 +1,5 @@
|
||||
---
|
||||
upgrade:
|
||||
- |
|
||||
Updates the default cloud image for CentOS Stream 9 deployments to use
|
||||
``CentOS-Stream-GenericCloud-9-latest.x86_64.qcow2``.
|
Reference in New Issue
Block a user