939ca8ac23
1. The source is src/data/queries.yml. This is the human readable file updated by user. 2. ^ this is converted to files which ER can understand by er_converter.py 3. If there is a bug url in the query entry the corresponding ER file is named <bug_id>.yaml - else the file is named after the query id and shows up as "private bug" in ER dashboard. 4. As a test the playbook er.yml checks if all query files generated can be parsed by ER. 5. Added docstrings for er and sova converters and removed ER specific comments from sova converter. Depends-On: https://review.opendev.org/c/openstack/tripleo-ci-health-queries/+/780282/ Change-Id: Iea8e6a37b80a95b28ad6e09d041802b7e660d76b
7 lines
166 B
Plaintext
7 lines
166 B
Plaintext
ansible-base>=2.10 # GPL
|
|
pydantic>=1.7.4 # MIT
|
|
yq # Apache
|
|
jsonschema # MIT
|
|
PyYAML>=5.4.1
|
|
git+https://opendev.org/opendev/elastic-recheck.git#egg=elastic-recheck
|