From: rakeshgm Date: Tue, 17 Nov 2020 13:14:16 +0000 (+0530) Subject: qa/distros: add RHEL 8.3 and use RHEL 8.3 as default X-Git-Tag: v15.2.14~65^2~12 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=349ddcab080a883fda5abf8b1f83e8081fe86e5c;p=ceph.git qa/distros: add RHEL 8.3 and use RHEL 8.3 as default Signed-off-by: rakeshgm (cherry picked from commit 5eabe906e6d15dec48224fd29b45e1155e751314) --- diff --git a/qa/distros/all/rhel_8.3.yaml b/qa/distros/all/rhel_8.3.yaml new file mode 100644 index 00000000000..c18c07b83fc --- /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 c58864f0433..9e5fa11656a 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