aboutsummaryrefslogtreecommitdiffstats
path: root/docs/sections/architecture.rst
diff options
context:
space:
mode:
authorBogumil Zebek <bogumil.zebek@nokia.com>2020-08-21 12:07:57 +0200
committerZebek Bogumil <bogumil.zebek@nokia.com>2020-08-21 12:07:57 +0200
commitfe4c4957e2dd09ab09cd0486424416470c9d1730 (patch)
tree0f402361049424b7e41936e9034c3087d658ffc5 /docs/sections/architecture.rst
parent9c93bea8d63794a1d82ad3743bc713b3fbbb3967 (diff)
Remove documentation
Project was abandon since release G. Issue-ID: OOM-2526 Signed-off-by: Zebek Bogumil <bogumil.zebek@nokia.com> Change-Id: I711ffb123af71917bf4d58aad5fb14b2f696dd68
Diffstat (limited to 'docs/sections/architecture.rst')
-rw-r--r--docs/sections/architecture.rst32
1 files changed, 0 insertions, 32 deletions
diff --git a/docs/sections/architecture.rst b/docs/sections/architecture.rst
deleted file mode 100644
index 9166aa39..00000000
--- a/docs/sections/architecture.rst
+++ /dev/null
@@ -1,32 +0,0 @@
-.. This work is licensed under a Creative Commons Attribution 4.0 International License.
-.. http://creativecommons.org/licenses/by/4.0
-.. Copyright 2020 NOKIA
-.. _architecture:
-
-Architecture
-============
-
-Interaction between components
-------------------------------
-
-.. image:: resources/certservice_high_level.png
- :width: 855px
- :height: 223px
- :alt: Interaction between components
-
-The micro-service called CertService is designed for requesting certificates signed by external Certificate Authority (CA) using CMP over HTTP protocol. It uses CMPv2 client to send and receive CMPv2 messages.
-
-CertService's client is also provided so other ONAP components (aka end components) can easily get certificate from CertService. End component is an ONAP component (e.g. DCAE collector or controller) which requires certificate from CMPv2 server to protect external traffic and uses CertService's client to get it.
-
-CertService's client communicates with CertService via REST API over HTTPS, while CertService with CMPv2 server via CMP over HTTP.
-
-To proof that CertService works Open Source CMPv2 server (EJBCA) is deployed and used in E2E tests.
-
-
-Simplified certificate enrollment flow
---------------------------------------
-
-.. image:: resources/certService_cert_enrollment_flow.png
- :width: 1191px
- :height: 893px
- :alt: Simplified certificate enrollment flow