diff options
author | wenyao guan <guanwenyao@chinamobile.com> | 2018-02-08 02:54:19 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-02-08 02:54:19 +0000 |
commit | c3aa0cb5ece2b5fc2494eb8ebdc04730df9e7315 (patch) | |
tree | 5e70c8e8fb3e825a8e59f1328eefa3a99be0fa03 | |
parent | 125bcbe898a21ee3227aeb8aa838d2c20990342c (diff) | |
parent | cd4eb00c723af36bc04a4d874600d49985781a7e (diff) |
Merge "VNFRQTS - R-49396 correct gramar"
-rw-r--r-- | docs/Chapter7.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Chapter7.rst b/docs/Chapter7.rst index 012cf66..89c4e3d 100644 --- a/docs/Chapter7.rst +++ b/docs/Chapter7.rst @@ -433,7 +433,7 @@ will host and run playbooks to manage VNFs that support Ansible. An Ansible playbook is a collection of tasks that is executed on the Ansible server (local host) and/or the target VM (s) in order to complete the desired action. * R-40293 The VNF **MUST** make available playbooks that conform to the ONAP requirement. -* R-49396 The VNF **MUST** support each VNF action be supported by ONAP (APPC) by invocation of **one** playbook [4]_. The playbook will be responsible for executing all necessary tasks (as well as calling other playbooks) to complete the request. +* R-49396 The VNF **MUST** support each VNF action by invocation of **one** playbook [4]_. The playbook will be responsible for executing all necessary tasks (as well as calling other playbooks) to complete the request. * R-33280 The VNF **MUST NOT** use any instance specific parameters in a playbook. * R-48698 The VNF **MUST** utilize information from key value pairs that will be provided by the Ansible Server as extra-vars during invocation to execute the desired VNF action. If the playbook requires files, they must also be supplied using the methodology detailed in the Ansible Server API. |