From: Patrick Donnelly Date: Wed, 19 Nov 2025 17:25:45 +0000 (-0500) Subject: qa: skip dashboard install due to dependency noise X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=b81cca651787f74c12a780102be79ded72fc7da0;p=ceph.git qa: skip dashboard install due to dependency noise 2025-11-18T19:46:46.226 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stderr Error ENOTSUP: Module 'alerts' is not enabled/loaded (required by command 'dashboard set-ssl-certificate'): use `ceph mgr module enable alerts` to enable it Signed-off-by: Patrick Donnelly --- diff --git a/qa/suites/fs/cephadm/multivolume/0-start.yaml b/qa/suites/fs/cephadm/multivolume/0-start.yaml index 13dc863d2936..7cb1f4627ca6 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 + skip_dashboard: true - 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 727837580ab2..486e572f85a5 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 + skip_dashboard: true - 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 8eeec7d2df6b..d08da3f4ce3d 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: + skip_dashboard: true - cephadm.shell: host.a: - ceph orch apply mds a diff --git a/qa/suites/fs/upgrade/mds_upgrade_sequence/tasks/0-from/squid.yaml b/qa/suites/fs/upgrade/mds_upgrade_sequence/tasks/0-from/squid.yaml index bc27e27c58d1..fa18102b1239 100644 --- a/qa/suites/fs/upgrade/mds_upgrade_sequence/tasks/0-from/squid.yaml +++ b/qa/suites/fs/upgrade/mds_upgrade_sequence/tasks/0-from/squid.yaml @@ -12,6 +12,7 @@ tasks: - print: "**** done install task..." - cephadm: image: quay.ceph.io/ceph-ci/ceph:squid + skip_dashboard: true roleless: true compiled_cephadm_branch: squid conf: diff --git a/qa/suites/fs/upgrade/mds_upgrade_sequence/tasks/0-from/tentacle.yaml b/qa/suites/fs/upgrade/mds_upgrade_sequence/tasks/0-from/tentacle.yaml index fcae62244cb7..433f1f16be56 100644 --- a/qa/suites/fs/upgrade/mds_upgrade_sequence/tasks/0-from/tentacle.yaml +++ b/qa/suites/fs/upgrade/mds_upgrade_sequence/tasks/0-from/tentacle.yaml @@ -12,6 +12,7 @@ tasks: - print: "**** done install task..." - cephadm: image: quay.ceph.io/ceph-ci/ceph:tentacle + skip_dashboard: true roleless: true compiled_cephadm_branch: tentacle conf: diff --git a/qa/suites/fs/workload/begin/1-cephadm.yaml b/qa/suites/fs/workload/begin/1-cephadm.yaml index a58ea5725f52..6174e38d7a4e 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 + skip_dashboard: true - cephadm.shell: mon.a: - ceph orch status