summaryrefslogtreecommitdiffstats
path: root/docs/platform/administration.rst
diff options
context:
space:
mode:
authorTao Shen <shentao@chinamobile.com>2017-11-13 02:43:00 +0000
committerGerrit Code Review <gerrit@onap.org>2017-11-13 02:43:00 +0000
commitf98bdb09b871bf5284f1872f77179529bcbb005c (patch)
tree3cdf27815d8a6bb7ced9c78f60ce20484920ce8e /docs/platform/administration.rst
parent6d9717b1696fd6594360dd9253ea7515e6174370 (diff)
parent9208eb1e0f4b44e7e9ddaf05642c3cfadd61e95b (diff)
Merge "Update usecase-ui docs"
Diffstat (limited to 'docs/platform/administration.rst')
-rw-r--r--docs/platform/administration.rst28
1 files changed, 0 insertions, 28 deletions
diff --git a/docs/platform/administration.rst b/docs/platform/administration.rst
index 977e024e..3b9f75c8 100644
--- a/docs/platform/administration.rst
+++ b/docs/platform/administration.rst
@@ -3,31 +3,3 @@
Administration
--------------
-
-It is not hard to manage Holmes becasue it's been dockerized and split into two dockers. One is for rule management and the other for engine management.
-
-Processes / Dockers
-^^^^^^^^^^^^^^^^^^^
-
-For both of the dockers of Holmes, there's only one process running during the run time. But the rule management docker sort of relies on the enginemanagement docker. Once the engine management module is stopped, the whole Holmes will malfunction because the Drools engine which is managed by the engine management module is the core component of Holmes.
-
-Holmes mainly consists of two dockers:
-
-* Rule Management Docker
-
-* Engine Management Docker
-
-Actions
-^^^^^^^
-
-All actions performed on the Holmes modules are docker-based.
-
-* Create a Container: ``sudo docker run [OPTIONS] IMAGE [COMMAND] [ARG...]``
-
-* Kill a Container: ``sudo docker kill [OPTIONS] CONTAINER [CONTAINER...]``
-
-* Stop a Container: ``sudo docker stop [OPTIONS] CONTAINER [CONTAINER...]``
-
-* Start a Container: ``sudo docker start [OPTIONS] CONTAINER [CONTAINER...]``
-
-* Restart a Container: ``sudo docker restart [OPTIONS] CONTAINER [CONTAINER...]``