[UTILS] Add new external-schema-repo-generator tool 01/114201/3
authorMichal Banka <michal.banka@nokia.com>
Wed, 28 Oct 2020 11:01:03 +0000 (12:01 +0100)
committerMichal Banka <michal.banka@nokia.com>
Wed, 28 Oct 2020 11:01:11 +0000 (12:01 +0100)
commita111aa071b81aaaed46e6dbc105a248152cd9ed4
tree122db1babde659f3fffc6bdaf6754894584f935a
parent2e73d9c6088ad2d6a34915e6e5daec0ac67e8d22
[UTILS] Add new external-schema-repo-generator tool

Added script tool which generates and installs ConfigMap
containing schemas used for event validation. Main purpose
of this script is mounting custom schemas to DCAE VES
Collector, yet it might be used in any component.

Signed-off-by: Michal Banka <michal.banka@nokia.com>
Issue-ID: OOM-2589
Change-Id: Ia82638186d42ba614636b0c258c50e313782da58
external-schema-repo-generator/Makefile [new file with mode: 0644]
external-schema-repo-generator/README.md [new file with mode: 0644]
external-schema-repo-generator/environment.config [new file with mode: 0644]
external-schema-repo-generator/generate.sh [new file with mode: 0755]
external-schema-repo-generator/install.sh [new file with mode: 0755]