From: Sebastian Wagner Date: Mon, 9 Mar 2020 16:15:21 +0000 (+0100) Subject: doc: Move Move ServiceSpec to python-common X-Git-Tag: v15.1.1~33^2~6 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=2c0ff28d4513c9937a4e2cbd1578909c64a5baea;p=ceph.git doc: Move Move ServiceSpec to python-common Signed-off-by: Sebastian Wagner --- diff --git a/doc/mgr/orchestrator_modules.rst b/doc/mgr/orchestrator_modules.rst index 7c1546afaadd..96e1b6011299 100644 --- a/doc/mgr/orchestrator_modules.rst +++ b/doc/mgr/orchestrator_modules.rst @@ -237,17 +237,25 @@ functionality to choose a location in this way. Optionally, you can specify a location when creating a stateless service. +.. py:currentmodule:: ceph.deployment.service_spec + .. autoclass:: PlacementSpec :members: - +.. py:currentmodule:: orchestrator + + Services -------- .. autoclass:: ServiceDescription +.. py:currentmodule:: ceph.deployment.service_spec + .. autoclass:: ServiceSpec +.. py:currentmodule:: orchestrator + .. automethod:: Orchestrator.describe_service .. automethod:: Orchestrator.service_action @@ -307,13 +315,21 @@ Stateless Services .. automethod:: Orchestrator.add_rbd_mirror .. automethod:: Orchestrator.apply_rbd_mirror +.. py:currentmodule:: ceph.deployment.service_spec + .. autoclass:: RGWSpec +.. py:currentmodule:: orchestrator + .. automethod:: Orchestrator.add_rgw .. automethod:: Orchestrator.apply_rgw +.. py:currentmodule:: ceph.deployment.service_spec + .. autoclass:: NFSServiceSpec +.. py:currentmodule:: orchestrator + .. automethod:: Orchestrator.add_nfs .. automethod:: Orchestrator.apply_nfs