From e4401435eee8a88f96eb6ed69eb18305b1e8479a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Jeanneret?= Date: Fri, 7 Aug 2020 09:42:07 +0200 Subject: [PATCH] Corrected work directory for validate-selinux the /var/log/validations directory doesn't exist on the overcloud, since we don't install the validations there. Closes-Bug: #745299 Change-Id: Ib125ca44f7e3d7fed1d19d2b1847b5bbe64226ed (cherry picked from commit 9645db1f74b2052ca009767b3f85642dd1e6e49f) (cherry picked from commit 70b766c2f9240e75d0c62f791d47d24d8fad0a31) --- playbooks/validate-selinux.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/validate-selinux.yaml b/playbooks/validate-selinux.yaml index cf2939009..f433cb41b 100644 --- a/playbooks/validate-selinux.yaml +++ b/playbooks/validate-selinux.yaml @@ -10,7 +10,7 @@ - post-deployment - pre-upgrade - post-upgrade - validate_selinux_working_dir: /var/log/validations + validate_selinux_working_dir: /tmp validate_selinux_audit_source: /var/log/audit/audit.log validate_selinux_skip_list_dest: "{{ validate_selinux_working_dir }}/denials-skip-list.txt" validate_selinux_filtered_denials_dest: "{{ validate_selinux_working_dir }}/denials-filtered.log"