summaryrefslogtreecommitdiffstats
path: root/docs/files/marketplace-overview.rst
diff options
context:
space:
mode:
authorChris Donley <christopher.donley@huawei.com>2017-10-06 16:45:44 -0700
committerChris Donley <christopher.donley@huawei.com>2017-10-06 16:45:44 -0700
commitdbf7fb19e6d8b0efa9faf3dcc6089111199c45cf (patch)
tree85d20a832a19707d4e233e864d1671a4b75870a6 /docs/files/marketplace-overview.rst
parentab6c6f0c7ece1bbf0644efa875bcb287edf785b6 (diff)
add initial marketplace documentation
Add marketplace overview, picture, and user guides (vendor and operator). Issue-ID: VNFSDK-106 Change-Id: Ic03ef7c41618f156e646db459cc9a02a9a84a294 Signed-off-by: Chris Donley <christopher.donley@huawei.com>
Diffstat (limited to 'docs/files/marketplace-overview.rst')
-rw-r--r--docs/files/marketplace-overview.rst29
1 files changed, 29 insertions, 0 deletions
diff --git a/docs/files/marketplace-overview.rst b/docs/files/marketplace-overview.rst
new file mode 100644
index 0000000..cede8f5
--- /dev/null
+++ b/docs/files/marketplace-overview.rst
@@ -0,0 +1,29 @@
+VNF SDK Marketplace
+==================
+
+VNF SDK provides a reference implementation "marketplace" to help vendors validate and manage VNF packages. It also supports operator VNF onboarding into ONAP.
+
+|image0|
+
+.. |image0| image:: vnfsdk-marketplace.png
+ :height: 600px
+ :width: 800px
+
+1. **VNF Repository** is a reference repository for VNFs.
+ a. It provides functionalities:
+ i. Upload/Re-upload VNF
+ ii. Download VNF
+ iii. Query VNF based on several parameters
+ iv. Delete VNF
+ b. It also provides an intuitive Graphical user interface to perform above activities.
+
+2. Along with these, VNFSDK also provides hooks to call other tools or libraries including **Validation and Function Tests**.
+
+ 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.
+ 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.
+
+3. **VNFSDK Integration with SDC**
+
+ 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.
+
+