[VES-OPENAPI] Update docs with kafka 12/132812/2
authorefiacor <fiachra.corcoran@est.tech>
Tue, 20 Dec 2022 11:03:01 +0000 (11:03 +0000)
committerFiachra Corcoran <fiachra.corcoran@est.tech>
Tue, 3 Jan 2023 14:46:52 +0000 (14:46 +0000)
Signed-off-by: efiacor <fiachra.corcoran@est.tech>
Change-Id: I0a96c14cb378e3a4a6e8eab83c95667b432a139c
Issue-ID: DMAAP-1810

docs/sections/services/ves-openapi-manager/architecture.rst
docs/sections/services/ves-openapi-manager/deployment.rst
docs/sections/services/ves-openapi-manager/resources/architecture.png

index 2e4c427..47d036d 100644 (file)
@@ -7,7 +7,7 @@ VES OpenAPI Manager architecture
 ================================
 Functionalities of VES OpenAPI Manager require communication with other ONAP components. Because of that, SDC
 Distribution Client has been used as a library to achieve such a communication. There are two components required by
-application to work: SDC BE and Message Router. SDC Distribution Client provides communication with both of them when
+application to work: SDC BE and Kafka. SDC Distribution Client provides communication with both of them when
 it's properly configured (for application configuration instruction refer to: :ref:`ves-openapi-manager-deployment` ).
 
 .. image:: resources/architecture.png
index fdec791..e579719 100644 (file)
@@ -9,7 +9,7 @@ VES OpenAPI Manager is a simple Java application which can be started by using o
 prerequisites to work correctly:
 
 1) File with OpenAPI schemas mappings.
-2) Access to two ONAP services: SDC BE and Message Router.
+2) Access to two ONAP services: SDC BE and Kafka.
 
 These prerequisites are met by default when using Helm charts created for VES OpenAPI Manager in OOM. It's described in
 more detail in *Helm chart* section.
@@ -58,7 +58,7 @@ configured to deploy application with all prerequisites met. It achieves that by
 
 1) Mounting ConfigMap with mapping file under */app/schema-map.json* path.
 2) Proper setting environment variables to values described in section *Environment variables*. Mapping file path is set to point to mounted file and SDC BE URL is set to internal port available only from Kubernetes cluster.
-3) Setting Readiness check. It waits for other ONAP components to start: SDC BE, Message Router. VES OpenAPI Manager Pod will not start until they are not ready.
+3) Setting Readiness check. It waits for other ONAP components to start: SDC BE, Kafka. VES OpenAPI Manager Pod will not start until they are not ready.
 
 Local deployment
 ----------------
@@ -66,4 +66,4 @@ It's possible to run VES OpenAPI Manager in local environment which connects to
 requires exposing ports of some services on lab, creating local port tunneling and running VES OpenAPI Manager (using
 docker-compose or IDE e.g. IntelliJ).
 
-It's described in more detail in the README in project repository (`README <https://github.com/onap/dcaegen2-platform-ves-openapi-manager/blob/master/README.md>`_).
\ No newline at end of file
+It's described in more detail in the README in project repository (`README <https://github.com/onap/dcaegen2-platform-ves-openapi-manager/blob/master/README.md>`_).
index 5df1198..6e862e9 100644 (file)
Binary files a/docs/sections/services/ves-openapi-manager/resources/architecture.png and b/docs/sections/services/ves-openapi-manager/resources/architecture.png differ