From 349ddcab080a883fda5abf8b1f83e8081fe86e5c Mon Sep 17 00:00:00 2001 From: rakeshgm Date: Tue, 17 Nov 2020 18:44:16 +0530 Subject: [PATCH] qa/distros: add RHEL 8.3 and use RHEL 8.3 as default Signed-off-by: rakeshgm (cherry picked from commit 5eabe906e6d15dec48224fd29b45e1155e751314) --- qa/distros/all/rhel_8.3.yaml | 6 ++++++ qa/distros/all/rhel_8.yaml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 qa/distros/all/rhel_8.3.yaml diff --git a/qa/distros/all/rhel_8.3.yaml b/qa/distros/all/rhel_8.3.yaml new file mode 100644 index 0000000000000..c18c07b83fc3c --- /dev/null +++ b/qa/distros/all/rhel_8.3.yaml @@ -0,0 +1,6 @@ +os_type: rhel +os_version: "8.3" +overrides: + selinux: + whitelist: + - scontext=system_u:system_r:logrotate_t:s0 diff --git a/qa/distros/all/rhel_8.yaml b/qa/distros/all/rhel_8.yaml index c58864f0433e1..9e5fa11656ac6 120000 --- a/qa/distros/all/rhel_8.yaml +++ b/qa/distros/all/rhel_8.yaml @@ -1 +1 @@ -rhel_8.1.yaml \ No newline at end of file +rhel_8.3.yaml \ No newline at end of file -- 2.39.5