...
- Terminate/Delete VNF
- It is supported in the Dublin release, and it will be enhanced to leverage the ONAP-ETSI Catalog Manager.
- The following sequence flows depicts the SOL003 Terminate/Delete operations by leveraging the above architecture.
<Diagram : tbd>
SOL003 Adapter - SVNFM - ETSI Catalog Manager Operations
The SOL003 Adapter supports the following SOL003-based operations.
...
- Query/Reading VNF package information (VNFM → SOL003 Adapter)
SOL003 Adapter Package - Query VNF Package
- SOL003 Adapter provides the SOL003 Query/Reading VNF package services to the SVNFM.
- SVNFM requests for multiple VNF packages or an individual VNF package for the given vnfPkgId.
- /vnf_packages, /vnf_packages/{vnfPkgId}
- SOL003 Adapter queries for VNF packages or an individual VNF package to the ETSI Catalog Manager.
- ETSI Catalog Manager returns VNF packages or an individual VNF package to the SOL003 Adapter
- SOL003 Adapter returns the VnfPkgInfo[] or VnfPkgInfo to the SVNFM
Precondition: one or more individual VNF package resources are created.
Postcondition: SVNFM receives VNF packages or an individual VNF package in form of VnfPkgInfo[] or VnfPkgInfo
- Reading VNFD of an on-boarded VNF package (VNFM → SOL003 Adapter)
SOL003 Adapter Package Management - Read VNFD
- SOL003 Adapter provides the SOL003 Reading VNFD service to SVNFM.
- SVNFM requests for a VNFD for the given vnfd
- SOL003 Adapter requests for a VNFD for the given vnfd to ETSI Catalog Manager
- ETSI Catalog Manager returns a VNF package including vnfdModel JSON
- SOL003 Adapter returns a Vnfd with the vnfdModel JSON to SVNFM
Precondition: The VNF package is onboarded to the ONAP-ETSI Catalog Manager
Postcondition: SVNFM receives Vnfd
...