summaryrefslogtreecommitdiffstats
path: root/docs/Chapter5
diff options
context:
space:
mode:
authorHagop Bozawglanian <hagop.bozawglanian@att.com>2019-03-28 18:56:40 +0000
committerHagop Bozawglanian <hagop.bozawglanian@att.com>2019-03-28 18:56:40 +0000
commit5cf1de14e99e73c744da3eb1cb126e7141b85246 (patch)
treedd3e230c528480e24539cbcf6ca1b7001981c2e5 /docs/Chapter5
parentd05e08cf7f784a51f3b891921c267990d749fa90 (diff)
VNFRQTS - Add VNF package meta-data in VNFRQTS-580
Change-Id: Ibd08ef66622f6c94cc6b002c8f45379afcd69f54 Issue-ID: VNFRQTS-580 Signed-off-by: Hagop Bozawglanian <hagop.bozawglanian@att.com>
Diffstat (limited to 'docs/Chapter5')
-rw-r--r--docs/Chapter5/Tosca.rst21
1 files changed, 20 insertions, 1 deletions
diff --git a/docs/Chapter5/Tosca.rst b/docs/Chapter5/Tosca.rst
index ec664d2..d3b2efc 100644
--- a/docs/Chapter5/Tosca.rst
+++ b/docs/Chapter5/Tosca.rst
@@ -242,7 +242,7 @@ VNF Package Contents
.. req::
:id: R-57019
- :target: PNF CSAR PACKAGE
+ :target: PNF CSAR PACKAGE
:keyword: MUST
:introduced: dublin
@@ -258,6 +258,25 @@ VNF Package Contents
- pnfd_archive_version
+.. req::
+ :id: R-795126
+ :target: VNF CSAR PACKAGE
+ :keyword: MUST
+ :introduced: dublin
+
+ The VNF TOSCA CSAR package Manifest file **MUST** start with the VNF
+ package metadata in the form of a name-value pairs. Each pair shall appear
+ on a different line. The name is specified as following:
+
+ - vnf_provider_id
+
+ - vnf_product_name
+
+ - vnf_release_date_time
+
+ - vnf_package_version
+
+
VNF or PNF Package Authenticity
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~