diff options
author | Tomasz Wrobel <tomasz.wrobel@nokia.com> | 2021-09-23 09:37:01 +0200 |
---|---|---|
committer | Vijay Venkatesh Kumar <vv770d@att.com> | 2021-09-29 21:06:15 +0000 |
commit | dee73a66036ea46e5e2baa7d944693d7d71f4f9d (patch) | |
tree | 294c3c02a52d2b782ef597f69e4c21456d5e26e1 | |
parent | ea5c42a971a88d4086e8e6b730a8c153a73180b3 (diff) |
Add link to External schema repo genrator in ves-helm guide
Issue-ID: DCAEGEN2-2630
Signed-off-by: Tomasz Wrobel <tomasz.wrobel@nokia.com>
Change-Id: I500b91d9cc4295728f24d4b1d59e2f548d74da74
-rw-r--r-- | docs/sections/services/ves-http/installation-helm.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/sections/services/ves-http/installation-helm.rst b/docs/sections/services/ves-http/installation-helm.rst index 9728e64b..d97cd1c6 100644 --- a/docs/sections/services/ves-http/installation-helm.rst +++ b/docs/sections/services/ves-http/installation-helm.rst @@ -55,6 +55,9 @@ External repository schema files integration with VES Collector -------------------------------------------------------------------
In order to utilize the externalRepo openAPI schema files defined in `OOM <https://gerrit.onap.org/r/gitweb?p=oom.git;a=tree;f=kubernetes/dcaegen2-services/resources/external>`_ repository and installed with dcaegen2 module, follow below steps.
+.. note::
+ For more information on generating schema files, see `External-schema-repo-generator (OOM Utils repository) <https://gerrit.onap.org/r/gitweb?p=oom/utils.git;a=tree;f=external-schema-repo-generatore>`_
+
1. Go to directory with dcaegen2-services helm charts (oom/kubernetes/dcaegen2-services). These charts should be located on RKE deployer node or server which is used to deploy and manage ONAP installation by Helm charts.
2. Create file with specific VES values-overrides:
|