From: Patrick Donnelly Date: Thu, 3 Jun 2021 19:41:57 +0000 (-0700) Subject: qa: update RHEL to 8.4 X-Git-Tag: v16.2.5~67^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F41822%2Fhead;p=ceph.git qa: update RHEL to 8.4 Fixes: https://tracker.ceph.com/issues/51082 Signed-off-by: Patrick Donnelly (cherry picked from commit b9bf490974872e9172b9b562907011b10ab7e18d) --- diff --git a/qa/distros/all/rhel_8.4.yaml b/qa/distros/all/rhel_8.4.yaml new file mode 100644 index 000000000000..b0b74874f28a --- /dev/null +++ b/qa/distros/all/rhel_8.4.yaml @@ -0,0 +1,6 @@ +os_type: rhel +os_version: "8.4" +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 9e5fa11656ac..c7867a423f65 120000 --- a/qa/distros/all/rhel_8.yaml +++ b/qa/distros/all/rhel_8.yaml @@ -1 +1 @@ -rhel_8.3.yaml \ No newline at end of file +rhel_8.4.yaml \ No newline at end of file