Comment 3 for bug 1854214

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

Reviewed: https://review.opendev.org/696401
Committed: https://git.openstack.org/cgit/openstack/tripleo-heat-templates/commit/?id=fb8009458c949c3815256d126a483d47dae90b18
Submitter: Zuul
Branch: master

commit fb8009458c949c3815256d126a483d47dae90b18
Author: John Fulton <email address hidden>
Date: Wed Nov 27 14:46:27 2019 -0500

    Provide utility to generate NodeDataLookup from Ironic

    Add small python program to tools directory for deployers
    which generates a THT environment file containing valid
    JSON to be used with NodeDataLookup. Uses ironic generated
    data as input.

    Tools like this end up getting written in the field after
    deployers experience failures. Better to provide them an
    official tool up front to solve this problem so they do
    not have a bad experience.

    Change-Id: I513e6564d18c7fe1c1e5dd63f164f3b5042cacf4
    Closes-bug: #1854214