From: Brad Hubbard Date: Thu, 10 Feb 2022 03:16:23 +0000 (+1000) Subject: octopus: qa/ceph-ansible: Move to Centos Stream X-Git-Tag: v15.2.16~1^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=850da911ae0c92c37f90bb2f6af4878896de7190;p=ceph.git octopus: qa/ceph-ansible: Move to Centos Stream Centos 8 is eol and its package repos no longer exist. Signed-off-by: Brad Hubbard --- diff --git a/qa/suites/ceph-ansible/smoke/basic/1-distros/centos_8.4.yaml b/qa/suites/ceph-ansible/smoke/basic/1-distros/centos_8.4.yaml deleted file mode 100644 index 3a694ee1a96a7..0000000000000 --- a/qa/suites/ceph-ansible/smoke/basic/1-distros/centos_8.4.yaml +++ /dev/null @@ -1,6 +0,0 @@ -os_type: centos -os_version: "8.4" -overrides: - selinux: - whitelist: - - scontext=system_u:system_r:logrotate_t:s0 diff --git a/qa/suites/ceph-ansible/smoke/basic/1-distros/centos_latest.yaml b/qa/suites/ceph-ansible/smoke/basic/1-distros/centos_latest.yaml new file mode 120000 index 0000000000000..bd9854e702982 --- /dev/null +++ b/qa/suites/ceph-ansible/smoke/basic/1-distros/centos_latest.yaml @@ -0,0 +1 @@ +.qa/distros/supported/centos_latest.yaml \ No newline at end of file