]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mgr/rook: copy updated dashboard cli and plugin into rook e2e test image
authorDavid Galloway <david.galloway@ibm.com>
Fri, 27 Mar 2026 13:39:01 +0000 (09:39 -0400)
committerDavid Galloway <david.galloway@ibm.com>
Fri, 27 Mar 2026 13:45:56 +0000 (09:45 -0400)
commit649ab28a5a07b0be34f47c8e9c9bf6b829d8bd90
tree7d9b43e1f199d669e390812215d53cbcf9a3d29d
parent7674258190f24636d980bb9b6f54464e8656f3ba
mgr/rook: copy updated dashboard cli and plugin into rook e2e test image

The base image's dashboard/cli.py imports Command directly from
mgr_module, which is incompatible with the new CLICommandBase API.
Copy the source tree's dashboard/cli.py and plugins/plugin.py into
the test image so that dashboard uses DBCommand, which is consistent
with the updated mgr_module.

Signed-off-by: David Galloway <david.galloway@ibm.com>
src/pybind/mgr/rook/ci/Dockerfile
src/pybind/mgr/rook/ci/scripts/bootstrap-rook-cluster.sh