From 2c0ff28d4513c9937a4e2cbd1578909c64a5baea Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Mon, 9 Mar 2020 17:15:21 +0100 Subject: [PATCH] doc: Move Move ServiceSpec to python-common Signed-off-by: Sebastian Wagner --- doc/mgr/orchestrator_modules.rst | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) 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 -- 2.47.3