Comment 3 for bug 1995641

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to python-tripleoclient (stable/wallaby)

Reviewed: https://review.opendev.org/c/openstack/python-tripleoclient/+/863559
Committed: https://opendev.org/openstack/python-tripleoclient/commit/3e496feb67d59be1ff3efd8de345cb27efe54bba
Submitter: "Zuul (22348)"
Branch: stable/wallaby

commit 3e496feb67d59be1ff3efd8de345cb27efe54bba
Author: Douglas Viroel <email address hidden>
Date: Thu Nov 3 17:59:05 2022 -0300

    Execute undercloud preflight validations via VF binary

    Execute undercloud preflight validations via the Validation Framework
    binary instead of via the VF API avoid breakage when an API change is introduce.
    Its also fix some issues present in the previous implementation:
    - the validations was logged in /tmp instead of the /var/log/validations,
      so the logs wasn't shown in the CLI history command.
    - the results of the executed validations was never checked, so when the
      validations was failing, the undercloud install can still continue

    Closes-Bug: #1995641

    Change-Id: I149932625fe474175e3842fa52adfea30021ab5c
    (cherry picked from commit 66156f7395a15bd29d8ec6ecf0cc29ff430b0a54)