Update VES documentation 32/118932/2
authorBogumil Zebek <bogumil.zebek@nokia.com>
Tue, 9 Mar 2021 07:08:09 +0000 (08:08 +0100)
committerZebek Bogumil <bogumil.zebek@nokia.com>
Thu, 11 Mar 2021 07:08:56 +0000 (08:08 +0100)
Add information how to configure mapping and schemas file content by config maps.

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

docs/sections/services/ves-http/stnd-defined-validation.rst

index a0ca516..c9019db 100644 (file)
@@ -65,6 +65,22 @@ Format of the schema mapping file is a JSON file with list of mappings, as shown
       }
     ]
 
+Config maps
+-----------
+
+The mapping and schemas files content can be changed by editing a proper config map.
+
+
++----------------------------------------------+-----------------------------------------------------------------------------------------------------+
+| Config map name                              | Description                                                                                         |
++==============================================+=====================================================================================================+
+| dcae-external-repo-configmap-schema-map      | Defines a content of the /opt/app/VESCollector/etc/externalRepo/schema-map.json file.               |
++----------------------------------------------+-----------------------------------------------------------------------------------------------------+
+| dcae-external-repo-configmap-sa88-rel16      | Defines a content of schemas stored in the /opt/app/VESCollector/etc/externalRepo folder.           |
++----------------------------------------------+-----------------------------------------------------------------------------------------------------+
+
+Config maps are defined in the `OOM <https://gerrit.onap.org/r/gitweb?p=oom.git;a=tree;f=kubernetes/dcaegen2/resources/external>`_ repository and installed with dcaegen2 module. 
+
 Properties configuration via Cloudify
 -------------------------------------