tripleo-validations/doc
Ryan Brady 1994eba458 Adds Search Path Override
If you follow the docs for developing validations, you will find
you run into an error when attempting to execute your new validation
because the code is currently hard coded to search in a path in
/usr/share where the packaging installs the validations.  For
development, you must hack the path in the script to make this work.

This patch adds a simple override where a developer can export
a path to the VALIDATIONS_BASEDIR environment variable and that will
be used as the search path for validations.  Example:

cd tripleo-validations
export VALIDATIONS_BASEDIR=$(pwd)

Depends-On: https://review.opendev.org/#/c/706196/
Change-Id: I064c11561af67d284dcf1ab024e0d600e12a8f98
(cherry picked from commit 20c791f815)
2020-03-03 14:19:53 +00:00
..
source Adds Search Path Override 2020-03-03 14:19:53 +00:00
requirements.txt Make groups documentation part dynamic 2020-02-17 07:17:58 +00:00