diff options
-rw-r--r-- | docs/Chapter8.rst | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/docs/Chapter8.rst b/docs/Chapter8.rst index d9b6ea1..6a03129 100644 --- a/docs/Chapter8.rst +++ b/docs/Chapter8.rst @@ -1299,8 +1299,8 @@ e. - Ansible Playbook Examples The following sections contain examples of Ansible playbook contents which follow the guidelines. -Guidelines for Playbooks to properly integrate with APPC -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +Guidelines for Playbooks to properly integrate with APPC +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ NOTE: To support concurrent requests to multiple VNF instances of same or different type, VNF hosts and other files with VNF specific default @@ -1403,9 +1403,7 @@ by underscore: oam: {vnfc_name: {{ vm_config_oam_vnfc_name }}, hostname: {{ vm_config_oam_hostname }}, provider_ip_address: {{ vm_config_oam_provider_ip_address } - }, - … Parameters like VNF names, VNFC names, OA&M IP addresses, after @@ -1886,4 +1884,4 @@ developed playbooks for the VNF. under consideration. .. [7] - Multiple ONAP actions may map to one playbook.
\ No newline at end of file + Multiple ONAP actions may map to one playbook. |