From 577cbd162ed63bcee9f027776d72d569d9adf93b Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Fri, 18 Jun 2021 18:07:30 -0500 Subject: [PATCH] qa/distro/supported: add centos 8.stream Signed-off-by: Sage Weil --- qa/distros/all/centos_8.stream.yaml | 6 ++++++ qa/distros/supported-all-distro/centos_8.stream.yaml | 1 + qa/distros/supported-random-distro$/centos_8.stream.yaml | 1 + qa/distros/supported/centos_8.stream.yaml | 1 + 4 files changed, 9 insertions(+) create mode 100644 qa/distros/all/centos_8.stream.yaml create mode 120000 qa/distros/supported-all-distro/centos_8.stream.yaml create mode 120000 qa/distros/supported-random-distro$/centos_8.stream.yaml create mode 120000 qa/distros/supported/centos_8.stream.yaml diff --git a/qa/distros/all/centos_8.stream.yaml b/qa/distros/all/centos_8.stream.yaml new file mode 100644 index 000000000000..bf3599775661 --- /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/supported-all-distro/centos_8.stream.yaml b/qa/distros/supported-all-distro/centos_8.stream.yaml new file mode 120000 index 000000000000..e96091bb1336 --- /dev/null +++ b/qa/distros/supported-all-distro/centos_8.stream.yaml @@ -0,0 +1 @@ +../all/centos_8.stream.yaml \ No newline at end of file diff --git a/qa/distros/supported-random-distro$/centos_8.stream.yaml b/qa/distros/supported-random-distro$/centos_8.stream.yaml new file mode 120000 index 000000000000..e96091bb1336 --- /dev/null +++ b/qa/distros/supported-random-distro$/centos_8.stream.yaml @@ -0,0 +1 @@ +../all/centos_8.stream.yaml \ No newline at end of file diff --git a/qa/distros/supported/centos_8.stream.yaml b/qa/distros/supported/centos_8.stream.yaml new file mode 120000 index 000000000000..e96091bb1336 --- /dev/null +++ b/qa/distros/supported/centos_8.stream.yaml @@ -0,0 +1 @@ +../all/centos_8.stream.yaml \ No newline at end of file -- 2.47.3