Comment 8 for bug 1750027

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

Reviewed: https://review.openstack.org/545370
Committed: https://git.openstack.org/cgit/openstack/ironic/commit/?id=c8ae2457c7fd86975d77d6bc67b50b155f602944
Submitter: Zuul
Branch: master

commit c8ae2457c7fd86975d77d6bc67b50b155f602944
Author: Mark Goddard <email address hidden>
Date: Fri Feb 16 15:59:23 2018 +0000

    Register traits on nodes in devstack

    This change adds support for assiging traits to nodes in the ironic
    devstack plugin. The set of traits added is configured by
    IRONIC_DEFAULT_TRAITS, which defaults to a single trait - CUSTOM_GOLD

    Using nodes with traits during testing ensures that we are exercising
    node traits code paths in the Ironic CI.

    Node traits are not used for upgrade testing, as the queens devstack
    plugin does not currently register traits. Once this change is
    backported to queens, we can enable traits during upgrade testing.

    Change-Id: I18b9dbf8a5b16e36e0cc14f290b12ffdd634364a
    Related-Bug: #1722194
    Related-Bug: #1750027