summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorSteven Wright <sw3588@att.com>2019-03-28 18:45:09 +0000
committerGerrit Code Review <gerrit@onap.org>2019-03-28 18:45:09 +0000
commitd05e08cf7f784a51f3b891921c267990d749fa90 (patch)
treedc568b6475dbd704c9ea7a48d2e1c0cfd0b5de35 /docs
parent1b012d399acb5f3ac0ffc324e887f87955e86e15 (diff)
parentf2ae8db255e504808bfdf09526dcd8e3095a545e (diff)
Merge "VNFRQTS - Add PNF package meta-data in VNFRQTS-581"
Diffstat (limited to 'docs')
-rw-r--r--docs/Chapter5/Tosca.rst18
1 files changed, 18 insertions, 0 deletions
diff --git a/docs/Chapter5/Tosca.rst b/docs/Chapter5/Tosca.rst
index 88f531e..ec664d2 100644
--- a/docs/Chapter5/Tosca.rst
+++ b/docs/Chapter5/Tosca.rst
@@ -240,6 +240,24 @@ VNF Package Contents
or PNF package. The Change Log file is kept up to date continuously from
the creation of the CSAR package.
+.. req::
+ :id: R-57019
+ :target: PNF CSAR PACKAGE
+ :keyword: MUST
+ :introduced: dublin
+
+ The PNF TOSCA CSAR PACKAGE Manifest file **MUST** start with the PNF
+ package metadata in the form of a name-value pairs. Each pair shall appear
+ on a different line. The name is specified as following:
+
+ - pnfd_provider
+
+ - pnfd_name
+
+ - pnfd_release_date_time
+
+ - pnfd_archive_version
+
VNF or PNF Package Authenticity
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~