From 89439179fbd6200fdfe8c93e2e14dce1e34b97e3 Mon Sep 17 00:00:00 2001 From: Patrick Donnelly Date: Tue, 18 Nov 2025 13:51:51 -0500 Subject: [PATCH] qa/suites/fs: use rocky-10 with cephadm Skip installing dashboard due to dependency noise (alerts module). Signed-off-by: Patrick Donnelly --- qa/suites/fs/cephadm/multivolume/0-start.yaml | 1 + qa/suites/fs/cephadm/renamevolume/0-start.yaml | 1 + qa/suites/fs/nfs/cluster/1-node.yaml | 1 + qa/suites/fs/workload/begin/1-cephadm.yaml | 1 + 4 files changed, 4 insertions(+) diff --git a/qa/suites/fs/cephadm/multivolume/0-start.yaml b/qa/suites/fs/cephadm/multivolume/0-start.yaml index 13dc863d293..d0e1f63a87f 100644 --- a/qa/suites/fs/cephadm/multivolume/0-start.yaml +++ b/qa/suites/fs/cephadm/multivolume/0-start.yaml @@ -24,6 +24,7 @@ tasks: - install: - cephadm: roleless: true + distro-suffix: rockylinux-10 - cephadm.shell: host.a: - ceph orch status diff --git a/qa/suites/fs/cephadm/renamevolume/0-start.yaml b/qa/suites/fs/cephadm/renamevolume/0-start.yaml index 727837580ab..76e62ff4a79 100644 --- a/qa/suites/fs/cephadm/renamevolume/0-start.yaml +++ b/qa/suites/fs/cephadm/renamevolume/0-start.yaml @@ -24,6 +24,7 @@ tasks: - install: - cephadm: roleless: true + distro-suffix: rockylinux-10 - cephadm.shell: host.a: - ceph orch status diff --git a/qa/suites/fs/nfs/cluster/1-node.yaml b/qa/suites/fs/nfs/cluster/1-node.yaml index 8eeec7d2df6..293b04ca3ea 100644 --- a/qa/suites/fs/nfs/cluster/1-node.yaml +++ b/qa/suites/fs/nfs/cluster/1-node.yaml @@ -11,6 +11,7 @@ roles: tasks: - install: - cephadm: + distro-suffix: rockylinux-10 - cephadm.shell: host.a: - ceph orch apply mds a diff --git a/qa/suites/fs/workload/begin/1-cephadm.yaml b/qa/suites/fs/workload/begin/1-cephadm.yaml index a58ea5725f5..eb833a37ec0 100644 --- a/qa/suites/fs/workload/begin/1-cephadm.yaml +++ b/qa/suites/fs/workload/begin/1-cephadm.yaml @@ -6,6 +6,7 @@ overrides: tasks: - cephadm: roleless: false + distro-suffix: rockylinux-10 - cephadm.shell: mon.a: - ceph orch status -- 2.47.3