aboutsummaryrefslogtreecommitdiffstats
path: root/docs/release-notes.rst
diff options
context:
space:
mode:
authorwreehil <wr148d@att.com>2020-11-30 10:14:55 -0500
committerwreehil <wr148d@att.com>2020-11-30 10:14:55 -0500
commite909724ec3ce9490d3249fc4a784dd2637795fab (patch)
tree6685bd7a831fee10e353c95a93848461f0174d70 /docs/release-notes.rst
parent1293323a7304a8219630496e127b9bf5f6ada9b0 (diff)
Update the release notes to have the workaround for the dmaap events issue
Issue-ID: AAI-3219 Signed-off-by: wreehil <wr148d@att.com> Change-Id: Ibb46730021b7271fb4c4f313726dda25f17f46a3
Diffstat (limited to 'docs/release-notes.rst')
-rw-r--r--docs/release-notes.rst27
1 files changed, 14 insertions, 13 deletions
diff --git a/docs/release-notes.rst b/docs/release-notes.rst
index 32886f68..abd34991 100644
--- a/docs/release-notes.rst
+++ b/docs/release-notes.rst
@@ -17,7 +17,7 @@ Release Data
Version: 7.0.0
--------------
-:Release Date: 2020-12-04 (TBD)
+:Release Date: 2020-12-03 (TBD)
New Features
------------
@@ -57,18 +57,19 @@ Workarounds
The following is our workaround (i.e., replacing HTTPS with HTTP):
- .. code-block:: bash
- /** Change each of these configmaps below**/
- kubectl -n onap edit configmaps dev-aai-resources-configmap
- kubectl -n onap edit configmaps dev-aai-traversal-configmap
- kubectl -n onap edit configmaps dev-aai-graphadmin-configmap
- kubectl -n onap edit configmaps dev-aai-data-router-dynamic
- // The target attributes need to be changed are:
- // change Dmaap port from 3905 => 3904
- // change Dmaap protocol from https => http
- /** Restart related pods **/
- kubectl n onap delete pod {POD1} {POD2} {POD3} {POD4}
- //where POD1-4 are pod names of dev-aai-resources, dev-aai-traversal, dev-aai-graphadmin, and dev-aai-data-router, respectively.
+ .. code-block:: bash
+
+ /** Change each of these configmaps below**/
+ kubectl -n onap edit configmaps dev-aai-resources-configmap
+ kubectl -n onap edit configmaps dev-aai-traversal-configmap
+ kubectl -n onap edit configmaps dev-aai-graphadmin-configmap
+ kubectl -n onap edit configmaps dev-aai-data-router-dynamic
+ // The target attributes need to be changed are:
+ // change Dmaap port from 3905 => 3904
+ // change Dmaap protocol from https => http
+ /** Restart related pods **/
+ kubectl n onap delete pod {POD1} {POD2} {POD3} {POD4}
+ //where POD1-4 are pod names of dev-aai-resources, dev-aai-traversal, dev-aai-graphadmin, and dev-aai-data-router, respectively.
References
==========