From 54f8e384ce1634bd263fc7466dc505af50ef77f6 Mon Sep 17 00:00:00 2001 From: Patrick Donnelly Date: Thu, 3 Jun 2021 12:41:57 -0700 Subject: [PATCH] qa: update RHEL to 8.4 Fixes: https://tracker.ceph.com/issues/51082 Signed-off-by: Patrick Donnelly (cherry picked from commit b9bf490974872e9172b9b562907011b10ab7e18d) --- qa/distros/all/rhel_8.4.yaml | 6 ++++++ qa/distros/all/rhel_8.yaml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 qa/distros/all/rhel_8.4.yaml diff --git a/qa/distros/all/rhel_8.4.yaml b/qa/distros/all/rhel_8.4.yaml new file mode 100644 index 00000000000..b0b74874f28 --- /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 9e5fa11656a..c7867a423f6 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 -- 2.47.3