From: Patrick Donnelly Date: Wed, 19 Nov 2025 17:25:45 +0000 (-0500) Subject: qa: skip dashboard install due to dependency noise X-Git-Tag: testing/wip-pdonnell-testing-20260208.183014~4^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=0454830194b95168d655a2848c2534a49d74af32;p=ceph-ci.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 d0e1f63a87f..636fc009379 100644 --- a/qa/suites/fs/cephadm/multivolume/0-start.yaml +++ b/qa/suites/fs/cephadm/multivolume/0-start.yaml @@ -25,6 +25,7 @@ tasks: - cephadm: roleless: true distro-suffix: rockylinux-10 + 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 76e62ff4a79..3da2f15d86a 100644 --- a/qa/suites/fs/cephadm/renamevolume/0-start.yaml +++ b/qa/suites/fs/cephadm/renamevolume/0-start.yaml @@ -25,6 +25,7 @@ tasks: - cephadm: roleless: true distro-suffix: rockylinux-10 + 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 293b04ca3ea..7cf2d1e2ab4 100644 --- a/qa/suites/fs/nfs/cluster/1-node.yaml +++ b/qa/suites/fs/nfs/cluster/1-node.yaml @@ -12,6 +12,7 @@ tasks: - install: - cephadm: distro-suffix: rockylinux-10 + 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/reef/reef.yaml b/qa/suites/fs/upgrade/mds_upgrade_sequence/tasks/0-from/reef/reef.yaml index 75b0c5dff60..b51b7cb3d03 100644 --- a/qa/suites/fs/upgrade/mds_upgrade_sequence/tasks/0-from/reef/reef.yaml +++ b/qa/suites/fs/upgrade/mds_upgrade_sequence/tasks/0-from/reef/reef.yaml @@ -12,6 +12,7 @@ tasks: - print: "**** done install task..." - cephadm: image: quay.ceph.io/ceph-ci/ceph:reef + skip_dashboard: true roleless: true compiled_cephadm_branch: reef conf: diff --git a/qa/suites/fs/upgrade/mds_upgrade_sequence/tasks/0-from/reef/v18.2.0.yaml b/qa/suites/fs/upgrade/mds_upgrade_sequence/tasks/0-from/reef/v18.2.0.yaml index b0ea9dbfab8..e4806b8ce89 100644 --- a/qa/suites/fs/upgrade/mds_upgrade_sequence/tasks/0-from/reef/v18.2.0.yaml +++ b/qa/suites/fs/upgrade/mds_upgrade_sequence/tasks/0-from/reef/v18.2.0.yaml @@ -12,6 +12,7 @@ tasks: - print: "**** done install task..." - cephadm: image: quay.io/ceph/ceph:v18.2.0 + skip_dashboard: true roleless: true compiled_cephadm_branch: reef conf: diff --git a/qa/suites/fs/upgrade/mds_upgrade_sequence/tasks/0-from/reef/v18.2.1.yaml b/qa/suites/fs/upgrade/mds_upgrade_sequence/tasks/0-from/reef/v18.2.1.yaml index b2c66dd1267..dcd595f5063 100644 --- a/qa/suites/fs/upgrade/mds_upgrade_sequence/tasks/0-from/reef/v18.2.1.yaml +++ b/qa/suites/fs/upgrade/mds_upgrade_sequence/tasks/0-from/reef/v18.2.1.yaml @@ -12,6 +12,7 @@ tasks: - print: "**** done install task..." - cephadm: image: quay.io/ceph/ceph:v18.2.1 + skip_dashboard: true roleless: true compiled_cephadm_branch: reef conf: 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 bc27e27c58d..fa18102b123 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/workload/begin/1-cephadm.yaml b/qa/suites/fs/workload/begin/1-cephadm.yaml index eb833a37ec0..3f5aae5a110 100644 --- a/qa/suites/fs/workload/begin/1-cephadm.yaml +++ b/qa/suites/fs/workload/begin/1-cephadm.yaml @@ -7,6 +7,7 @@ tasks: - cephadm: roleless: false distro-suffix: rockylinux-10 + skip_dashboard: true - cephadm.shell: mon.a: - ceph orch status