aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-be-plugins/etsi-nfv-nsd-csar-plugin/src
AgeCommit message (Collapse)AuthorFilesLines
2022-02-15Fix NSD plugin get version from model namestasys102-1/+30
Issue-ID: SDC-3881 Signed-off-by: stasys10 <stasys.jurgaitis@est.tech> Change-Id: Ib90020e46079866b5846b50aa3f183ae5bf74f6c
2022-02-09Add new category to NSD pluginstasys104-10/+56
Issue-ID: SDC-3870 Signed-off-by: stasys10 <stasys.jurgaitis@est.tech> Change-Id: Ibb46b401f635192a680eb472eb8d7f3fb3380f57
2022-01-13Improve testing stabilityvasraz4-4/+4
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Change-Id: I3f631642a97e65d6628816767e0a5408f02f4bc6 Issue-ID: SDC-3839
2021-11-29Add VNFD to NSD when using S3 storagevasraz3-170/+190
Change-Id: I8eb810fadfe54b335647e71e21115514963b4be7 Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Issue-ID: SDC-3792
2021-05-27Update vulnerable package dependenciesvasraz3-3/+3
org.apache.commons.lang -> org.apache.commons.lang3:3.10 Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Change-Id: I5806fd786394d278244fd88ea4925a91c2f05622 Issue-ID: SDC-3572
2021-04-12Fix NSD propertiesMichaelMorris2-13/+46
Signed-off-by: MichaelMorris <michael.morris@est.tech> Issue-ID: SDC-3545 Change-Id: I090bdcc85e85f1ec86851de3f957ad2ccd148ed5
2021-03-29Fix ETSI NSD requirement handlingMichaelMorris2-40/+105
Signed-off-by: MichaelMorris <michael.morris@est.tech> Issue-ID: SDC-3528 Change-Id: Ied1466e6708dfd18bcb15dfe55558c1248f920f7
2021-03-10Add ETSI 2.5.1 Network Service design UI Testandre.schmid1-1/+1
Change-Id: I3b008020601c2e5ecdcc3de594fc40d692b2cd8d Issue-ID: SDC-3498 Signed-off-by: andre.schmid <andre.schmid@est.tech>
2021-02-26Update guava versionandre.schmid1-5/+10
Change-Id: I5b233162a180a29d9c7ba79fb0fa480f8f0e0da9 Issue-ID: SDC-3491 Signed-off-by: andre.schmid <andre.schmid@est.tech>
2021-02-26Fix signature extension of NSD CSAR packageandre.schmid1-2/+3
The signature of the NSD signed package should have the extension .cms, not .sig.cms. Change-Id: I82d7dcb286da462c289114b1a450a83263652655 Issue-ID: SDC-3489 Signed-off-by: andre.schmid <andre.schmid@est.tech>
2021-02-23Upgrade Vulnerable Direct Dependencies [snakeyaml]JulienBe1-3/+2
Change-Id: I84417ab3d4f18634be519b837a34d1f1e774ceff Signed-off-by: amohamad <a.mohamad@queensu.ca> Issue-ID: SDC-3051 Updated MVN dependencies in the respective pom.xml files Updated the signature of some methods to match new version 1.26 Modified test cases to match the new wording of exceptions Still working on troublshooting other failing test cases Change-Id: Ifc796574e6d8d4e4fc707db04944d83427b5dbe6 Signed-off-by: amohamad <a.mohamad@queensu.ca> Signed-off-by: JulienBe <julien.bertozzi@intl.att.com>
2021-02-21ETSI SOL007 3.3.1 package security option 2andre.schmid15-53/+855
Change-Id: I4e021c517449e6ddf11571c02d0b4bdbc93e7c1e Issue-ID: SDC-2614 Signed-off-by: andre.schmid <andre.schmid@est.tech>
2021-02-16Reformat catalog-be-pluginsvasraz28-438/+195
Change-Id: Ic81316ca7bc69ef5ff775b56cbff156be1f945e8 Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Issue-ID: SDC-3449
2021-01-25Handle ETSI versions in NSD Pluginandre.schmid22-70/+5410
The plugin now considers the ETSI version in the component metadata to generate the correct imports of nsd types, i.e., aligned with the provided version. Change-Id: I54aee04722a4434eac59ea8b70c4f30f5c81645e Issue-ID: SDC-3447 Signed-off-by: andre.schmid <andre.schmid@est.tech>
2021-01-12Remove NSD subst. mappings prop. and attr.andre.schmid1-2/+0
Remove from the NSD generation the substitution_mappings properties and attribute generation. It is not part of the Network Service Descriptor SOL001 specification. Change-Id: Ieab0a5d571d5b7afe999d74a103a563a2abc72ed Issue-ID: SDC-3434 Signed-off-by: andre.schmid <andre.schmid@est.tech>
2021-01-07Update ETSI NFV Network Service categoryandre.schmid1-1/+1
Change-Id: Idbc88a7a047e539d1826997e8d98af23c3ee9bbd Issue-ID: SDC-3416 Signed-off-by: andre.schmid <andre.schmid@est.tech>
2020-11-05Add substitution_mapping attributes mappingvasraz1-3/+5
Add support of mapping the outputs to attributes in substitution_mapping Change-Id: Ifbe95a1fdfd476aa7aca17502ee9b30bea906874 Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Issue-ID: SDC-3320
2020-09-07Plugin to Generate Service ETSI NSD CSARandre.schmid24-0/+3394
Create a catalog backend plugin to generate an ETSI compliant Network Service Descriptor (NSD) CSAR as an artifact in the generated TOSCA CSAR package of a Service. Change-Id: I2b1556148be39d7bf37602335e638d0cee2b291b Issue-ID: SDC-3251 Signed-off-by: andre.schmid <andre.schmid@est.tech>