blob: cede8f5e5549fc02ccad761b34c9dcb3b500ab70 [file] [log] [blame]
Chris Donleydbf7fb12017-10-06 16:45:44 -07001VNF SDK Marketplace
2==================
3
4VNF SDK provides a reference implementation "marketplace" to help vendors validate and manage VNF packages. It also supports operator VNF onboarding into ONAP.
5
6|image0|
7
8.. |image0| image:: vnfsdk-marketplace.png
9 :height: 600px
10 :width: 800px
11
121. **VNF Repository** is a reference repository for VNFs.
13 a. It provides functionalities:
14 i. Upload/Re-upload VNF
15 ii. Download VNF
16 iii. Query VNF based on several parameters
17 iv. Delete VNF
18 b. It also provides an intuitive Graphical user interface to perform above activities.
19
202. Along with these, VNFSDK also provides hooks to call other tools or libraries including **Validation and Function Tests**.
21
22 a. Validation verifies the package structure, mandatory files and their format. Currently, the tool performs basic validation to support SDC. In a future release, it will also ensure integrity and authenticity of the package as described by VNF Requirements.
23 b. Function Test provides Robot framework test cases present in each VNF. Function test executes those test cases and send the test response back to the marketplace. While the framework is in place, actual test development is deferred for a future release.
24
253. **VNFSDK Integration with SDC**
26
27 a. In Amsterdam, the SDC-UI is being integrated with the VNF Repository backend. It provides seamless download, search, view of the VNF present in VNF repository. The user can onboard these validated VNF into the SDC catalogue.
28
29