]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/commit
mgr/dashboard: start node virtual-env after starting ceph cluster wip-squid-pr-67199-kefu-1
authorNizamudeen A <nia@redhat.com>
Thu, 6 Nov 2025 04:53:47 +0000 (10:23 +0530)
committerKefu Chai <k.chai@proxmox.com>
Thu, 5 Feb 2026 02:50:07 +0000 (10:50 +0800)
commit05b55d192f002ad5df41409624b8d176527d0841
tree51c1eb8d66dc24d7dbb9e3145445a455a565c290
parent20ad35bd1b928ee3d02c767fa4b77a7db6388b80
mgr/dashboard: start node virtual-env after starting ceph cluster

in frontend e2e.sh file, we don't need to start the node venv early on
before the ceph cluster is started. we only need it for the `npm` or
`npx` commands. Starting node virtual env and then starting ceph will
cause the ceph cluster to assume the node-env python as the python
environment which breaks the cryptotools call.

So moving the node-env venv start after the ceph is created

Fixes: https://tracker.ceph.com/issues/73804
Signed-off-by: Nizamudeen A <nia@redhat.com>
(cherry picked from commit a56ae5b0e6d1ed035fbb93591fea7e27858004e5)
(cherry picked from commit 411fcaa78fcf75392dd235533ba9b8d351971b08)
src/pybind/mgr/dashboard/run-frontend-e2e-tests.sh