From 126217febf023a6f561fe88dbdb87b5b2f379798 Mon Sep 17 00:00:00 2001 From: Yuri Weinstein Date: Wed, 25 Nov 2020 09:08:27 -0800 Subject: [PATCH] qa/tests: added rhel 8.2 See https://sentry.ceph.com/organizations/ceph/issues/164/?project=2&query=is%3Aunresolved Signed-off-by: Yuri Weinstein --- qa/distros/all/rhel_8.2.yaml | 6 ++++++ qa/distros/supported-all-distro/rhel_8.2.yaml | 1 + qa/distros/supported-all-distro/rhel_8.yaml | 1 - qa/distros/supported-random-distro$/rhel_latest.yaml | 2 +- qa/distros/supported/rhel_latest.yaml | 2 +- 5 files changed, 9 insertions(+), 3 deletions(-) create mode 100644 qa/distros/all/rhel_8.2.yaml create mode 120000 qa/distros/supported-all-distro/rhel_8.2.yaml delete mode 120000 qa/distros/supported-all-distro/rhel_8.yaml diff --git a/qa/distros/all/rhel_8.2.yaml b/qa/distros/all/rhel_8.2.yaml new file mode 100644 index 0000000000000..9b224e25db57a --- /dev/null +++ b/qa/distros/all/rhel_8.2.yaml @@ -0,0 +1,6 @@ +os_type: rhel +os_version: "8.2" +overrides: + selinux: + whitelist: + - scontext=system_u:system_r:logrotate_t:s0 diff --git a/qa/distros/supported-all-distro/rhel_8.2.yaml b/qa/distros/supported-all-distro/rhel_8.2.yaml new file mode 120000 index 0000000000000..dd95793a8c1cb --- /dev/null +++ b/qa/distros/supported-all-distro/rhel_8.2.yaml @@ -0,0 +1 @@ +../all/rhel_8.2.yaml \ No newline at end of file diff --git a/qa/distros/supported-all-distro/rhel_8.yaml b/qa/distros/supported-all-distro/rhel_8.yaml deleted file mode 120000 index f803f091ec806..0000000000000 --- a/qa/distros/supported-all-distro/rhel_8.yaml +++ /dev/null @@ -1 +0,0 @@ -../all/rhel_8.yaml \ No newline at end of file diff --git a/qa/distros/supported-random-distro$/rhel_latest.yaml b/qa/distros/supported-random-distro$/rhel_latest.yaml index f803f091ec806..dd95793a8c1cb 120000 --- a/qa/distros/supported-random-distro$/rhel_latest.yaml +++ b/qa/distros/supported-random-distro$/rhel_latest.yaml @@ -1 +1 @@ -../all/rhel_8.yaml \ No newline at end of file +../all/rhel_8.2.yaml \ No newline at end of file diff --git a/qa/distros/supported/rhel_latest.yaml b/qa/distros/supported/rhel_latest.yaml index f803f091ec806..dd95793a8c1cb 120000 --- a/qa/distros/supported/rhel_latest.yaml +++ b/qa/distros/supported/rhel_latest.yaml @@ -1 +1 @@ -../all/rhel_8.yaml \ No newline at end of file +../all/rhel_8.2.yaml \ No newline at end of file -- 2.39.5