Comment 47 for bug 1553083

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

Reviewed: https://review.openstack.org/293873
Committed: https://git.openstack.org/cgit/openstack/ironic/commit/?id=857372a2269cdd0f8a1ae5b9e9f6e0ee193f01be
Submitter: Jenkins
Branch: master

commit 857372a2269cdd0f8a1ae5b9e9f6e0ee193f01be
Author: Yuiko Takada Mori <email address hidden>
Date: Thu Jul 14 11:17:24 2016 +0900

    IPMITool: add IPMISocatConsole and IPMIConsole class

    IPMISocatConsole is a new console interface class using ipmitool and
    socat. It has the same APIs of IPMIShellinaboxConsole class and
    provides TCP4/TCP6 connection service to connect serial-on-LAN of
    nodes.
    IPMIConsole is a new console interface class using ipmitool and used
    as parent class of IPMIShellinaboxConsole and IPMISocatConsol class.

    This patch set implements new console driver interfaces
    IPMISocatConsole.

    To use PXE + IPMItool + socat, specify pxe_ipmitool_socat.
    To use IPA + IPMItool + socat, specify agent_ipmitool_socat.

    Spec: https://review.openstack.org/#/c/319505/
    Partial-Bug: #1553083
    Change-Id: I35a7dcb7e89baf16d096501fd44dbc12adc8c61e