summaryrefslogtreecommitdiffstats
path: root/docs/files/marketplace-overview.rst
diff options
context:
space:
mode:
authorChris Donley <christopher.donley@huawei.com>2017-11-09 15:17:45 -0800
committerChris Donley <christopher.donley@huawei.com>2017-11-09 15:17:45 -0800
commita3adf07306490e9d0e88229c165630124376c86f (patch)
tree1c873e3a462f4d521de70049ddd95dab7896418e /docs/files/marketplace-overview.rst
parent78123d36ca3583fa9ba204cda9724016df63ba60 (diff)
Documentation clean-up
Cleaned up documentation per: (1) Docs project feedback (2) License cleanup (3) other typos, etc. Issue-ID: VNFSDK-129 Change-Id: If125784b3b0656128ca897e82ad0e5d9873a7e07 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, 23 insertions, 6 deletions
diff --git a/docs/files/marketplace-overview.rst b/docs/files/marketplace-overview.rst
index 18a5da9..bf4d8e4 100644
--- a/docs/files/marketplace-overview.rst
+++ b/docs/files/marketplace-overview.rst
@@ -1,7 +1,13 @@
+.. This work is licensed under a Creative Commons Attribution 4.0 International License.
+.. http://creativecommons.org/licenses/by/4.0
+.. Copyright 2017 Huawei Technologies Co., Ltd.
+
VNF SDK Marketplace
===================
-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.
+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|
@@ -16,14 +22,25 @@ VNF SDK provides a reference implementation "marketplace" to help vendors valida
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.
+ b. It also provides an intuitive Graphical user interface to perform above
+ activities.
+2. Along with these, VNF SDK 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.
- 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.
+ 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. **VNF SDK Integration with SDC**
- 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.
+ 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.