Update CentOS Stream base image
Change-Id: I4857e170ad75d2824701df583d1312b3398b93f4
This commit is contained in:
parent
9f574402f3
commit
8897ea6d35
@ -43,13 +43,13 @@ infra_vm_root_format: qcow2
|
||||
# Base image for the infra VM root volume. Default is
|
||||
# "https://cloud-images.ubuntu.com/focal/current/focal-server-cloudimg-amd64.img"
|
||||
# when os_distribution is "ubuntu", or
|
||||
# "https://cloud.centos.org/centos/8-stream/x86_64/images/CentOS-Stream-GenericCloud-8-20210210.0.x86_64.qcow2"
|
||||
# "https://cloud.centos.org/centos/8-stream/x86_64/images/CentOS-Stream-GenericCloud-8-20210603.0.x86_64.qcow2"
|
||||
# otherwise.
|
||||
infra_vm_root_image: >-
|
||||
{%- if os_distribution == 'ubuntu' %}
|
||||
https://cloud-images.ubuntu.com/focal/current/focal-server-cloudimg-amd64.img
|
||||
{%- else -%}
|
||||
https://cloud.centos.org/centos/8-stream/x86_64/images/CentOS-Stream-GenericCloud-8-20210210.0.x86_64.qcow2
|
||||
https://cloud.centos.org/centos/8-stream/x86_64/images/CentOS-Stream-GenericCloud-8-20210603.0.x86_64.qcow2
|
||||
{%- endif %}
|
||||
|
||||
# Capacity of the infra VM data volume.
|
||||
|
@ -43,13 +43,13 @@ seed_vm_root_format: qcow2
|
||||
# Base image for the seed VM root volume. Default is
|
||||
# "https://cloud-images.ubuntu.com/focal/current/focal-server-cloudimg-amd64.img"
|
||||
# when os_distribution is "ubuntu", or
|
||||
# "https://cloud.centos.org/centos/8-stream/x86_64/images/CentOS-Stream-GenericCloud-8-20210210.0.x86_64.qcow2"
|
||||
# "https://cloud.centos.org/centos/8-stream/x86_64/images/CentOS-Stream-GenericCloud-8-20210603.0.x86_64.qcow2"
|
||||
# otherwise.
|
||||
seed_vm_root_image: >-
|
||||
{%- if os_distribution == 'ubuntu' %}
|
||||
https://cloud-images.ubuntu.com/focal/current/focal-server-cloudimg-amd64.img
|
||||
{%- else -%}
|
||||
https://cloud.centos.org/centos/8-stream/x86_64/images/CentOS-Stream-GenericCloud-8-20210210.0.x86_64.qcow2
|
||||
https://cloud.centos.org/centos/8-stream/x86_64/images/CentOS-Stream-GenericCloud-8-20210603.0.x86_64.qcow2
|
||||
{%- endif %}
|
||||
|
||||
# Capacity of the seed VM data volume.
|
||||
|
@ -32,7 +32,7 @@
|
||||
# Base image for the infra VM root volume. Default is
|
||||
# "https://cloud-images.ubuntu.com/focal/current/focal-server-cloudimg-amd64.img"
|
||||
# when os_distribution is "ubuntu", or
|
||||
# "https://cloud.centos.org/centos/8-stream/x86_64/images/CentOS-Stream-GenericCloud-8-20210210.0.x86_64.qcow2"
|
||||
# "https://cloud.centos.org/centos/8-stream/x86_64/images/CentOS-Stream-GenericCloud-8-20210603.0.x86_64.qcow2"
|
||||
# otherwise.
|
||||
#infra_vm_root_image:
|
||||
|
||||
|
@ -26,7 +26,7 @@
|
||||
# Base image for the seed VM root volume. Default is
|
||||
# "https://cloud-images.ubuntu.com/focal/current/focal-server-cloudimg-amd64.img"
|
||||
# when os_distribution is "ubuntu", or
|
||||
# "https://cloud.centos.org/centos/8-stream/x86_64/images/CentOS-Stream-GenericCloud-8-20210210.0.x86_64.qcow2"
|
||||
# "https://cloud.centos.org/centos/8-stream/x86_64/images/CentOS-Stream-GenericCloud-8-20210603.0.x86_64.qcow2"
|
||||
# otherwise.
|
||||
#seed_vm_root_image:
|
||||
|
||||
|
@ -0,0 +1,4 @@
|
||||
---
|
||||
features:
|
||||
- |
|
||||
Updates base CentOS Stream cloud image to CentOS-Stream-GenericCloud-8-20210603.0.x86_64.
|
Loading…
Reference in New Issue
Block a user