diff options
author | Hagop Bozawglanian <hagop.bozawglanian@att.com> | 2019-04-17 04:30:50 +0000 |
---|---|---|
committer | Hagop Bozawglanian <hagop.bozawglanian@att.com> | 2019-04-17 04:30:50 +0000 |
commit | a43ef5023419467adb704ea6c2f0b2b488fd0e38 (patch) | |
tree | 1d560974abea26373294a1b1e19cd9c17054df06 /docs/Chapter8/Ansible-JSON-Key-Value-Description.rst | |
parent | a0c6ca75f1ce52556a89ae21d8491c64107af636 (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/Ansible-JSON-Key-Value-Description.rst')
-rw-r--r-- | docs/Chapter8/Ansible-JSON-Key-Value-Description.rst | 4 |
1 files changed, 2 insertions, 2 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. |