diff options
author | Bogumil Zebek <bogumil.zebek@nokia.com> | 2021-03-09 08:08:09 +0100 |
---|---|---|
committer | Zebek Bogumil <bogumil.zebek@nokia.com> | 2021-03-11 08:08:56 +0100 |
commit | cb70389cf5996e851cf29a73c7ddbcf83ca62b1a (patch) | |
tree | 58aa2cadbed8436a18371627c49968a387adad30 | |
parent | 92bb97440dd814676b0a4f61bb42f4013e6e2245 (diff) |
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 <bogumil.zebek@nokia.com>
Change-Id: I5cedbc6cbad5aa8f4dea616b10b1b0346858cd01
-rw-r--r-- | docs/sections/services/ves-http/stnd-defined-validation.rst | 16 |
1 files changed, 16 insertions, 0 deletions
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 <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 ------------------------------------- |