Comment 2 for bug 1494367

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to ironic-python-agent (master)

Reviewed: https://review.openstack.org/222247
Committed: https://git.openstack.org/cgit/openstack/ironic-python-agent/commit/?id=f683a783af2898c4753ad2fc2dce29a88a225976
Submitter: Jenkins
Branch: master

commit f683a783af2898c4753ad2fc2dce29a88a225976
Author: Lucas Alvares Gomes <email address hidden>
Date: Thu Sep 10 16:24:11 2015 +0100

    Install "dmidecode" and "ipmitool" by default

    The get_memory() method relies on dmidecode to get the total amount of
    RAM present in the node but, but by default dmidecode is not installed
    in the image.

    Same for get_bmc_address() and ipmitool.

    This patch fixes both cases by installing the "dmidecode" and "ipmitool"
    packages when generating the CoreOS image of IPA.

    Closes-Bug: 1494367
    Change-Id: Ibded7bd533d604cf21a3b60afd396dc7b8b8750b