]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/dashboard: Include Network address and labels on Host Creation form 41123/head
authorNizamudeen A <nia@redhat.com>
Fri, 30 Apr 2021 18:29:38 +0000 (23:59 +0530)
committerAvan Thakkar <athakkar@localhost.localdomain>
Mon, 7 Jun 2021 09:17:09 +0000 (14:47 +0530)
commit7c1df692f270ad0e7c80559e5b190c98eea44981
treee6e7470cee4d1149671a4c1631c2ddf1f03b5797
parent08ad13bca5176aba3e3327dc437a74863ce7cfb3
mgr/dashboard: Include Network address and labels on Host Creation form

The ability to create host by specifying network address and also create
labels.

https://tracker.ceph.com/issues/50318
Signed-off-by: Nizamudeen A <nia@redhat.com>
qa/tasks/mgr/dashboard/test_host.py
src/pybind/mgr/dashboard/controllers/host.py
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/shared/api/host.service.ts
src/pybind/mgr/dashboard/openapi.yaml
src/pybind/mgr/dashboard/services/orchestrator.py
src/pybind/mgr/dashboard/tests/test_host.py