]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/dashboard: Host Maintenance Follow ups 41056/head
authorNizamudeen A <nia@redhat.com>
Fri, 26 Mar 2021 07:57:40 +0000 (13:27 +0530)
committerNizamudeen A <nia@redhat.com>
Wed, 28 Apr 2021 07:32:07 +0000 (13:02 +0530)
commit6372f0bb8ee930cbc62ae16056bc5a095f24e497
treec2e725534c6ceaa0ee6f981893e4c2b2d0a573a1
parent5310812fb6bf931b9993fb2da2aea6cc89702466
mgr/dashboard: Host Maintenance Follow ups

Added the ability to create a host in maintenance mode

Fixes: https://tracker.ceph.com/issues/49998
Signed-off-by: Nizamudeen A <nia@redhat.com>
(cherry picked from commit 23bdf201c4bfac4628c27cc9a9dc749ad277a563)
14 files changed:
qa/workunits/cephadm/test_dashboard_e2e.sh
src/pybind/mgr/dashboard/controllers/host.py
src/pybind/mgr/dashboard/frontend/cypress/fixtures/orchestrator/services.json [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/cypress/integration/cluster/hosts.po.ts
src/pybind/mgr/dashboard/frontend/cypress/integration/orchestrator/01-hosts-force-maintenance.e2e-spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/cypress/integration/orchestrator/01-hosts.e2e-spec.ts
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/hosts/host-form/host-form.component.html
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/hosts/host-form/host-form.component.spec.ts
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/hosts/host-form/host-form.component.ts
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/hosts/hosts.component.spec.ts
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/hosts/hosts.component.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/api/host.service.ts
src/pybind/mgr/dashboard/openapi.yaml
src/pybind/mgr/dashboard/services/orchestrator.py