Update DCAEGEN2 documentation 72/119472/2
authorZebek Bogumil <bogumil.zebek@nokia.com>
Thu, 18 Mar 2021 06:37:04 +0000 (07:37 +0100)
committerZebek Bogumil <bogumil.zebek@nokia.com>
Thu, 18 Mar 2021 08:39:50 +0000 (09:39 +0100)
Add information about how to generate config maps and which component uses config maps

Issue-ID: DCAEGEN2-2576
Signed-off-by: Zebek Bogumil <bogumil.zebek@nokia.com>
Change-Id: I9aa370e9956c867fc3efd4d9b4f73a6d23731a8f

docs/sections/configuration.rst

index 575dcdc..bd2608f 100644 (file)
@@ -80,3 +80,12 @@ The ``componentImages.ves`` value is provided in the ``oom/kubernetes/dcaegen2/c
 
   componentImages:
     ves: onap/org.onap.dcaegen2.collectors.ves.vescollector:1.5.4
+
+Config maps
+-----------
+
+During installation of DCAEGEN2 module two config maps are installed by default: dcae-external-repo-configmap-schema-map and dcae-external-repo-configmap-sa88-rel16.
+
+Config maps are used by DCAEGEN VES and VES OPEN API components.
+
+Instruction how to generate the content of config maps is described in `README <https://gerrit.onap.org/r/gitweb?p=oom/utils.git;a=blob_plain;f=external-schema-repo-generator/README.md;hb=refs/heads/master>`_ file. 
\ No newline at end of file