The patch [1] doesn't work and the validations execution logs are
located in /home/stack/validations by default instead of
/var/log/validations directory.
This patch fixes this issue by overriding correctly the
'validation_log_dir' default value for the run, show history and show
run sub commands.
Depends-On: https://review.opendev.org/c/openstack/cliff/+/813767
[1] https://review.opendev.org/c/openstack/python-tripleoclient/+/794577
Related-bz: rhbz#2013575
Signed-off-by: Gael Chamoulaud (Strider) <gchamoul@redhat.com>
Change-Id: Ic9de63514086d660cfbe87ef6539935366036941
(cherry picked from commit 7b290d41b0)
21 lines
777 B
Plaintext
21 lines
777 B
Plaintext
# The order of packages is significant, because pip processes them in the order
|
|
# of appearance. Changing the order has an impact on the overall integration
|
|
# process, which may cause wedges in the gate later.
|
|
pbr!=2.1.0,>=2.0.0 # Apache-2.0
|
|
|
|
passlib>=1.7.0 # BSD
|
|
psutil>=3.2.2 # BSD
|
|
python-ironic-inspector-client>=1.5.0 # Apache-2.0
|
|
python-heatclient>=1.10.0 # Apache-2.0
|
|
python-ironicclient!=2.5.2,!=2.7.1,!=3.0.0,>=2.3.0 # Apache-2.0
|
|
python-mistralclient!=3.2.0,>=3.1.0 # Apache-2.0
|
|
python-openstackclient>=5.2.0 # Apache-2.0
|
|
simplejson>=3.5.1 # MIT
|
|
six>=1.10.0 # MIT
|
|
osc-lib>=2.3.0 # Apache-2.0
|
|
tripleo-common>=15.2.0 # Apache-2.0
|
|
cryptography>=2.1 # BSD/Apache-2.0
|
|
ansible-runner>=1.4.5 # Apache 2.0
|
|
validations-libs>=1.2.0 # Apache-2.0
|
|
openstacksdk>=0.48.0 # Apache-2.0
|