Comment 4 for bug 1821958

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to stx-metal (master)

Reviewed: https://review.openstack.org/648517
Committed: https://git.openstack.org/cgit/openstack/stx-metal/commit/?id=f10b9a51701a434aa6db73cc8e47cfb5714d9750
Submitter: Zuul
Branch: master

commit f10b9a51701a434aa6db73cc8e47cfb5714d9750
Author: Eric MacDonald <email address hidden>
Date: Thu Mar 28 15:30:52 2019 -0400

    Add mtce dependency on ipmitool

    ipmitool was recently found to be missing from the load after
    a rpm cleanup that seemed to remove all dependency on it.

    Maintenance and its Hardware Monitor use the ipmitool
    for power / reset control as well as sensor monitoring.

    This update adds a dependency on ipmitool in the maintenance
    mtcAgent and hwmon rpm build recipe so that it will always
    be included in the load with maintenance.

    Closes-Bug:1821958

    Test Plan:
    PASS: Verify ipmitool in load
    PASS: Verify mtce and hwmon rpm dependency on ipmitool
    PASS: Verify system install

    Change-Id: I958a2365f6df7bdbf942bc57c1aa17ee2ae6a73d
    Signed-off-by: Eric MacDonald <email address hidden>