Done
Details
Assignee
Former userFormer user(Deactivated)Reporter
Byung-Woo JunByung-Woo JunLabels
Sprint
Fix versions
Due date
Jan 16, 2020Priority
Medium
Details
Details
Assignee
Former user
Former user(Deactivated)Reporter
Byung-Woo Jun
Byung-Woo JunLabels
Sprint
Fix versions
Due date
Jan 16, 2020
Priority
Created October 9, 2019 at 2:02 AM
Updated February 14, 2020 at 12:26 PM
Resolved February 14, 2020 at 12:26 PM
SOL003 Adapter Package Management - Fetch VNF Package Artifacts (SVNFM -> SOL003 Adapter & SOL003 Adapter -> ETSI Catalog Manager)
The SOL003 Adapter supports the whole content of the artifact only.
The SVNFM sends a GET request for the Individual VNF package artifact to SOL003 Adapter.
GET .../vnf_packages/{vnfPkgId}/artifacts/{artifactPath}
The SOL003 Adapter sends a GET request for the individual VNF package artifact to the ETSI Catalog Manager
GET /api/vnfpkgm/v1/vnf_packages/{vnfPkgId}/artifacts/{artifactPath}
The ETSI Catalog Manager returns a copy of the applicable artifact files from the onboarded VNF package to the SOL003 Adapter.
The SOL003 Adapter returns with a copy of the applicable artifact file from the onboarded VNF package to SVNFM.
Precondition: The VNF package is onboarded to the ONAP-ETSI Catalog Manager
Postcondition: the SVNF gets the applicable artifact file.