From cb70389cf5996e851cf29a73c7ddbcf83ca62b1a Mon Sep 17 00:00:00 2001 From: Bogumil Zebek Date: Tue, 9 Mar 2021 08:08:09 +0100 Subject: Update VES documentation Add information how to configure mapping and schemas file content by config maps. Issue-ID: DCAEGEN2-2664 Signed-off-by: Zebek Bogumil Change-Id: I5cedbc6cbad5aa8f4dea616b10b1b0346858cd01 --- .../services/ves-http/stnd-defined-validation.rst | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'docs') diff --git a/docs/sections/services/ves-http/stnd-defined-validation.rst b/docs/sections/services/ves-http/stnd-defined-validation.rst index a0ca516d..c9019db8 100644 --- a/docs/sections/services/ves-http/stnd-defined-validation.rst +++ b/docs/sections/services/ves-http/stnd-defined-validation.rst @@ -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 `_ repository and installed with dcaegen2 module. + Properties configuration via Cloudify ------------------------------------- -- cgit 1.2.3-korg