From 850da911ae0c92c37f90bb2f6af4878896de7190 Mon Sep 17 00:00:00 2001 From: Brad Hubbard Date: Thu, 10 Feb 2022 13:16:23 +1000 Subject: [PATCH] octopus: qa/ceph-ansible: Move to Centos Stream Centos 8 is eol and its package repos no longer exist. Signed-off-by: Brad Hubbard --- .../ceph-ansible/smoke/basic/1-distros/centos_8.4.yaml | 6 ------ .../ceph-ansible/smoke/basic/1-distros/centos_latest.yaml | 1 + 2 files changed, 1 insertion(+), 6 deletions(-) delete mode 100644 qa/suites/ceph-ansible/smoke/basic/1-distros/centos_8.4.yaml create mode 120000 qa/suites/ceph-ansible/smoke/basic/1-distros/centos_latest.yaml 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 3a694ee1a96..00000000000 --- 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 00000000000..bd9854e7029 --- /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 -- 2.47.3