summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsteven stark <ss820f@att.com>2018-02-06 14:46:25 -0800
committersteven stark <ss820f@att.com>2018-02-06 14:46:25 -0800
commit503db2daba228b29ae0af8664d3a1b8983915946 (patch)
treeb849706fa76c718efcc61b568d2ebc268e2470ab
parentc391a5cfd4af29ded7311bcea9f1a9f6ab950b3e (diff)
VNFRQTS - R-26567 update reference
Update reference "see Section 8.c, ONAP Controller APIs and Behavior" in R-26567 to proper ONAP document section Change-Id: I8ccc0b6bb01f6b43a103873676eff6d0122167cd Issue-ID: VNFRQTS-175 Signed-off-by: steven stark <ss820f@att.com>
-rw-r--r--docs/Chapter7.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Chapter7.rst b/docs/Chapter7.rst
index d0aed53..012cf66 100644
--- a/docs/Chapter7.rst
+++ b/docs/Chapter7.rst
@@ -332,7 +332,7 @@ Chef-Client and Push Jobs Client on the VNF
**Chef Roles/Requirements**
* R-27310 The VNF Package **MUST** include all relevant Chef artifacts (roles/cookbooks/recipes) required to execute VNF actions requested by ONAP for loading on appropriate Chef Server.
-* R-26567 The VNF Package **MUST** include a run list of roles/cookbooks/recipes, for each supported VNF action, that will perform the desired VNF action in its entirety as specified by ONAP (see Section 8.c, ONAP Controller APIs and Behavior, for list of VNF actions and requirements), when triggered by a chef-client run list in JSON file.
+* R-26567 The VNF Package **MUST** include a run list of roles/cookbooks/recipes, for each supported VNF action, that will perform the desired VNF action in its entirety as specified by ONAP (see Section 7.c, ONAP Controller APIs and Behavior, for list of VNF actions and requirements), when triggered by a chef-client run list in JSON file.
* R-98911 The VNF **MUST NOT** use any instance specific parameters for the VNF in roles/cookbooks/recipes invoked for a VNF action.
* R-37929 The VNF **MUST** accept all necessary instance specific data from the environment or node object attributes for the VNF in roles/cookbooks/recipes invoked for a VNF action.
* R-62170 The VNF **MUST** over-ride any default values for configurable parameters that can be set by ONAP in the roles, cookbooks and recipes.