From eeba04dbd2e2c720bd98c9c964b91eae23590c5a Mon Sep 17 00:00:00 2001
From: Pierre Riteau <pierre@stackhpc.com>
Date: Fri, 22 Mar 2024 15:00:04 +0100
Subject: [PATCH] CI: Bump cirros images to 0.5.3

It was mentioned on openstack-discuss [1] that 0.5.2 has a known kernel
bug fixed in 0.5.3.

[1] https://lists.openstack.org/archives/list/openstack-discuss@lists.openstack.org/thread/7L6DSFN6GB65FBVHQATTLSQ7HWGBZJHM/

Change-Id: Ib637471d67002734084736f47d574815f13f1711
---
 playbooks/kayobe-infra-vm-base/overrides.yml.j2 | 2 +-
 playbooks/kayobe-seed-vm-base/overrides.yml.j2  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/playbooks/kayobe-infra-vm-base/overrides.yml.j2 b/playbooks/kayobe-infra-vm-base/overrides.yml.j2
index 79e67bca..3493adab 100644
--- a/playbooks/kayobe-infra-vm-base/overrides.yml.j2
+++ b/playbooks/kayobe-infra-vm-base/overrides.yml.j2
@@ -30,7 +30,7 @@ infra_vm_memory_mb: "{{ 1 * 1024 }}"
 
 # Use cirros rather than CentOS for the VM.
 infra_vm_bootstrap_user: cirros
-infra_vm_root_image: /opt/cache/files/cirros-0.5.2-x86_64-disk.img
+infra_vm_root_image: /opt/cache/files/cirros-0.5.3-x86_64-disk.img
 
 # Cirros doesn't load cdom drivers by default.
 vm_configdrive_device: disk
diff --git a/playbooks/kayobe-seed-vm-base/overrides.yml.j2 b/playbooks/kayobe-seed-vm-base/overrides.yml.j2
index 085ea11f..57706d80 100644
--- a/playbooks/kayobe-seed-vm-base/overrides.yml.j2
+++ b/playbooks/kayobe-seed-vm-base/overrides.yml.j2
@@ -31,7 +31,7 @@ seed_vm_memory_mb: "{{ 1 * 1024 }}"
 
 # Use cirros rather than CentOS for the VM.
 seed_bootstrap_user: cirros
-seed_vm_root_image: /opt/cache/files/cirros-0.5.2-x86_64-disk.img
+seed_vm_root_image: /opt/cache/files/cirros-0.5.3-x86_64-disk.img
 
 # Cirros doesn't load cdom drivers by default.
 seed_vm_configdrive_device: disk
-- 
GitLab