]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/restful: remove deprecated module
authorErnesto Puerta <epuertat@redhat.com>
Mon, 6 May 2024 16:48:38 +0000 (18:48 +0200)
committerErnesto Puerta <epuertat@redhat.com>
Mon, 28 Oct 2024 13:17:18 +0000 (14:17 +0100)
commit96ec7badb8534b812bbcae20eb411304900c0d0c
tree0ef68c8323a539efaca4316c8905901d2cc1e8d5
parent20007ea4a7c1c1da566c278d58f320ab3d60dd95
mgr/restful: remove deprecated module

Detailed changes:
* Remove `restful` mgr module dir,
* Remove Python depedencies (`pecan`, `werkzeug`) from ceph.spec and
  debian control,
* Remove docs,
* Remove associated QA tests,
* Update vstart.

Fixes: https://tracker.ceph.com/issues/47066
Signed-off-by: Ernesto Puerta <epuertat@redhat.com>
40 files changed:
ceph.spec.in
debian/ceph-mgr-modules-core.install
debian/ceph-mgr-modules-core.requires
debian/control
doc/_ext/ceph_commands.py
doc/_ext/ceph_confval.py
doc/dev/developer_guide/dash-devel.rst
doc/mgr/administrator.rst
doc/mgr/index.rst
doc/mgr/restful.rst [deleted file]
install-deps.sh
qa/suites/ceph-ansible/smoke/basic/2-ceph/ceph_ansible.yaml
qa/suites/ceph-ansible/smoke/basic/4-tasks/rest.yaml [deleted file]
qa/suites/cephmetrics/2-ceph/ceph_ansible.yaml
qa/suites/rados/rest/% [deleted file]
qa/suites/rados/rest/.qa [deleted symlink]
qa/suites/rados/rest/mgr-restful.yaml [deleted file]
qa/suites/rados/rest/supported-random-distro$ [deleted symlink]
qa/tasks/mgr/mgr_test_case.py
qa/workunits/cephtool/test.sh
qa/workunits/rest/test-restful.sh [deleted file]
src/common/options/mgr.yaml.in
src/pybind/mgr/CMakeLists.txt
src/pybind/mgr/restful/__init__.py [deleted file]
src/pybind/mgr/restful/api/__init__.py [deleted file]
src/pybind/mgr/restful/api/config.py [deleted file]
src/pybind/mgr/restful/api/crush.py [deleted file]
src/pybind/mgr/restful/api/doc.py [deleted file]
src/pybind/mgr/restful/api/mon.py [deleted file]
src/pybind/mgr/restful/api/osd.py [deleted file]
src/pybind/mgr/restful/api/perf.py [deleted file]
src/pybind/mgr/restful/api/pool.py [deleted file]
src/pybind/mgr/restful/api/request.py [deleted file]
src/pybind/mgr/restful/api/server.py [deleted file]
src/pybind/mgr/restful/common.py [deleted file]
src/pybind/mgr/restful/context.py [deleted file]
src/pybind/mgr/restful/decorators.py [deleted file]
src/pybind/mgr/restful/hooks.py [deleted file]
src/pybind/mgr/restful/module.py [deleted file]
src/vstart.sh