Comment 2 for bug 1544642

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

Reviewed: https://review.openstack.org/280267
Committed: https://git.openstack.org/cgit/openstack/ironic/commit/?id=7ffa1d58ce9fd9e32cdab142a1f12feae38c3097
Submitter: Jenkins
Branch: master

commit 7ffa1d58ce9fd9e32cdab142a1f12feae38c3097
Author: Lucas Alvares Gomes <email address hidden>
Date: Mon Feb 15 12:33:19 2016 +0000

    DevStack: Add support for deploying nodes with pxe_ipmitool

    This patch is adding support for deploying nodes with the pxe_ipmitool
    driver and VMs.

    The patch adds a dependency on the "virtualbmc" utility which is
    responsible for creating a virtual/fake BMC that handles the IPMI
    commands (using pyghmi.bmc) and convert it to calls to the
    python-libvirt library.

    The function "is_ironic_hardware" was converted into a variable called
    "IRONIC_IS_HARDWARE" which can be set to True/False to indicate whether
    DevStack is being setup for baremetal or VMs.

    Partial-Bug: #1544642
    Change-Id: I5edc51c7fc8b6f0bb7fe4ca129596709a32eb93e