...
25. Testing with ONAP spec files on ONAP lab with componen-spec (ves, pm-mapper, dfc, tcagen2, hv-ves, prh) - Sivakumar Santharam ONGOING
Running Running the tool requires following
helmchartgenerator jar file
component spec file
Directory holding addon templates (such as certificates) under
...
addons and base charts and templates (such as common, dcaegen2-services-common, readinessCheck, repositoryGenerator) under base directory
Optional specSpecma json file ( if not provided, it will not validate the schema as of 7/16/21)
For example,
java java -jar ./helmchartgenerator-1.3.5-SNAPSHOT.jar vescollector-componentspec-v3-helm.json ./blueprint ./output schemas/specSchema.json
...