From 4629231f9af8335c688de21e17fb8e3bd4658eb4 Mon Sep 17 00:00:00 2001 From: Arx Cruz Date: Tue, 6 Feb 2024 11:26:24 +0100 Subject: [PATCH] DNM - Testing downgrade libvirt Testing libvirt downgrade with depends-on Depends-On: https://github.com/openstack-k8s-operators/edpm-ansible/pull/558 --- .../tcib/base/os/nova-base/nova-libvirt/nova-libvirt.yaml | 2 ++ zuul.d/job.yaml | 8 ++++++++ 2 files changed, 10 insertions(+) diff --git a/container-images/tcib/base/os/nova-base/nova-libvirt/nova-libvirt.yaml b/container-images/tcib/base/os/nova-base/nova-libvirt/nova-libvirt.yaml index 0ed5bd8..815aa08 100644 --- a/container-images/tcib/base/os/nova-base/nova-libvirt/nova-libvirt.yaml +++ b/container-images/tcib/base/os/nova-base/nova-libvirt/nova-libvirt.yaml @@ -1,7 +1,9 @@ tcib_actions: - run: if [ "$(uname -m)" == "x86_64" ]; then dnf -y install {{ tcib_packages['x86_64'] | join(' ') }}; fi +- run: dnf config-manager --save --setopt exclude=libvirt*-9.10.0-1.el9 - run: dnf -y install {{ tcib_packages['common'] | join(' ') }} && dnf clean all && rm -rf /var/cache/dnf - run: if [ -f /usr/share/qemu/firmware/50-edk2-ovmf-cc.json ] && [ -f /usr/share/qemu/firmware/50-edk2-ovmf-amdsev.json ]; then jq ".mapping[\"nvram-template\"] = $(jq ".mapping[\"nvram-template\"]" /usr/share/qemu/firmware/50-edk2-ovmf-cc.json)" /usr/share/qemu/firmware/50-edk2-ovmf-amdsev.json > /tmp/50-edk2-ovmf-amdsev_.json && mv -f /tmp/50-edk2-ovmf-amdsev_.json /usr/share/qemu/firmware/50-edk2-ovmf-amdsev.json; fi + tcib_packages: common: - ceph-common diff --git a/zuul.d/job.yaml b/zuul.d/job.yaml index 30bd80e..ffaeb5f 100644 --- a/zuul.d/job.yaml +++ b/zuul.d/job.yaml @@ -23,6 +23,14 @@ - job: name: tcib-podified-multinode-edpm-deployment-crc parent: podified-multinode-edpm-deployment-crc + nodeset: &multinode_edpm_nodeset + nodes: + - name: controller + label: cloud-centos-9-stream-tripleo-vexxhost-medium + - name: compute-0 + label: cloud-centos-9-stream-tripleo-vexxhost-medium + - name: crc + label: coreos-crc-extracted-3xl irrelevant-files: *if vars: &edpm_vars cifmw_edpm_prepare_update_os_containers: true