summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMurali <murali.p@huawei.com>2017-10-18 07:13:08 +0000
committerMurali <murali.p@huawei.com>2017-10-18 07:13:08 +0000
commit3fd3a39b4e7282bd9e5729e561d3202dec90a328 (patch)
treeaab982358bb75c2b5e5882af2043312f0c5e19c9
parentff235efb288fb225049d7e1432a4dee990ee8fca (diff)
Bug:Update documentation for market place overview
Change-Id: Ib0cbe61450a5d820614793b0798b62ea513b0d65 Jira:VNFSDK-114 Signed-off-by: Murali <murali.p@huawei.com>
-rw-r--r--docs/files/marketplace-overview.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/files/marketplace-overview.rst b/docs/files/marketplace-overview.rst
index 90a0677..a65e5b1 100644
--- a/docs/files/marketplace-overview.rst
+++ b/docs/files/marketplace-overview.rst
@@ -1,7 +1,7 @@
-VNF SDK Marketplace
+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.
+VNF-SDK provides a reference implementation "marketplace" to help vendors validate and manage VNF packages. It also supports the operator to onboard VNF into ONAP.
|image0|
@@ -10,19 +10,19 @@ VNF SDK provides a reference implementation "marketplace" to help vendors valida
:width: 800px
1. **VNF Repository** is a reference repository for VNFs.
- a. It provides functionalities:
+ a. It provides functionalities such as:
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**.
+2. Along with these, VNF-SDK 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.
+ a. In Amsterdam release, 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.