summaryrefslogtreecommitdiffstats
path: root/docs/Chapter8/Ansible-JSON-Key-Value-Description.rst
diff options
context:
space:
mode:
authorBozawglanian, Hagop (hb755d) <hb755d@att.com>2018-07-30 20:26:07 +0000
committerBozawglanian, Hagop (hb755d) <hb755d@att.com>2018-07-30 20:27:19 +0000
commitd907908404fe0d7522544ad2d54989095b145ed8 (patch)
tree3914456206a4119531d2e5972b57f8cd9ad45db3 /docs/Chapter8/Ansible-JSON-Key-Value-Description.rst
parent2e816cb9b91778d476dbd6e7f59040c50168df0a (diff)
VNFRQTS - Fixing Doc8 errors
Reviewing all files to make sure no doc8 errors are present. Change-Id: Ic073a7fb4096269d6b1781cecfdb2c4c8aa7b552 Issue-ID: VNFRQTS-281 Signed-off-by: Bozawglanian, Hagop (hb755d) <hb755d@att.com>
Diffstat (limited to 'docs/Chapter8/Ansible-JSON-Key-Value-Description.rst')
-rw-r--r--docs/Chapter8/Ansible-JSON-Key-Value-Description.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/Chapter8/Ansible-JSON-Key-Value-Description.rst b/docs/Chapter8/Ansible-JSON-Key-Value-Description.rst
index 4fd051c..764010c 100644
--- a/docs/Chapter8/Ansible-JSON-Key-Value-Description.rst
+++ b/docs/Chapter8/Ansible-JSON-Key-Value-Description.rst
@@ -1,4 +1,4 @@
-.. This work is licensed under a Creative Commons Attribution 4.0 International License.
+.. Licensed under a Creative Commons Attribution 4.0 International License.
.. http://creativecommons.org/licenses/by/4.0
.. Copyright 2017 AT&T Intellectual Property. All rights reserved.
@@ -83,17 +83,17 @@ Ansible JSON file example:
{
- “Action”:”Configure”,
+ "Action":"Configure",
"PlaybookName": "<VNFCode>/<Version>/ansible/configure/site.yml",
- "NodeList": ["test1.vnf\_b.onap.com", “test2.vnf\_b.onap.com”],
+ "NodeList": ["test1.vnf_b.onap.com", "test2.vnf_b.onap.com"],
"Timeout": 60,
- "EnvParameters": {"Retry": 3, "Wait": 5, “ConfigFile”:”config.txt”},
+ "EnvParameters": {"Retry": 3, "Wait": 5, "ConfigFile":"config.txt"},
- “FileParameters”:{“config.txt”:”db\_ip=10.1.1.1, sip\_timer=10000”}
+ "FileParameters": {"config.txt":"db_ip=10.1.1.1, sip_timer=10000"}
}