commit | 326de6efcd2fa5a37c6a7d971ee9fc1cb9ac34f3 | [log] [tgz] |
---|---|---|
author | Israel Lavi <il0695@intl.att.com> | Fri Oct 27 17:44:33 2017 +0300 |
committer | Pavel Aharoni <pa0916@att.com> | Tue Nov 07 22:16:33 2017 +0200 |
tree | 6a84a1f25e1794f136648b8e352d6bfd5b1f4f34 | |
parent | ff3eb332424ef27a2be48afaa547a6aa600a3db7 [diff] |
[SDC-643] Fix Constraint validation Change-Id: I5aa64f42860b5896fd37bed2a9312b55835e6014 Signed-off-by: Pavel Aharoni <pa0916@att.com>
OpenECOMP SDC-Tosca is delivered as helper JAR that can be used by clients that work with SDC TOSCA CSAR files. It parses the CSAR and returns the model object which represents the CSAR contents, through designated function calls with SDC flavour. It uses the underlying generic JTOSCA parser.
OpenECOMP SDC-Tosca can be compiled easily using maven command: mvn clean install
The result is JAR file under "target" folder
*** to be completed on release ***
SDC Javadoc and Maven site
*** to be completed on rrelease ***
1.1.31-SNAPSHOT
Initial after separating into separate repo
1.1.1-SNAPSHOT
Added toString of Function (GetInput, etc.)
Allowed two arguments for GetInput - name of list input and index in list