summaryrefslogtreecommitdiffstats
path: root/docs/Chapter8
diff options
context:
space:
mode:
authorHagop Bozawglanian <hagop.bozawglanian@att.com>2019-04-17 04:30:50 +0000
committerHagop Bozawglanian <hagop.bozawglanian@att.com>2019-04-17 04:30:50 +0000
commita43ef5023419467adb704ea6c2f0b2b488fd0e38 (patch)
tree1d560974abea26373294a1b1e19cd9c17054df06 /docs/Chapter8
parenta0c6ca75f1ce52556a89ae21d8491c64107af636 (diff)
VNFRQTS - xNF to VNF or PNF
Change-Id: I4a6a445a6c713c4be53be8cd79e158a1a10bc975 Issue-ID: VNFRQTS-571 Signed-off-by: Hagop Bozawglanian <hagop.bozawglanian@att.com>
Diffstat (limited to 'docs/Chapter8')
-rw-r--r--docs/Chapter8/Ansible-JSON-Key-Value-Description.rst4
-rw-r--r--docs/Chapter8/Ansible-Playbook-Examples.rst2
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/Chapter8/Ansible-JSON-Key-Value-Description.rst b/docs/Chapter8/Ansible-JSON-Key-Value-Description.rst
index e6b48d2..5dc5f4c 100644
--- a/docs/Chapter8/Ansible-JSON-Key-Value-Description.rst
+++ b/docs/Chapter8/Ansible-JSON-Key-Value-Description.rst
@@ -78,7 +78,7 @@ In the above example, the Ansible Server Rest API code will:
#. Process the "FileParameters" dictionary and generate a file named
'config.txt' with contents set to the value of the 'config.txt' key.
-#. Execute the playbook named '<xNFCode>/<Version>/ansible/configure/site.yml'
+#. Execute the playbook named '<VNFCode>/<Version>/ansible/configure/site.yml'
on nodes with listed IP addresses (or FQDNs) respectively while providing
the following key value pairs to the playbook: Retry=3, Wait=5,
ConfigFile=config.txt
@@ -87,7 +87,7 @@ In the above example, the Ansible Server Rest API code will:
it will be terminated.
#. Inventory hosts file to be build with only IP addresses (or FQDNs), IP
- addresses and VM names, or IP addresses and xNFC names depending on
+ addresses and VM names, or IP addresses and VNFC names depending on
InventoryNames setting in the template(s) passed to Ansible Server as part
of the Rest API request. In a later section with Ansible examples, examples
of supported inventory hosts file formats are shared.
diff --git a/docs/Chapter8/Ansible-Playbook-Examples.rst b/docs/Chapter8/Ansible-Playbook-Examples.rst
index 8367ed0..edeeb28 100644
--- a/docs/Chapter8/Ansible-Playbook-Examples.rst
+++ b/docs/Chapter8/Ansible-Playbook-Examples.rst
@@ -533,7 +533,7 @@ OR
<VNF type>/<Version>/ansible/vars/<VNF instance name>.yml
(INI format accepted/supported by Ansible)
-**NOTE**: Requirement remains while manual actions to create or edit xNF
+**NOTE**: Requirement remains while manual actions to create or edit VNF or PNF
instance specific files are supported. All files manually created or edited
should be placed in this one directory (``ansible/vars``).