Comment 17 for bug 1956441

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to tripleo-ci (master)

Reviewed: https://review.opendev.org/c/openstack/tripleo-ci/+/823736
Committed: https://opendev.org/openstack/tripleo-ci/commit/018f3ecf7e2100d873391a354086f17469514ecf
Submitter: "Zuul (22348)"
Branch: master

commit 018f3ecf7e2100d873391a354086f17469514ecf
Author: Ronelle Landy <email address hidden>
Date: Thu Jan 6 18:16:25 2022 -0500

    Remove fwupd-redfish.conf file from overcloud images

    Right now, the fwupd package is attempting to load the module ipmi_si
    and this one is failing to be load. This patch customize the qcow2 image
    removing the fwupd-redfish.conf that is causing this problem.
    It is, right now hard to just exclude the package because of the
    dependences, as well as downgrade, because of how the repositories are
    configured in the image, so the best approach to temporarly solve the
    problem is in this way with virt-customize.

    Related-Bug: #1956441

    Signed-off-by: Amol Kahat <email address hidden>

    Change-Id: I07b2344f85c6997c10c3e50a86ba8e16dfcb1355