Comment 7 for bug 1705741

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

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

commit d75fecc974bb9233cf41a457af35e1911232a2d9
Author: Richard Pioso <email address hidden>
Date: Sun Aug 6 13:01:43 2017 -0400

    Add 'hardware type' for Dell EMC iDRACs

    The ironic project is engaged in a driver composition reform [0] which
    introduces dynamic drivers. That reform places hardware vendors in
    charge of defining a new form of drivers for their hardware. The new
    form is called 'hardware type'. The reform will deprecate [1] the
    existing ironic drivers, which are now referred to as 'classic drivers'.

    This change adds a single new 'hardware type', 'idrac', for servers
    controlled by Dell EMC integrated Dell Remote Access Controllers
    (iDRAC).

    [0]
    http://specs.openstack.org/openstack/ironic-specs/specs/7.0/driver-composition-reform.html
    [1]
    http://specs.openstack.org/openstack/ironic-specs/specs/not-implemented/classic-drivers-future.html

    Change-Id: Ie332a5adebfc229a79663c771c9f4409174dd8c9
    Closes-Bug: #1705741
    Related-Bug: #1676387