Skip to content

Commit 9af442e

Browse files
committed
Update to latest CentOS Stream 8 cloud image
Change-Id: I4c3afb71600781dffe8072303d775cbfad16cbac (cherry picked from commit 0db7684)
1 parent b30efa4 commit 9af442e

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

ansible/group_vars/all/seed-vm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,13 @@ seed_vm_root_format: qcow2
4343
# Base image for the seed VM root volume. Default is
4444
# "https://cloud-images.ubuntu.com/focal/current/focal-server-cloudimg-amd64.img"
4545
# when os_distribution is "ubuntu", or
46-
# "https://cloud.centos.org/centos/8-stream/x86_64/images/CentOS-Stream-GenericCloud-8-20210210.0.x86_64.qcow2"
46+
# "https://cloud.centos.org/centos/8-stream/x86_64/images/CentOS-Stream-GenericCloud-8-20220913.0.x86_64.qcow2"
4747
# otherwise.
4848
seed_vm_root_image: >-
4949
{%- if os_distribution == 'ubuntu' %}
5050
https://cloud-images.ubuntu.com/focal/current/focal-server-cloudimg-amd64.img
5151
{%- else -%}
52-
https://cloud.centos.org/centos/8-stream/x86_64/images/CentOS-Stream-GenericCloud-8-20210210.0.x86_64.qcow2
52+
https://cloud.centos.org/centos/8-stream/x86_64/images/CentOS-Stream-GenericCloud-8-20220913.0.x86_64.qcow2
5353
{%- endif %}
5454

5555
# Capacity of the seed VM data volume.

etc/kayobe/seed-vm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
# Base image for the seed VM root volume. Default is
2727
# "https://cloud-images.ubuntu.com/focal/current/focal-server-cloudimg-amd64.img"
2828
# when os_distribution is "ubuntu", or
29-
# "https://cloud.centos.org/centos/8-stream/x86_64/images/CentOS-Stream-GenericCloud-8-20210210.0.x86_64.qcow2"
29+
# "https://cloud.centos.org/centos/8-stream/x86_64/images/CentOS-Stream-GenericCloud-8-20220913.0.x86_64.qcow2"
3030
# otherwise.
3131
#seed_vm_root_image:
3232

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
features:
3+
- |
4+
Updates base CentOS Stream 8 cloud image to
5+
CentOS-Stream-GenericCloud-8-20220913.0.x86_64.

0 commit comments

Comments
 (0)