diff options
author | Zebek Bogumil <bogumil.zebek@nokia.com> | 2021-03-18 07:37:04 +0100 |
---|---|---|
committer | Zebek Bogumil <bogumil.zebek@nokia.com> | 2021-03-18 09:39:50 +0100 |
commit | 6c14cde9150e9c640f3726dca82028c17b41507b (patch) | |
tree | a21d8c1f1937808f7b7cd5bd9f66a4a935a1a47d | |
parent | c5eec778cb19d26fabbd58a4c0bc39d84da36096 (diff) |
Update DCAEGEN2 documentation
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
-rw-r--r-- | docs/sections/configuration.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/sections/configuration.rst b/docs/sections/configuration.rst index 575dcdc1..bd2608f9 100644 --- a/docs/sections/configuration.rst +++ b/docs/sections/configuration.rst @@ -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 |