summaryrefslogtreecommitdiffstats
path: root/asdc-controller/src/test/resources/download/service-vnfservice.csar
AgeCommit message (Collapse)AuthorFilesLines
2021-03-18Fixed sdc-controller ingestion logic for cds valueskuldipr1-0/+0
sdc controller was not picking the cds values because logic expected the values in the 'metadata' block however the cds values exist in the 'input' block. Logic is modified to look for values at the correct location. Issue-ID: SO-3591 Signed-off-by: kuldipr <kuldip.rai@amdocs.com> Change-Id: I59778fde00025e22446446df560b5f85bfda7469 Signed-off-by: kuldipr <kuldip.rai@amdocs.com>
2019-12-04SO CDS Metadata ingestioneeginux1-0/+0
Add support for controller_actor ingestion Add support for blueprint in service Add support for skip conf flag in vf module Ingest new properties into SO database Sample csar files are cleaned without comment and description Issue-ID: SO-2313 Change-Id: I657f997faf33a366f3c234c3e41b164275beedac Signed-off-by: eeginux<henry.xie@est.tech>