Comment 6 for bug 1625547

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

Reviewed: https://review.openstack.org/644603
Committed: https://git.openstack.org/cgit/openstack/tripleo-common/commit/?id=5762772fdf1d3ec70407c31f90aad41589e5efe2
Submitter: Zuul
Branch: master

commit 5762772fdf1d3ec70407c31f90aad41589e5efe2
Author: Gael Chamoulaud <email address hidden>
Date: Tue Mar 19 16:45:05 2019 +0100

    Make validation inputs configurable via Mistral

    The validations have certain values (e.g. the amount of RAM necessary
    for the undercloud node) configurable, but these were not exposed
    through Mistral.

    This adds a new `--inputs` parameter to the `run-validation` script
    which takes a path to a YAML or JSON file with the additional
    inputs (i.e. Ansible extra-args) defined.

    And the `run_validation` action now optionally takes an `inputs`
    dictionary which gets passed to `run-validation`.

    Closes-Bug: #1625547
    Implements: blueprint validation-framework
    Signed-off-by: Gael Chamoulaud <email address hidden>

    Change-Id: I8944cf7133d47869d26974fd123cd93c98425f17
    Co-authored: Tomas Sedovic <email address hidden>