From 7c4ecd3c7f25930bdf863de49dfd543e866434f4 Mon Sep 17 00:00:00 2001 From: Brad Hubbard Date: Tue, 26 Oct 2021 07:18:26 +1000 Subject: [PATCH] octopus: qa/ceph-ansible: Bump OS version for centos The systemd version in the 8.3 image is buggy so use 8.4 instead. Fixes: https://tracker.ceph.com/issues/52923 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, 6 insertions(+), 1 deletion(-) create mode 100644 qa/suites/ceph-ansible/smoke/basic/1-distros/centos_8.4.yaml delete 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 new file mode 100644 index 00000000000..3a694ee1a96 --- /dev/null +++ b/qa/suites/ceph-ansible/smoke/basic/1-distros/centos_8.4.yaml @@ -0,0 +1,6 @@ +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 deleted file mode 120000 index bd9854e7029..00000000000 --- a/qa/suites/ceph-ansible/smoke/basic/1-distros/centos_latest.yaml +++ /dev/null @@ -1 +0,0 @@ -.qa/distros/supported/centos_latest.yaml \ No newline at end of file -- 2.47.3