summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorrr929y <rr929y@att.com>2017-08-24 13:14:47 -0500
committerrr929y <rr929y@att.com>2017-08-24 13:14:47 -0500
commit73139dcbbe87be0feac5af31020c7763dbf7fa37 (patch)
tree0c7d2e1e7fbd13fba14714adaffab86d134c026c /docs
parentb5540bc2bb2b11b147c9dfb7fd001235e066ed35 (diff)
VNFRQTS Requirements - Linkcheck Fixes
VNFRQTS Requirements - Changing broken links to pass link checking Change-Id: I4a5e49fd5ef19cc026a6aa11b11f5355220489f2 Issue-ID:VNFRQTS-75 Signed-off-by: rr929y <rr929y@att.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/Chapter7.rst2
-rw-r--r--docs/Chapter8.rst4
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/Chapter7.rst b/docs/Chapter7.rst
index baa5ff2..9ea3c69 100644
--- a/docs/Chapter7.rst
+++ b/docs/Chapter7.rst
@@ -703,7 +703,7 @@ action request against a Chef managed VNF.
“RequestId”:”8279-abcd-aksdj-19231”,
- “CallbackUrl”:”https://callback.onap:9333”
+ “CallbackUrl”:”<callback>”
},
diff --git a/docs/Chapter8.rst b/docs/Chapter8.rst
index a43ba03..05dc5f9 100644
--- a/docs/Chapter8.rst
+++ b/docs/Chapter8.rst
@@ -577,11 +577,11 @@ Table D1. Ansible Server Requirements
| | | | |
| | - It is recommended that the load Playbook API be a REST API. | | |
+----------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+------------+------------+
-| | Request API: The Ansible Server must expose a REST endpoint that accepts a POST message to request execution of the playbook (e.g., https://ansible.test.att.com:8080). The POST request must be a JSON block as outlined in Table D2. | Must | D1060 |
+| | Request API: The Ansible Server must expose a REST endpoint that accepts a POST message to request execution of the playbook (e.g., -https://ansible.test.att.com:8080). The POST request must be a JSON block as outlined in Table D2. | Must | D1060 |
+----------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+------------+------------+
| | When the Ansible server accepts an authenticated request to execute a playbook, it is required to send back an initial response indicating whether the request is accepted or rejected. The response must be a JSON Object with the key value pairs as described in Table D3. | Must | D1070 |
+----------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+------------+------------+
-| | Result API: If the Ansible Server accepts a request to execute a playbook, it must make available status of the execution of the playbook at a Results REST endpoint indexed by the Id in the request in the form <url>?Id=<RequestId>&Type=GetResult where <url> is the URL used for submitting requests. For example, https://ansible.test.att.com?Id=10&Type=GetResult. | Must | D1080 |
+| | Result API: If the Ansible Server accepts a request to execute a playbook, it must make available status of the execution of the playbook at a Results REST endpoint indexed by the Id in the request in the form <url>?Id=<RequestId>&Type=GetResult where <url> is the URL used for submitting requests. For example, -https://ansible.test.att.com?Id=10&Type=GetResult. | Must | D1080 |
+----------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+------------+------------+
| | When a GET is invoked against the Results REST endpoint, the Ansible Server must reply with an appropriate response: | Must | D1090 |
| | | | |