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: v16.1.0~561^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F38132%2Fhead;p=ceph.git qa/distros: add RHEL 8.3 and use RHEL 8.3 as default Signed-off-by: rakeshgm --- diff --git a/qa/distros/all/rhel_8.3.yaml b/qa/distros/all/rhel_8.3.yaml new file mode 100644 index 000000000000..c18c07b83fc3 --- /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 c58864f0433e..9e5fa11656ac 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