From 1fe99a33bf538a3a387b399795233775e4a17c15 Mon Sep 17 00:00:00 2001 From: Thales Elero Cervi Date: Mon, 12 Dec 2022 18:27:31 -0300 Subject: [PATCH] Update static override to use stx-libvirt Debian This change updates the libvirt image tag to use 'master-debian-stable-latest' after the stx-libvirt Docker image is already ported to be built based on stx-debian. Test Plan: PASS - Apply stx-openstack and use helm-override to update the libvirt image [1]. Verify that: - libvirt Pod is up and running with the new image - The libvirt container is running on Debian - libvirtd is running inside the libvirt container - The platform libvirtd was successfully started via socket [1] https://hub.docker.com/r/starlingx/stx-libvirt/tags?page=1&name=debian Story: 2010072 Task: 46974 Depends-On: https://review.opendev.org/c/starlingx/integ/+/866412 Signed-off-by: Thales Elero Cervi Change-Id: I5612b1ca7c5166151cab5a0faebb219e97a9ed01 --- .../manifests/libvirt/libvirt-static-overrides.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stx-openstack-helm-fluxcd/stx-openstack-helm-fluxcd/manifests/libvirt/libvirt-static-overrides.yaml b/stx-openstack-helm-fluxcd/stx-openstack-helm-fluxcd/manifests/libvirt/libvirt-static-overrides.yaml index 60cd600c..8f1290d1 100644 --- a/stx-openstack-helm-fluxcd/stx-openstack-helm-fluxcd/manifests/libvirt/libvirt-static-overrides.yaml +++ b/stx-openstack-helm-fluxcd/stx-openstack-helm-fluxcd/manifests/libvirt/libvirt-static-overrides.yaml @@ -38,5 +38,5 @@ images: tags: ceph_config_helper: docker.io/openstackhelm/ceph-config-helper:ubuntu_bionic-20201223 image_repo_sync: null - libvirt: docker.io/starlingx/stx-libvirt:master-centos-stable-latest + libvirt: docker.io/starlingx/stx-libvirt:master-debian-stable-latest ...