diff options
author | Vijay Venkatesh Kumar <vv770d@att.com> | 2021-03-11 14:38:38 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-03-11 14:38:38 +0000 |
commit | 6d97c51031d2a4658661ca41ff2ebbbd0e1faf11 (patch) | |
tree | f7848eeafb025b2628d1856392a693e8b8e938a6 | |
parent | 53afdbe7f447a89201890db6d618dd62bf452c81 (diff) | |
parent | cb70389cf5996e851cf29a73c7ddbcf83ca62b1a (diff) |
Merge "Update VES documentation"
-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 ------------------------------------- |