From: Yuri Weinstein Date: Wed, 25 Nov 2020 17:08:27 +0000 (-0800) Subject: qa/tests: added rhel 8.2 X-Git-Tag: v15.2.8~15^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F38287%2Fhead;p=ceph.git 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 --- diff --git a/qa/distros/all/rhel_8.2.yaml b/qa/distros/all/rhel_8.2.yaml new file mode 100644 index 00000000000..9b224e25db5 --- /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 00000000000..dd95793a8c1 --- /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 f803f091ec8..00000000000 --- 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 f803f091ec8..dd95793a8c1 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 f803f091ec8..dd95793a8c1 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