From: Brad Hubbard Date: Mon, 25 Oct 2021 21:18:26 +0000 (+1000) Subject: octopus: qa/ceph-ansible: Bump OS version for centos X-Git-Tag: v15.2.16~76^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=7c4ecd3c7f25930bdf863de49dfd543e866434f4;p=ceph.git 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 --- 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