diff options
author | Vijay Venkatesh Kumar <vv770d@att.com> | 2021-09-30 14:22:52 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-09-30 14:22:52 +0000 |
commit | f370b1e8053ef274bfef7a1bbb64772394ea8895 (patch) | |
tree | db36ad082945b24962d069c43bc754628ebac614 | |
parent | 743a33499d927e3baaccc839f12a94581cc0d1a9 (diff) | |
parent | dee73a66036ea46e5e2baa7d944693d7d71f4f9d (diff) |
Merge "Add link to External schema repo genrator in ves-helm guide"
-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:
|