From: Sage Weil Date: Tue, 10 Dec 2019 13:45:06 +0000 (-0600) Subject: qa/distros: centos7 -> centos8, rhel7 -> rhel8 X-Git-Tag: v15.2.14~65^2~13 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=7cdf649b8a82697924728ae5283ec91b3ed60ac5;p=ceph.git qa/distros: centos7 -> centos8, rhel7 -> rhel8 trivial fix: removing skipping log warning needed for previous versions Signed-off-by: Sage Weil (cherry picked from commit 1eb8198d0b25be38eae707fc79e8d13d2a3a9788) --- diff --git a/qa/distros/all/centos_8.0.yaml b/qa/distros/all/centos_8.0.yaml index 4fbb41228d2..282379e039a 100644 --- a/qa/distros/all/centos_8.0.yaml +++ b/qa/distros/all/centos_8.0.yaml @@ -1,6 +1,2 @@ os_type: centos os_version: "8.0" -overrides: - selinux: - whitelist: - - scontext=system_u:system_r:logrotate_t:s0 diff --git a/qa/distros/all/rhel_8.0.yaml b/qa/distros/all/rhel_8.0.yaml index 215c34b7fd8..3edcc303a4f 100644 --- a/qa/distros/all/rhel_8.0.yaml +++ b/qa/distros/all/rhel_8.0.yaml @@ -1,6 +1,2 @@ os_type: rhel os_version: "8.0" -overrides: - selinux: - whitelist: - - scontext=system_u:system_r:logrotate_t:s0 diff --git a/qa/distros/supported-all-distro/rhel_8.yaml b/qa/distros/supported-all-distro/rhel_8.yaml new file mode 120000 index 00000000000..f803f091ec8 --- /dev/null +++ b/qa/distros/supported-all-distro/rhel_8.yaml @@ -0,0 +1 @@ +../all/rhel_8.yaml \ No newline at end of file diff --git a/qa/distros/supported-random-distro$/centos_8.yaml b/qa/distros/supported-random-distro$/centos_8.yaml new file mode 120000 index 00000000000..b7e6c9b4e54 --- /dev/null +++ b/qa/distros/supported-random-distro$/centos_8.yaml @@ -0,0 +1 @@ +../all/centos_8.yaml \ No newline at end of file diff --git a/qa/distros/supported-random-distro$/rhel_8.yaml b/qa/distros/supported-random-distro$/rhel_8.yaml new file mode 120000 index 00000000000..f803f091ec8 --- /dev/null +++ b/qa/distros/supported-random-distro$/rhel_8.yaml @@ -0,0 +1 @@ +../all/rhel_8.yaml \ No newline at end of file