diff options
author | 2019-03-15 00:48:26 -0700 | |
---|---|---|
committer | 2019-03-21 16:25:01 +0000 | |
commit | 1cd65213ba6c65f43d5fbbb149a6b2cdb411eec8 (patch) | |
tree | a5367dadbea3270e8ca44d728425b8a8aea40204 /docs/Chapter5 | |
parent | 5cd7cca9d940fa5f867ce74ca218f6710e7ecc69 (diff) |
Update R-01123
Add PNF support in requirement R-01123
Change-Id: I45f5bc55fade37d86d7de3da929c71e3daaf030b
Issue-ID: VNFRQTS-568
Signed-off-by: fzhang <fei.zhang@ericsson.com>
Diffstat (limited to 'docs/Chapter5')
-rw-r--r-- | docs/Chapter5/Tosca.rst | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/docs/Chapter5/Tosca.rst b/docs/Chapter5/Tosca.rst index 8debac6..63222ae 100644 --- a/docs/Chapter5/Tosca.rst +++ b/docs/Chapter5/Tosca.rst @@ -137,19 +137,16 @@ VNF Package Contents .. req:: :id: R-01123 - :target: VNF + :target: VNF or PNF :keyword: MUST :introduced: casablanca + :updated: dublin - The VNF package Manifest file **MUST** contain: VNF package meta-data, a - list of all artifacts (both internal and external) entry's including - their respected URI's, an algorithm to calculate a digest and a digest - result calculated on the content of each artifacts, as specified in - ETSI GS NFV-SOL004. The VNF Package MUST include VNF Identification - Data to uniquely identify the resource for a given VNF provider. The - identification data must include: an identifier for the VNF, the name - of the VNF as was given by the VNF provider, VNF description, VNF - provider, and version. + The VNF or PNF package Manifest file **MUST** contain: VNF or PNF package + meta-data, a list of all artifacts (both internal and external) entry's + including their respected URI's, an algorithm to calculate a digest and + a digest result calculated on the content of each artifacts, as specified + in ETSI GS NFV-SOL004. .. req:: :id: R-21322 |