aboutsummaryrefslogtreecommitdiffstats
path: root/docs/architecture.rst
diff options
context:
space:
mode:
authorthmsdt <thomas.kulik@telekom.de>2023-11-22 11:41:05 +0100
committerthmsdt <thomas.kulik@telekom.de>2023-11-22 12:24:59 +0100
commit1b259f9671162215a9fc28808db1c625bee0dcfa (patch)
treeffb852ff134b1ead63db8680f1b2185e86755bdb /docs/architecture.rst
parent9fae20075b2ad8dceed5995af2e83d8cc78f4666 (diff)
fix doc config filesmontreal
Issue-ID: DOC-821 Change-Id: I44947d3241b6be16cee8ccc6e5968aa96178b761 Signed-off-by: thmsdt <thomas.kulik@telekom.de>
Diffstat (limited to 'docs/architecture.rst')
-rw-r--r--docs/architecture.rst24
1 files changed, 15 insertions, 9 deletions
diff --git a/docs/architecture.rst b/docs/architecture.rst
index 95953b7b..99070a4a 100644
--- a/docs/architecture.rst
+++ b/docs/architecture.rst
@@ -12,22 +12,28 @@ Following diagram shows the high-level architecture of OCLIP.
.. image:: images/portal-cli-arch.png
-* **Command Registrar** : Registrar keeps track of the commands registered in OCLIP and when user invokes the command,
-it identifies the corresponding command and helps to invoke the corresponding command plug-in.
+* **Command Registrar** : Registrar keeps track of the commands registered in
+ OCLIP and when user invokes the command, it identifies the corresponding
+ command and helps to invoke the corresponding command plug-in.
-* **Command Discoverer** : Discoverer discovers the commands both in plug-in format and YAML and automatically register
-them into Registrar.
+* **Command Discoverer** : Discoverer discovers the commands both in plug-in
+ format and YAML and automatically register them into Registrar.
-* **Command Plug-in** : Implement the command as plug-in. More details :ref:`cli_developer_guide`
+* **Command Plug-in** : Implement the command as plug-in.
+ More details :ref:`cli_developer_guide`
-* **HTTP Command** : Plug-in for implementing all Rest based command as YAML without any coding.
+* **HTTP Command** : Plug-in for implementing all Rest based command as YAML
+ without any coding.
-* **SNMP Command** : Plug-in for implementing all SNMP based command as YAML without any coding.
+* **SNMP Command** : Plug-in for implementing all SNMP based command as YAML
+ without any coding.
* **Command Shell** : Provides the interactive command line console from Linux
-* **Web Command Console** : Provides the interactive command line console from web-browser
+* **Web Command Console** : Provides the interactive command line console from
+ web-browser
-* **Cache** : Provides persistent storage for discoverer to store the meta-data about the discovered Commands.
+* **Cache** : Provides persistent storage for discoverer to store the meta-data
+ about the discovered Commands.
* **open cli schemas** : Set of command YAML provides the CLI definitions.