From: David Galloway Date: Thu, 3 Feb 2022 18:03:58 +0000 (-0500) Subject: qa: Default to CentOS 8 Stream X-Git-Tag: v16.2.8~208^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=35bc60025ba1aceb36e91d700979fa94493ec518;p=ceph.git qa: Default to CentOS 8 Stream Signed-off-by: David Galloway --- diff --git a/qa/distros/all/centos_8.stream.yaml b/qa/distros/all/centos_8.stream.yaml new file mode 100644 index 0000000000000..bf35997756618 --- /dev/null +++ b/qa/distros/all/centos_8.stream.yaml @@ -0,0 +1,6 @@ +os_type: centos +os_version: "8.stream" +overrides: + selinux: + whitelist: + - scontext=system_u:system_r:logrotate_t:s0 diff --git a/qa/distros/all/centos_8.yaml b/qa/distros/all/centos_8.yaml index 713f312fad518..8e7476153dcc5 120000 --- a/qa/distros/all/centos_8.yaml +++ b/qa/distros/all/centos_8.yaml @@ -1 +1 @@ -centos_8.2.yaml \ No newline at end of file +centos_8.stream.yaml \ No newline at end of file